Home
last modified time | relevance | path

Searched refs:tok_binary (Results 1 – 16 of 16) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp59 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 Dtoy-jit.cpp42 tok_binary = -11, tok_unary = -12, enumerator
71 if (IdentifierStr == "binary") return tok_binary; in gettok()
540 case tok_binary: in ParsePrototype()
H A Dtoy.cpp43 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 Dtoy-jit.cpp57 tok_binary = -11, tok_unary = -12, enumerator
86 if (IdentifierStr == "binary") return tok_binary; in gettok()
555 case tok_binary: in ParsePrototype()
H A Dtoy.cpp64 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 Dtoy.cpp48 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 Dtoy.cpp56 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 Dtoy.cpp56 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 Dtoy.cpp56 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 Dtoy.cpp62 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 Dtoy.cpp56 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 Dtoy.cpp61 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 Dtoy.cpp41 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 DLangImpl06.rst99 tok_binary = -11,
110 return tok_binary;
186 case tok_binary:
422 case tok_binary:
H A DLangImpl07.rst662 return tok_binary;
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp83 tok_binary = -11, tok_unary = -12, enumerator
112 if (IdentifierStr == "binary") return tok_binary; in gettok()
581 case tok_binary: in ParsePrototype()