mirror of https://github.com/aamine/cbc
136 lines
1.1 KiB
Plaintext
136 lines
1.1 KiB
Plaintext
zero
|
|
one
|
|
hello
|
|
hello2
|
|
hello3
|
|
hello4
|
|
funcall0
|
|
funcall1
|
|
funcall2
|
|
funcall3
|
|
funcall4
|
|
funcall5
|
|
param
|
|
lvar1
|
|
lvar2
|
|
comm
|
|
scomm
|
|
gvar
|
|
sgvar
|
|
slcomm
|
|
slvar
|
|
add
|
|
sub
|
|
mul
|
|
div
|
|
mod
|
|
bitand
|
|
bitor
|
|
bitxor
|
|
bitnot
|
|
lshift
|
|
rshift
|
|
logicalnot
|
|
unaryplus
|
|
unaryminus
|
|
eq
|
|
neq
|
|
lt
|
|
gt
|
|
lteq
|
|
gteq
|
|
assign
|
|
opassign
|
|
inc
|
|
dec
|
|
if1
|
|
if2
|
|
while1
|
|
while2
|
|
while3
|
|
while-break
|
|
while-continue
|
|
dowhile1
|
|
dowhile2
|
|
dowhile3
|
|
dowhile-break
|
|
dowhile-continue
|
|
for1
|
|
for-break
|
|
for-continue
|
|
struct
|
|
struct2
|
|
struct3
|
|
union
|
|
array
|
|
array2
|
|
pointer
|
|
pointer2
|
|
pointer3
|
|
pointer4
|
|
charops
|
|
charops2
|
|
ucharops
|
|
ucharops2
|
|
shortops
|
|
shortops2
|
|
ushortops
|
|
ushortops2
|
|
intops
|
|
uintops
|
|
longops
|
|
ulongops
|
|
integer
|
|
string
|
|
logicaland
|
|
logicalor
|
|
condexpr
|
|
struct-semcheck
|
|
union-semcheck
|
|
cast
|
|
cast2
|
|
cast3
|
|
block
|
|
defvar
|
|
mbc
|
|
ptrmemb
|
|
ptrmemb2
|
|
assoc
|
|
funcptr
|
|
funcptr2
|
|
funcptr3
|
|
funcptr4
|
|
usertype
|
|
ptrtostruct
|
|
initializer
|
|
fork
|
|
vardecl
|
|
empstruct
|
|
syntax1
|
|
syntax2
|
|
syntax3
|
|
duplicated-import
|
|
staticfunc
|
|
switch
|
|
utf
|
|
sizeof-expr
|
|
sizeof-type
|
|
sizeof-struct
|
|
sizeof-union
|
|
noreturn
|
|
mdarray
|
|
mdarray2
|
|
ptrarray
|
|
src
|
|
varargs
|
|
textwrite
|
|
validstmt1
|
|
decloverride
|
|
alloca
|
|
alloca2
|
|
setjmptest
|
|
addressof
|
|
const
|
|
ptrdiff
|
|
implicitaddr
|