/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 47 tok_binary = -11, enumerator 82 return tok_binary; in gettok() 525 case tok_binary: in ParsePrototype()
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 51 tok_binary = -11, enumerator 80 case tok_binary: in getTokName() 155 return tok_binary; in gettok() 745 case tok_binary: in ParsePrototype()
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 57 tok_binary = -11, tok_unary = -12, enumerator 86 if (IdentifierStr == "binary") return tok_binary; in gettok() 555 case tok_binary: in ParsePrototype()
|
D | toy.cpp | 64 tok_binary = -11, tok_unary = -12, enumerator 93 if (IdentifierStr == "binary") return tok_binary; in gettok() 562 case tok_binary: in ParsePrototype()
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 47 tok_binary = -11, enumerator 85 return tok_binary; in gettok() 596 case tok_binary: in ParsePrototype()
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 42 tok_binary = -11, tok_unary = -12, enumerator 71 if (IdentifierStr == "binary") return tok_binary; in gettok() 540 case tok_binary: in ParsePrototype()
|
D | toy.cpp | 43 tok_binary = -11, tok_unary = -12, enumerator 72 if (IdentifierStr == "binary") return tok_binary; in gettok() 541 case tok_binary: in ParsePrototype()
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 41 tok_binary = -11, tok_unary = -12, enumerator 70 if (IdentifierStr == "binary") return tok_binary; in gettok() 539 case tok_binary: in ParsePrototype()
|
/external/llvm/docs/tutorial/ |
D | LangImpl6.rst | 99 tok_binary = -11, tok_unary = -12 106 if (IdentifierStr == "binary") return tok_binary; 178 case tok_binary: 404 case tok_binary:
|
D | LangImpl7.rst | 653 if (IdentifierStr == "binary") return tok_binary;
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 83 tok_binary = -11, tok_unary = -12, enumerator 112 if (IdentifierStr == "binary") return tok_binary; in gettok() 581 case tok_binary: in ParsePrototype()
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/ |
D | toy.cpp | 47 tok_binary = -11, tok_unary = -12, enumerator 76 if (IdentifierStr == "binary") return tok_binary; in gettok() 578 case tok_binary: in ParsePrototype()
|
/external/llvm/examples/Kaleidoscope/Orc/initial/ |
D | toy.cpp | 47 tok_binary = -11, tok_unary = -12, enumerator 76 if (IdentifierStr == "binary") return tok_binary; in gettok() 578 case tok_binary: in ParsePrototype()
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/ |
D | toy.cpp | 47 tok_binary = -11, tok_unary = -12, enumerator 76 if (IdentifierStr == "binary") return tok_binary; in gettok() 578 case tok_binary: in ParsePrototype()
|
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/ |
D | toy.cpp | 48 tok_binary = -11, tok_unary = -12, enumerator 77 if (IdentifierStr == "binary") return tok_binary; in gettok() 579 case tok_binary: in ParsePrototype()
|