#include "c.h"
Include dependency graph for null.c:

Go to the source code of this file.
Defines | |
| #define | I(f) null_##f |
Variables | |
| void I( | address )(Symbol q, Symbol p, long n) |
| void I( | blockbeg )(Env *e) |
| void I( | blockend )(Env *e) |
| void I( | defaddress )(Symbol p) |
| void I( | defconst )(int suffix, int size, Value v) |
| void I( | defstring )(int len, char *s) |
| void I( | defsymbol )(Symbol p) |
| void I( | emit )(Node p) |
| void I( | export )(Symbol p) |
| void I( | function )(Symbol f, Symbol caller[], Symbol callee[], int ncalls) |
| Node I( | gen )(Node p) |
| void I( | global )(Symbol p) |
| void I( | import )(Symbol p) |
| void I( | local )(Symbol p) |
| Interface | nullIR |
| void I( | progbeg )(int argc, char *argv[]) |
| void I( | progend )(void) |
| void I( | segment )(int s) |
| void I( | space )(int n) |
| void I( | stabblock )(int brace, int lev, Symbol *p) |
| void I( | stabend )(Coordinate *cp, Symbol p, Coordinate **cpp, Symbol *sp, Symbol *stab) |
| void I( | stabfend )(Symbol p, int lineno) |
| void I( | stabinit )(char *file, int argc, char *argv[]) |
| void I( | stabline )(Coordinate *cp) |
| void I( | stabsym )(Symbol p) |
| void I( | stabtype )(Symbol p) |
|
|
|
|
|
Definition at line 5 of file null.c. 00005 {}
|
|
|
Definition at line 6 of file null.c. 00006 {}
|
|
|
Definition at line 7 of file null.c. 00007 {}
|
|
|
Definition at line 8 of file null.c. 00008 {}
|
|
|
Definition at line 9 of file null.c. 00009 {}
|
|
|
Definition at line 10 of file null.c. 00010 {}
|
|
|
Definition at line 11 of file null.c. 00011 {}
|
|
|
Definition at line 12 of file null.c. 00012 {}
|
|
|
Definition at line 13 of file null.c. 00013 {}
|
|
|
Definition at line 14 of file null.c. 00014 {}
|
|
|
Definition at line 4 of file null.c. 00004 { return p; }
|
|
|
Definition at line 15 of file null.c. 00015 {}
|
|
|
Definition at line 16 of file null.c. 00016 {}
|
|
|
Definition at line 17 of file null.c. 00017 {}
|
|
|
Initial value: {
1, 1, 0,
2, 2, 0,
4, 4, 0,
8, 8, 1,
8 ,8, 1,
4, 4, 1,
8, 8, 1,
16,16,1,
4, 4, 0,
0, 4, 0,
1,
0,
0,
0,
1,
0,
0,
I(address),
I(blockbeg),
I(blockend),
I(defaddress),
I(defconst),
I(defstring),
I(defsymbol),
I(emit),
I(export),
I(function),
I(gen),
I(global),
I(import),
I(local),
I(progbeg),
I(progend),
I(segment),
I(space),
I(stabblock),
I(stabend),
I(stabfend),
I(stabinit),
I(stabline),
I(stabsym),
I(stabtype)
}
|
|
|
Definition at line 18 of file null.c. 00018 {}
|
|
|
Definition at line 19 of file null.c. 00019 {}
|
|
|
Definition at line 20 of file null.c. 00020 {}
|
|
|
Definition at line 21 of file null.c. 00021 {}
|
|
|
Definition at line 22 of file null.c. 00022 {}
|
|
|
Definition at line 23 of file null.c. 00023 {}
|
|
|
Definition at line 24 of file null.c. 00024 {}
|
|
|
Definition at line 25 of file null.c. 00025 {}
|
|
|
Definition at line 26 of file null.c. 00026 {}
|
|
|
Definition at line 27 of file null.c. 00027 {}
|
|
|
Definition at line 28 of file null.c. 00028 {}
|
1.3.9.1