Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/Learn-LLVM-12
/ functions
Functions
1,670 in github.com/PacktPublishing/Learn-LLVM-12
⨍
Functions
1,670
◇
Types & classes
376
↓ 94 callers
Method
is
is/isNot - Predicates to check if this token is a specific kind, as in "if (Tok.is(tok::l_brace)) {...}".
Chapter07/tinylang/include/tinylang/Lexer/Token.h:32
↓ 94 callers
Method
is
is/isNot - Predicates to check if this token is a specific kind, as in "if (Tok.is(tok::l_brace)) {...}".
Chapter06/tinylang/include/tinylang/Lexer/Token.h:32
↓ 94 callers
Method
is
is/isNot - Predicates to check if this token is a specific kind, as in "if (Tok.is(tok::l_brace)) {...}".
Chapter08/tinylang2/include/tinylang/Lexer/Token.h:32
↓ 94 callers
Method
is
is/isNot - Predicates to check if this token is a specific kind, as in "if (Tok.is(tok::l_brace)) {...}".
Chapter08/tinylang/include/tinylang/Lexer/Token.h:32
↓ 78 callers
Method
is
is/isNot - Predicates to check if this token is a specific kind, as in "if (Tok.is(tok::l_brace)) {...}".
Chapter04/tinylang/include/tinylang/Lexer/Token.h:32
↓ 78 callers
Method
is
is/isNot - Predicates to check if this token is a specific kind, as in "if (Tok.is(tok::l_brace)) {...}".
Chapter05/tinylang/include/tinylang/Lexer/Token.h:32
↓ 66 callers
Method
end
Chapter07/calc/src/AST.h:81
↓ 57 callers
Method
begin
Chapter07/calc/src/AST.h:80
↓ 44 callers
Method
getType
Chapter07/tinylang/lib/CodeGen/CGDebugInfo.cpp:89
↓ 44 callers
Method
report
Chapter07/tinylang/include/tinylang/Basic/Diagnostic.h:36
↓ 44 callers
Method
report
Chapter06/tinylang/include/tinylang/Basic/Diagnostic.h:36
↓ 44 callers
Method
report
Chapter08/tinylang2/include/tinylang/Basic/Diagnostic.h:36
↓ 44 callers
Method
report
Chapter08/tinylang/include/tinylang/Basic/Diagnostic.h:36
↓ 43 callers
Method
getType
Chapter08/tinylang2/lib/CodeGen/CGDebugInfo.cpp:89
↓ 43 callers
Method
getType
Chapter08/tinylang/lib/CodeGen/CGDebugInfo.cpp:89
↓ 41 callers
Method
getKind
Chapter07/tinylang/include/tinylang/AST/AST.h:73
↓ 41 callers
Method
getKind
Chapter06/tinylang/include/tinylang/AST/AST.h:73
↓ 41 callers
Method
getKind
Chapter08/tinylang2/include/tinylang/AST/AST.h:73
↓ 41 callers
Method
getKind
Chapter08/tinylang/include/tinylang/AST/AST.h:73
↓ 41 callers
Method
getType
Chapter06/tinylang/include/tinylang/AST/AST.h:333
↓ 38 callers
Method
getLocation
Chapter07/tinylang/include/tinylang/AST/AST.h:74
↓ 38 callers
Method
getLocation
Chapter08/tinylang2/include/tinylang/AST/AST.h:74
↓ 38 callers
Method
getLocation
Chapter08/tinylang/include/tinylang/AST/AST.h:74
↓ 35 callers
Method
report
Chapter04/tinylang/include/tinylang/Basic/Diagnostic.h:36
↓ 35 callers
Method
report
Chapter05/tinylang/include/tinylang/Basic/Diagnostic.h:36
↓ 32 callers
Method
getKind
Chapter05/tinylang/include/tinylang/AST/AST.h:63
↓ 32 callers
Method
getLocation
Chapter06/tinylang/include/tinylang/AST/AST.h:74
↓ 30 callers
Method
getKind
Chapter04/tinylang/include/tinylang/AST/AST.h:63
↓ 30 callers
Method
getLocation
Chapter04/tinylang/include/tinylang/AST/AST.h:64
↓ 30 callers
Method
isOneOf
Chapter07/tinylang/include/tinylang/Lexer/Token.h:34
↓ 30 callers
Method
isOneOf
Chapter06/tinylang/include/tinylang/Lexer/Token.h:34
↓ 30 callers
Method
isOneOf
Chapter08/tinylang2/include/tinylang/Lexer/Token.h:34
↓ 30 callers
Method
isOneOf
Chapter08/tinylang/include/tinylang/Lexer/Token.h:34
↓ 28 callers
Method
getLocation
Chapter05/tinylang/include/tinylang/AST/AST.h:64
↓ 28 callers
Method
isOneOf
Chapter04/tinylang/include/tinylang/Lexer/Token.h:34
↓ 28 callers
Method
isOneOf
Chapter05/tinylang/include/tinylang/Lexer/Token.h:34
↓ 26 callers
Method
getName
Chapter07/tinylang/include/tinylang/AST/AST.h:75
↓ 26 callers
Method
getName
Chapter08/tinylang2/include/tinylang/AST/AST.h:75
↓ 26 callers
Method
getName
Chapter08/tinylang/include/tinylang/AST/AST.h:75
↓ 26 callers
Method
getType
Chapter05/tinylang/include/tinylang/AST/AST.h:235
↓ 21 callers
Method
getType
Chapter04/tinylang/include/tinylang/AST/AST.h:235
↓ 17 callers
Function
fromTok
Chapter04/tinylang/lib/Parser/Parser.cpp:7
↓ 17 callers
Function
fromTok
Chapter07/tinylang/lib/Parser/Parser.cpp:7
↓ 17 callers
Function
fromTok
Chapter06/tinylang/lib/Parser/Parser.cpp:7
↓ 17 callers
Function
fromTok
Chapter05/tinylang/lib/Parser/Parser.cpp:7
↓ 17 callers
Function
fromTok
Chapter08/tinylang2/lib/Parser/Parser.cpp:7
↓ 17 callers
Function
fromTok
Chapter08/tinylang/lib/Parser/Parser.cpp:7
↓ 17 callers
Method
insert
Chapter07/tinylang/lib/Sema/Scope.cpp:6
↓ 16 callers
Method
insert
Chapter06/tinylang/lib/Sema/Scope.cpp:6
↓ 16 callers
Method
insert
Chapter08/tinylang2/lib/Sema/Scope.cpp:6
↓ 16 callers
Method
insert
Chapter08/tinylang/lib/Sema/Scope.cpp:6
↓ 15 callers
Method
getName
Chapter06/tinylang/include/tinylang/AST/AST.h:75
↓ 13 callers
Method
insert
Chapter05/tinylang/lib/Sema/Scope.cpp:6
↓ 12 callers
Method
getIdentifier
Chapter07/tinylang/include/tinylang/Lexer/Token.h:52
↓ 12 callers
Method
getIdentifier
Chapter06/tinylang/include/tinylang/Lexer/Token.h:52
↓ 12 callers
Method
getIdentifier
Chapter08/tinylang2/include/tinylang/Lexer/Token.h:52
↓ 12 callers
Method
getIdentifier
Chapter08/tinylang/include/tinylang/Lexer/Token.h:52
↓ 11 callers
Method
getRetType
Chapter07/tinylang/include/tinylang/AST/AST.h:277
↓ 11 callers
Method
getRetType
Chapter08/tinylang2/include/tinylang/AST/AST.h:277
↓ 11 callers
Method
getRetType
Chapter08/tinylang/include/tinylang/AST/AST.h:277
↓ 10 callers
Method
getIdentifier
Chapter04/tinylang/include/tinylang/Lexer/Token.h:52
↓ 10 callers
Method
getIdentifier
Chapter05/tinylang/include/tinylang/Lexer/Token.h:52
↓ 10 callers
Method
insert
Chapter04/tinylang/lib/Sema/Scope.cpp:6
↓ 9 callers
Method
getName
Chapter05/tinylang/include/tinylang/AST/AST.h:65
↓ 9 callers
Method
getRetType
Chapter06/tinylang/include/tinylang/AST/AST.h:277
↓ 9 callers
Method
getRetType
Chapter05/tinylang/include/tinylang/AST/AST.h:179
↓ 9 callers
Method
isConst
Chapter07/tinylang/include/tinylang/AST/AST.h:335
↓ 9 callers
Method
isConst
Chapter06/tinylang/include/tinylang/AST/AST.h:335
↓ 9 callers
Method
isConst
Chapter08/tinylang2/include/tinylang/AST/AST.h:335
↓ 9 callers
Method
isConst
Chapter08/tinylang/include/tinylang/AST/AST.h:335
↓ 8 callers
Method
accept
Chapter07/calc/src/AST.h:46
↓ 8 callers
Method
accept
Chapter03/calc/src/AST.h:46
↓ 8 callers
Method
isConst
Chapter04/tinylang/include/tinylang/AST/AST.h:237
↓ 8 callers
Method
isConst
Chapter05/tinylang/include/tinylang/AST/AST.h:237
↓ 7 callers
Method
convertType
Chapter07/tinylang/lib/CodeGen/CGModule.cpp:28
↓ 7 callers
Method
convertType
Chapter08/tinylang2/lib/CodeGen/CGModule.cpp:28
↓ 7 callers
Method
convertType
Chapter08/tinylang/lib/CodeGen/CGModule.cpp:28
↓ 7 callers
Method
getName
Chapter04/tinylang/include/tinylang/AST/AST.h:65
↓ 7 callers
Method
getRetType
Chapter04/tinylang/include/tinylang/AST/AST.h:179
↓ 7 callers
Method
getValue
Chapter07/tinylang/include/tinylang/AST/AST.h:396
↓ 7 callers
Method
getValue
Chapter06/tinylang/include/tinylang/AST/AST.h:396
↓ 7 callers
Method
getValue
Chapter05/tinylang/include/tinylang/AST/AST.h:298
↓ 7 callers
Method
getValue
Chapter08/tinylang2/include/tinylang/AST/AST.h:396
↓ 7 callers
Method
getValue
Chapter08/tinylang/include/tinylang/AST/AST.h:396
↓ 6 callers
Method
getEnclosingDecl
Chapter07/tinylang/include/tinylang/AST/AST.h:76
↓ 6 callers
Method
getEnclosingDecl
Chapter06/tinylang/include/tinylang/AST/AST.h:76
↓ 6 callers
Method
getEnclosingDecl
Chapter05/tinylang/include/tinylang/AST/AST.h:66
↓ 6 callers
Method
getEnclosingDecl
Chapter08/tinylang2/include/tinylang/AST/AST.h:76
↓ 6 callers
Method
getEnclosingDecl
Chapter08/tinylang/include/tinylang/AST/AST.h:76
↓ 6 callers
Method
getModule
Chapter07/tinylang/include/tinylang/CodeGen/CGModule.h:42
↓ 6 callers
Method
getModule
Chapter08/tinylang2/include/tinylang/CodeGen/CGModule.h:42
↓ 6 callers
Method
getModule
Chapter08/tinylang/include/tinylang/CodeGen/CGModule.h:42
↓ 6 callers
Method
isVar
Chapter07/tinylang/include/tinylang/AST/AST.h:246
↓ 6 callers
Method
isVar
Chapter08/tinylang2/include/tinylang/AST/AST.h:246
↓ 6 callers
Method
isVar
Chapter08/tinylang/include/tinylang/AST/AST.h:246
↓ 5 callers
Function
emit
Chapter07/tinylang/tools/driver/Driver.cpp:78
↓ 5 callers
Function
emit
Chapter06/tinylang/tools/driver/Driver.cpp:78
↓ 5 callers
Function
emit
Chapter05/tinylang/tools/driver/Driver.cpp:78
↓ 5 callers
Function
emit
Chapter08/tinylang2/tools/driver/Driver.cpp:150
↓ 5 callers
Function
emit
Chapter08/tinylang/tools/driver/Driver.cpp:146
next →
1–100 of 1,670, ranked by callers