/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 59 tok_binary = -11, enumerator 94 return tok_binary; in gettok() 559 case tok_binary: in ParsePrototype()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A 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()
|
H A 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()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A 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()
|
H A 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()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 48 tok_binary = -11, enumerator 77 case tok_binary: in getTokName() 152 return tok_binary; in gettok() 747 case tok_binary: in ParsePrototype()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | toy.cpp | 56 tok_binary = -11, enumerator 94 return tok_binary; in gettok() 627 case tok_binary: in ParsePrototype()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | toy.cpp | 56 tok_binary = -11, enumerator 94 return tok_binary; in gettok() 627 case tok_binary: in ParsePrototype()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | toy.cpp | 56 tok_binary = -11, enumerator 94 return tok_binary; in gettok() 610 case tok_binary: in ParsePrototype()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/ |
H A D | toy.cpp | 62 tok_binary = -11, enumerator 100 return tok_binary; in gettok() 633 case tok_binary: in ParsePrototype()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | toy.cpp | 56 tok_binary = -11, enumerator 94 return tok_binary; in gettok() 627 case tok_binary: in ParsePrototype()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 61 tok_binary = -11, enumerator 99 return tok_binary; in gettok() 632 case tok_binary: in ParsePrototype()
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/ |
H A 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()
|
/netbsd/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | LangImpl06.rst | 99 tok_binary = -11, 110 return tok_binary; 186 case tok_binary: 422 case tok_binary:
|
H A D | LangImpl07.rst | 662 return tok_binary;
|
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A 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()
|