/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 35 tok_if = -6, tok_then = -7, tok_else = -8, enumerator 57 if (IdentifierStr == "if") return tok_if; in gettok() 353 case tok_if: return ParseIfExpr(); in ParsePrimary()
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 35 tok_if = -6, tok_then = -7, tok_else = -8, enumerator 60 if (IdentifierStr == "if") return tok_if; in gettok() 381 case tok_if: return ParseIfExpr(); in ParsePrimary()
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 50 tok_if = -6, enumerator 78 return tok_if; in gettok() 413 case tok_if: in ParsePrimary()
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 35 tok_if = -6, tok_then = -7, tok_else = -8, enumerator 63 if (IdentifierStr == "if") return tok_if; in gettok() 445 case tok_if: return ParseIfExpr(); in ParsePrimary()
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 53 tok_if = -6, tok_then = -7, tok_else = -8, enumerator 81 if (IdentifierStr == "if") return tok_if; in gettok() 463 case tok_if: return ParseIfExpr(); in ParsePrimary()
|
D | toy.cpp | 60 tok_if = -6, tok_then = -7, tok_else = -8, enumerator 88 if (IdentifierStr == "if") return tok_if; in gettok() 470 case tok_if: return ParseIfExpr(); in ParsePrimary()
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 38 tok_if = -6, tok_then = -7, tok_else = -8, enumerator 66 if (IdentifierStr == "if") return tok_if; in gettok() 448 case tok_if: return ParseIfExpr(); in ParsePrimary()
|
D | toy.cpp | 39 tok_if = -6, tok_then = -7, tok_else = -8, enumerator 67 if (IdentifierStr == "if") return tok_if; in gettok() 449 case tok_if: return ParseIfExpr(); in ParsePrimary()
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 50 tok_if = -6, enumerator 82 return tok_if; in gettok() 446 case tok_if: in ParsePrimary()
|
/external/llvm/examples/Kaleidoscope/Chapter9/ |
D | toy.cpp | 40 tok_if = -6, enumerator 66 case tok_if: in getTokName() 142 return tok_if; in gettok() 644 case tok_if: in ParsePrimary()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | toy.cpp | 51 tok_if = -6, enumerator 86 return tok_if; in gettok() 515 case tok_if: in ParsePrimary()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | toy.cpp | 51 tok_if = -6, enumerator 86 return tok_if; in gettok() 515 case tok_if: in ParsePrimary()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | toy.cpp | 51 tok_if = -6, enumerator 86 return tok_if; in gettok() 515 case tok_if: in ParsePrimary()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | toy.cpp | 52 tok_if = -6, enumerator 87 return tok_if; in gettok() 503 case tok_if: in ParsePrimary()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | toy.cpp | 67 tok_if = -6, enumerator 102 return tok_if; in gettok() 518 case tok_if: in ParsePrimary()
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 48 tok_if = -6, enumerator 83 return tok_if; in gettok() 512 case tok_if: in ParsePrimary()
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 51 tok_if = -6, enumerator 86 return tok_if; in gettok() 515 case tok_if: in ParsePrimary()
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 37 tok_if = -6, tok_then = -7, tok_else = -8, enumerator 65 if (IdentifierStr == "if") return tok_if; in gettok() 447 case tok_if: return ParseIfExpr(); in ParsePrimary()
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 79 tok_if = -6, tok_then = -7, tok_else = -8, enumerator 107 if (IdentifierStr == "if") return tok_if; in gettok() 489 case tok_if: return ParseIfExpr(); in ParsePrimary()
|
/external/llvm/docs/tutorial/ |
D | LangImpl05.rst | 69 tok_if = -6, 84 return tok_if; 164 case tok_if: 464 tok_if = -6, tok_then = -7, tok_else = -8, 473 return tok_if;
|
D | LangImpl07.rst | 713 case tok_if:
|