/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 35 tok_if = -6, tok_then = -7, tok_else = -8, enumerator 58 if (IdentifierStr == "then") return tok_then; in gettok() 281 if (CurTok != tok_then) in ParseIfExpr()
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 35 tok_if = -6, tok_then = -7, tok_else = -8, enumerator 61 if (IdentifierStr == "then") return tok_then; in gettok() 309 if (CurTok != tok_then) in ParseIfExpr()
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 51 tok_then = -7, enumerator 80 return tok_then; in gettok() 330 if (CurTok != tok_then) in ParseIfExpr()
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 35 tok_if = -6, tok_then = -7, tok_else = -8, enumerator 64 if (IdentifierStr == "then") return tok_then; in gettok() 327 if (CurTok != tok_then) in ParseIfExpr()
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 53 tok_if = -6, tok_then = -7, tok_else = -8, enumerator 82 if (IdentifierStr == "then") return tok_then; in gettok() 345 if (CurTok != tok_then) in ParseIfExpr()
|
D | toy.cpp | 60 tok_if = -6, tok_then = -7, tok_else = -8, enumerator 89 if (IdentifierStr == "then") return tok_then; in gettok() 352 if (CurTok != tok_then) in ParseIfExpr()
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 38 tok_if = -6, tok_then = -7, tok_else = -8, enumerator 67 if (IdentifierStr == "then") return tok_then; in gettok() 330 if (CurTok != tok_then) in ParseIfExpr()
|
D | toy.cpp | 39 tok_if = -6, tok_then = -7, tok_else = -8, enumerator 68 if (IdentifierStr == "then") return tok_then; in gettok() 331 if (CurTok != tok_then) in ParseIfExpr()
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 51 tok_then = -7, enumerator 84 return tok_then; in gettok() 363 if (CurTok != tok_then) in ParseIfExpr()
|
/external/llvm/examples/Kaleidoscope/Chapter9/ |
D | toy.cpp | 41 tok_then = -7, enumerator 68 case tok_then: in getTokName() 144 return tok_then; in gettok() 512 if (CurTok != tok_then) in ParseIfExpr()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | toy.cpp | 52 tok_then = -7, enumerator 88 return tok_then; in gettok() 383 if (CurTok != tok_then) in ParseIfExpr()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | toy.cpp | 52 tok_then = -7, enumerator 88 return tok_then; in gettok() 383 if (CurTok != tok_then) in ParseIfExpr()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | toy.cpp | 52 tok_then = -7, enumerator 88 return tok_then; in gettok() 383 if (CurTok != tok_then) in ParseIfExpr()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | toy.cpp | 53 tok_then = -7, enumerator 89 return tok_then; in gettok() 371 if (CurTok != tok_then) in ParseIfExpr()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | toy.cpp | 68 tok_then = -7, enumerator 104 return tok_then; in gettok() 386 if (CurTok != tok_then) in ParseIfExpr()
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 49 tok_then = -7, enumerator 85 return tok_then; in gettok() 380 if (CurTok != tok_then) in ParseIfExpr()
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 52 tok_then = -7, enumerator 88 return tok_then; in gettok() 383 if (CurTok != tok_then) in ParseIfExpr()
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 37 tok_if = -6, tok_then = -7, tok_else = -8, enumerator 66 if (IdentifierStr == "then") return tok_then; in gettok() 329 if (CurTok != tok_then) in ParseIfExpr()
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 79 tok_if = -6, tok_then = -7, tok_else = -8, enumerator 108 if (IdentifierStr == "then") return tok_then; in gettok() 371 if (CurTok != tok_then) in ParseIfExpr()
|
/external/llvm/docs/tutorial/ |
D | LangImpl05.rst | 70 tok_then = -7, 86 return tok_then; 129 if (CurTok != tok_then) 464 tok_if = -6, tok_then = -7, tok_else = -8, 475 return tok_then;
|