Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DoctorWkt/acwj
/ functions
Functions
15,390 in github.com/DoctorWkt/acwj
⨍
Functions
15,390
◇
Types & classes
1,844
↓ 12 callers
Function
findsyminlist
Search for a symbol in a specific list. Return a pointer to the found node or NULL if not found. If class is not zero, also match on the given class
36_Break_Continue/sym.c:126
↓ 12 callers
Function
findsyminlist
Search for a symbol in a specific list. Return a pointer to the found node or NULL if not found. If class is not zero, also match on the given class
48_Static/sym.c:139
↓ 12 callers
Function
findsyminlist
Search for a symbol in a specific list. Return a pointer to the found node or NULL if not found. If class is not zero, also match on the given class
49_Ternary/sym.c:139
↓ 12 callers
Function
findsyminlist
Search for a symbol in a specific list. Return a pointer to the found node or NULL if not found. If class is not zero, also match on the given class
34_Enums_and_Typedefs/sym.c:126
↓ 12 callers
Function
findsyminlist
Search for a symbol in a specific list. Return a pointer to the found node or NULL if not found. If class is not zero, also match on the given class
57_Mop_up_pt3/sym.c:141
↓ 12 callers
Function
findsyminlist
Search for a symbol in a specific list. Return a pointer to the found node or NULL if not found. If class is not zero, also match on the given class
52_Pointers_pt2/sym.c:141
↓ 12 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
51_Arrays_pt2/cg.c:135
↓ 12 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
51_Arrays_pt2/cgn.c:126
↓ 12 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
53_Mop_up_pt2/cg.c:135
↓ 12 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
53_Mop_up_pt2/cgn.c:126
↓ 12 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
58_Ptr_Increments/cg.c:158
↓ 12 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
58_Ptr_Increments/cgn.c:148
↓ 12 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
59_WDIW_pt1/cg.c:158
↓ 12 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
59_WDIW_pt1/cgn.c:155
↓ 12 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
50_Mop_up_pt1/cg.c:133
↓ 12 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
50_Mop_up_pt1/cgn.c:124
↓ 12 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
52_Pointers_pt2/cg.c:135
↓ 12 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
52_Pointers_pt2/cgn.c:126
↓ 12 callers
Function
genAST
Given an AST, an optional label, and the AST op of the parent, generate assembly code recursively. Return the register id with the tree's final value.
51_Arrays_pt2/gen.c:207
↓ 12 callers
Function
genAST
Given an AST, an optional label, and the AST op of the parent, generate assembly code recursively. Return the register id with the tree's final value.
53_Mop_up_pt2/gen.c:208
↓ 12 callers
Function
genAST
Given an AST, an optional label, and the AST op of the parent, generate assembly code recursively. Return the register id with the tree's final value.
50_Mop_up_pt1/gen.c:207
↓ 12 callers
Function
genAST
Given an AST, an optional label, and the AST op of the parent, generate assembly code recursively. Return the register id with the tree's final value.
49_Ternary/gen.c:206
↓ 12 callers
Function
genAST
Given an AST, an optional label, and the AST op of the parent, generate assembly code recursively. Return the register id with the tree's final value.
52_Pointers_pt2/gen.c:208
↓ 12 callers
Function
match
Ensure that the current token is t, and fetch the next token. Otherwise throw an error
16_Global_Vars/misc.c:11
↓ 12 callers
Function
match
Ensure that the current token is t, and fetch the next token. Otherwise throw an error
15_Pointers_pt1/misc.c:11
↓ 12 callers
Function
match
Ensure that the current token is t, and fetch the next token. Otherwise throw an error
12_Types_pt1/misc.c:11
↓ 12 callers
Function
match
Ensure that the current token is t, and fetch the next token. Otherwise throw an error
28_Runtime_Flags/misc.c:12
↓ 12 callers
Function
match
Ensure that the current token is t, and fetch the next token. Otherwise throw an error
17_Scaling_Offsets/misc.c:11
↓ 12 callers
Function
match
Ensure that the current token is t, and fetch the next token. Otherwise throw an error
27_Testing_Errors/misc.c:11
↓ 12 callers
Function
match
Ensure that the current token is t, and fetch the next token. Otherwise throw an error
23_Local_Variables/misc.c:11
↓ 12 callers
Function
match
Ensure that the current token is t, and fetch the next token. Otherwise throw an error
32_Struct_Access_pt1/misc.c:12
↓ 12 callers
Function
match
Ensure that the current token is t, and fetch the next token. Otherwise throw an error
29_Refactoring/misc.c:12
↓ 12 callers
Function
match
Ensure that the current token is t, and fetch the next token. Otherwise throw an error
25_Function_Arguments/misc.c:11
↓ 12 callers
Function
match
Ensure that the current token is t, and fetch the next token. Otherwise throw an error
30_Design_Composites/misc.c:12
↓ 12 callers
Function
match
Ensure that the current token is t, and fetch the next token. Otherwise throw an error
14_ARM_Platform/misc.c:11
↓ 12 callers
Function
match
Ensure that the current token is t, and fetch the next token. Otherwise throw an error
33_Unions/misc.c:12
↓ 12 callers
Function
match
Ensure that the current token is t, and fetch the next token. Otherwise throw an error
26_Prototypes/misc.c:11
↓ 12 callers
Function
match
Ensure that the current token is t, and fetch the next token. Otherwise throw an error
20_Char_Str_Literals/misc.c:11
↓ 12 callers
Function
match
Ensure that the current token is t, and fetch the next token. Otherwise throw an error
10_For_Loops/misc.c:11
↓ 12 callers
Function
match
Ensure that the current token is t, and fetch the next token. Otherwise throw an error
24_Function_Params/misc.c:11
↓ 12 callers
Function
match
Ensure that the current token is t, and fetch the next token. Otherwise throw an error
13_Functions_pt2/misc.c:11
↓ 12 callers
Function
match
Ensure that the current token is t, and fetch the next token. Otherwise throw an error
21_More_Operators/misc.c:11
↓ 12 callers
Function
match
Ensure that the current token is t, and fetch the next token. Otherwise throw an error
31_Struct_Declarations/misc.c:12
↓ 12 callers
Function
match
Ensure that the current token is t, and fetch the next token. Otherwise throw an error
19_Arrays_pt1/misc.c:11
↓ 12 callers
Function
mkastnode
Build and return a generic AST node
40_Var_Initialisation_pt2/tree.c:9
↓ 12 callers
Function
mkastnode
Build and return a generic AST node
32_Struct_Access_pt1/tree.c:9
↓ 12 callers
Function
mkastnode
Build and return a generic AST node
38_Dangling_Else/tree.c:9
↓ 12 callers
Function
mkastnode
Build and return a generic AST node
37_Switch/tree.c:9
↓ 12 callers
Function
mkastnode
Build and return a generic AST node
39_Var_Initialisation_pt1/tree.c:9
↓ 12 callers
Function
mkastnode
Build and return a generic AST node
33_Unions/tree.c:9
↓ 12 callers
Function
mkastnode
Build and return a generic AST node
35_Preprocessor/tree.c:9
↓ 12 callers
Function
mkastnode
Build and return a generic AST node
36_Break_Continue/tree.c:9
↓ 12 callers
Function
mkastnode
Build and return a generic AST node
34_Enums_and_Typedefs/tree.c:9
↓ 12 callers
Function
next
Get the next character from the input file.
20_Char_Str_Literals/scan.c:18
↓ 12 callers
Function
pointer_to
Given a primitive type, return the type which is a pointer to it
63_QBE/types.c:21
↓ 12 callers
Function
pointer_to
Given a primitive type, return the type which is a pointer to it
51_Arrays_pt2/types.c:21
↓ 12 callers
Function
pointer_to
Given a primitive type, return the type which is a pointer to it
53_Mop_up_pt2/types.c:21
↓ 12 callers
Function
pointer_to
Given a primitive type, return the type which is a pointer to it
45_Globals_Again/types.c:21
↓ 12 callers
Function
pointer_to
Given a primitive type, return the type which is a pointer to it
54_Reg_Spills/types.c:21
↓ 12 callers
Function
pointer_to
Given a primitive type, return the type which is a pointer to it
47_Sizeof/types.c:21
↓ 12 callers
Function
pointer_to
Given a primitive type, return the type which is a pointer to it
46_Void_Functions/types.c:21
↓ 12 callers
Function
pointer_to
Given a primitive type, return the type which is a pointer to it
50_Mop_up_pt1/types.c:21
↓ 12 callers
Function
pointer_to
Given a primitive type, return the type which is a pointer to it
48_Static/types.c:21
↓ 12 callers
Function
pointer_to
Given a primitive type, return the type which is a pointer to it
49_Ternary/types.c:21
↓ 12 callers
Function
ptrtype
Return true if a type is of pointer type
51_Arrays_pt2/types.c:15
↓ 12 callers
Function
ptrtype
Return true if a type is of pointer type
52_Pointers_pt2/types.c:15
↓ 12 callers
Function
putback
Put back an unwanted character
45_Globals_Again/scan.c:55
↓ 12 callers
Function
putback
Put back an unwanted character
43_More_Operators/scan.c:55
↓ 12 callers
Function
putback
Put back an unwanted character
44_Fold_Optimisation/scan.c:55
↓ 11 callers
Function
binexpr
Return an AST tree whose root is a binary operator. Parameter ptp is the previous token's precedence.
40_Var_Initialisation_pt2/expr.c:414
↓ 11 callers
Function
binexpr
Return an AST tree whose root is a binary operator. Parameter ptp is the previous token's precedence.
38_Dangling_Else/expr.c:414
↓ 11 callers
Function
binexpr
Return an AST tree whose root is a binary operator. Parameter ptp is the previous token's precedence.
37_Switch/expr.c:419
↓ 11 callers
Function
binexpr
Return an AST tree whose root is a binary operator. Parameter ptp is the previous token's precedence.
39_Var_Initialisation_pt1/expr.c:414
↓ 11 callers
Function
cgalloclocn
Allocate a free location. Return the number of the location. Die if no available locations.
64_6809_Target/cg6809.c:199
↓ 11 callers
Function
fatal
Print out fatal messages
09_While_Loops/misc.c:50
↓ 11 callers
Function
fatald
63_QBE/misc.c:71
↓ 11 callers
Function
freeASTnode
Free the given AST node
64_6809_Target/tree.c:81
↓ 11 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
23_Local_Variables/cg.c:73
↓ 11 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
23_Local_Variables/cgn.c:73
↓ 11 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
56_Local_Arrays/cg.c:156
↓ 11 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
56_Local_Arrays/cgn.c:146
↓ 11 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
54_Reg_Spills/cg.c:156
↓ 11 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
54_Reg_Spills/cgn.c:146
↓ 11 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
24_Function_Params/cg.c:76
↓ 11 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
24_Function_Params/cgn.c:72
↓ 11 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
21_More_Operators/cg.c:36
↓ 11 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
21_More_Operators/cgn.c:36
↓ 11 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
57_Mop_up_pt3/cg.c:158
↓ 11 callers
Function
free_register
Return a register to the list of available registers. Check to see if it's not already there.
57_Mop_up_pt3/cgn.c:148
↓ 11 callers
Function
genfreeregs
60_TripleTest/gen.c:475
↓ 11 callers
Function
genfreeregs
62_Cleanup/gen.c:481
↓ 11 callers
Function
genlabel
Generate and return a new label number
42_Casting/gen.c:9
↓ 11 callers
Function
genlabel
Generate and return a new label number
40_Var_Initialisation_pt2/gen.c:9
↓ 11 callers
Function
genlabel
Generate and return a new label number
45_Globals_Again/gen.c:9
↓ 11 callers
Function
genlabel
Generate and return a new label number
38_Dangling_Else/gen.c:9
↓ 11 callers
Function
genlabel
Generate and return a new label number
37_Switch/gen.c:9
↓ 11 callers
Function
genlabel
Generate and return a new label number
43_More_Operators/gen.c:9
↓ 11 callers
Function
genlabel
Generate and return a new label number
39_Var_Initialisation_pt1/gen.c:9
↓ 11 callers
Function
genlabel
Generate and return a new label number
47_Sizeof/gen.c:9
↓ 11 callers
Function
genlabel
Generate and return a new label number
41_Local_Var_Init/gen.c:9
← previous
next →
501–600 of 15,390, ranked by callers