/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 38 tok_if = -6, enumerator 66 return tok_if; in gettok() 401 case tok_if: 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 | 38 tok_if = -6, enumerator 70 return tok_if; in gettok() 434 case tok_if: in ParsePrimary()
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 40 tok_if = -6, enumerator 66 case tok_if: in getTokName() 141 return tok_if; in gettok() 643 case tok_if: in ParsePrimary()
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 38 tok_if = -6, enumerator 73 return tok_if; in gettok() 502 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/Orc/initial/ |
D | toy.cpp | 43 tok_if = -6, tok_then = -7, tok_else = -8, enumerator 71 if (IdentifierStr == "if") return tok_if; in gettok() 481 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/examples/Kaleidoscope/Orc/lazy_irgen/ |
D | toy.cpp | 43 tok_if = -6, tok_then = -7, tok_else = -8, enumerator 71 if (IdentifierStr == "if") return tok_if; in gettok() 481 case tok_if: return ParseIfExpr(); in ParsePrimary()
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/ |
D | toy.cpp | 43 tok_if = -6, tok_then = -7, tok_else = -8, enumerator 71 if (IdentifierStr == "if") return tok_if; in gettok() 481 case tok_if: return ParseIfExpr(); in ParsePrimary()
|
/external/llvm/docs/tutorial/ |
D | LangImpl5.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 | LangImpl7.rst | 713 case tok_if:
|
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/ |
D | toy.cpp | 44 tok_if = -6, tok_then = -7, tok_else = -8, enumerator 72 if (IdentifierStr == "if") return tok_if; in gettok() 482 case tok_if: return ParseIfExpr(); in ParsePrimary()
|