MCPcopy Create free account

hub / github.com/drh/lcc / functions

Functions576 in github.com/drh/lcc

↓ 185 callersFunctionprint
src/output.c:40
↓ 134 callersFunctionerror
src/error.c:34
↓ 116 callersFunctionfprint
fprint - formatted output to f */
src/output.c:48
↓ 100 callersFunctiongettok
src/lex.c:156
↓ 90 callersFunctionwarning
warning - issue warning error message */
src/error.c:128
↓ 81 callersFunctionprint
print - formatted output */
lburg/lburg.c:281
↓ 75 callersFunctionstrcmp
strcmp - compare s1 and s2, return <0, 0, or >0 */
tst/wf1.c:90
↓ 68 callersFunctionerror
cpp/cpp.c:268
↓ 55 callersFunctioncast
src/expr.c:531
↓ 54 callersFunctioncnsttree
src/enode.c:183
↓ 44 callersFunctionconcat
concat - return concatenation of strings s1 and s2 */
etc/lcc.c:296
↓ 42 callersFunctionappend
append - append a node with string str onto list, return new list */
etc/lcc.c:186
↓ 41 callersFunctionidtree
src/expr.c:416
↓ 39 callersFunctionappendstr
appendstr - append str to the evolving format string, expanding it if necessary */
src/trace.c:10
↓ 39 callersFunctionsimplify
src/simp.c:207
↓ 37 callersFunctionstringf
stringf - formatted output to a saved string */
src/output.c:57
↓ 36 callersFunctionpointer
src/expr.c:513
↓ 29 callersFunctionnewnode
src/dag.c:80
↓ 29 callersFunctionwalk
src/dag.c:39
↓ 28 callersFunctionexpect
src/error.c:25
↓ 25 callersFunctionarray
src/types.c:203
↓ 25 callersFunctiongenlabel
src/sym.c:145
↓ 24 callersFunctionptr
src/types.c:192
↓ 24 callersFunctionyyerror
lburg/gram.c:298
↓ 21 callersFunctiondefinelab
src/stmt.c:542
↓ 20 callersFunctionconsttree
src/enode.c:199
↓ 20 callersFunctiondbxtype
dbxtype - emit a stabs entry for type ty, return type code */
src/stab.c:76
↓ 20 callersFunctionlookup
src/sym.c:133
↓ 20 callersFunctionprint
tst/cvt.c:15
↓ 20 callersFunctionqual
src/types.c:231
↓ 19 callersFunctionappend
append - append x to list, return new list */
src/list.c:8
↓ 19 callersFunctioninstall
src/sym.c:86
↓ 18 callersFunctiongenident
src/sym.c:218
↓ 18 callersFunctionmain
etc/ops.c:40
↓ 18 callersFunctionretype
src/expr.c:464
↓ 17 callersFunctiondefinept
src/stmt.c:57
↓ 17 callersFunctionfindlabel
src/sym.c:151
↓ 16 callersFunctionrvalue
src/expr.c:450
↓ 15 callersFunctionpromote
src/types.c:359
↓ 14 callersFunctionlist
src/dag.c:380
↓ 14 callersFunctionnewarray
src/alloc.c:44
↓ 14 callersFunctionopname
src/tree.c:132
↓ 13 callersFunctionalloc
alloc - allocate nbytes or issue fatal error */
lburg/lburg.c:105
↓ 13 callersFunctionapply
src/event.c:19
↓ 13 callersFunctiondefglobal
src/decl.c:285
↓ 13 callersFunctionforeach
src/sym.c:48
↓ 13 callersFunctionfreturn
src/types.c:257
↓ 13 callersFunctiongetd
getd - read a nonnegative number */
src/profio.c:193
↓ 13 callersFunctionstringd
src/string.c:71
↓ 13 callersFunctiontypeerror
typeerror - issue "operands of op have illegal types `l' and `r'" */
src/enode.c:525
↓ 12 callersFunctiondefpointer
defpointer - initialize a pointer to p or to 0 if p==0 */
src/init.c:8
↓ 12 callersFunctioneqtype
src/types.c:313
↓ 12 callersFunctionltov
ltov - convert list to an NULL-terminated vector allocated in arena */
src/list.c:38
↓ 12 callersFunctiontest
src/error.c:15
↓ 11 callersFunctionbranch
src/stmt.c:573
↓ 11 callersFunctionstring
src/string.c:64
↓ 10 callersFunctionasgn
asgn - generate tree for assignment of expr e to symbol p sans qualifiers */
src/enode.c:431
↓ 10 callersFunctionexpr1
src/expr.c:56
↓ 10 callersFunctionroot
src/tree.c:127
↓ 10 callersFunctionswtoseg
swtoseg - switch to segment seg, if necessary */
src/init.c:315
↓ 10 callersFunctiontype
src/types.c:68
↓ 9 callersFunctionexpr
src/expr.c:39
↓ 9 callersFunctionfillbuf
src/input.c:36
↓ 9 callersFunctionlookup
cpp/nlist.c:72
↓ 9 callersFunctionreset
src/dag.c:97
↓ 9 callersFunctionuse
src/sym.c:261
↓ 8 callersFunctionaddlocal
src/stmt.c:50
↓ 8 callersFunctionattach
src/event.c:11
↓ 8 callersFunctionbittree
bittree - construct tree for l [& | ^ %] r */
src/enode.c:450
↓ 8 callersFunctioncond
src/expr.c:521
↓ 8 callersFunctiondofree
cpp/cpp.c:262
↓ 8 callersFunctiondomalloc
cpp/cpp.c:252
↓ 8 callersFunctionemitSymbol
src/symbolic.c:60
↓ 8 callersFunctionintconst
src/sym.c:212
↓ 8 callersFunctionmkstr
mkstr - make a string constant */
src/sym.c:285
↓ 8 callersFunctionnewstring
* allocate and initialize a new string from s, of length l, at offset o * Null terminated. */
cpp/tokens.c:364
↓ 8 callersFunctionnode
src/dag.c:53
↓ 8 callersFunctionoption
etc/osf.c:30
↓ 8 callersFunctionouts
src/output.c:5
↓ 8 callersFunctionttob
src/types.c:431
↓ 8 callersFunctionvalue
src/expr.c:104
↓ 7 callersFunctionallocate
src/alloc.c:20
↓ 7 callersFunctionfirst
first - return first component in semicolon separated list */
etc/lcc.c:378
↓ 7 callersFunctionfunc
src/types.c:249
↓ 7 callersFunctionfuncname
funcname - return name of function f or a function' */
src/expr.c:677
↓ 7 callersFunctionincr
src/expr.c:77
↓ 7 callersFunctionmemmove
memmove is defined here because some vendors don't provide it at all and others do a terrible job (like calling malloc) */
cpp/unix.c:95
↓ 7 callersFunctionnextline
src/input.c:17
↓ 7 callersFunctionnodeid
src/tree.c:191
↓ 7 callersFunctionprinted
printed - return pointer to ids[id].printed */
src/tree.c:203
↓ 7 callersFunctionstatement
src/stmt.c:77
↓ 7 callersFunctionstringf
stringf - format and save a string */
lburg/lburg.c:118
↓ 7 callersFunctiontnode
src/decl.c:318
↓ 7 callersFunctiontypestring
typestring - return ty as C declaration for str, which may be "" */
src/types.c:698
↓ 6 callersFunctionasgntree
src/enode.c:293
↓ 6 callersFunctionbinary
src/expr.c:494
↓ 6 callersFunctioncallsys
callsys - execute the command described by av[0...], return status */
etc/lcc.c:249
↓ 6 callersFunctioncmp
src/stmt.c:474
↓ 6 callersFunctioncode
src/stmt.c:26
↓ 6 callersFunctioncompose
compose - compose cmd into av substituting a, b, c for $1, $2, $3, resp. */
etc/lcc.c:312
next →1–100 of 576, ranked by callers