Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp47 tok_binary = -11, enumerator
82 return tok_binary; in gettok()
525 case tok_binary: in ParsePrototype()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp51 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/
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()
Dtoy.cpp64 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/
Dtoy.cpp47 tok_binary = -11, enumerator
85 return tok_binary; in gettok()
596 case tok_binary: in ParsePrototype()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
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()
Dtoy.cpp43 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/
Dtoy.cpp41 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/
DLangImpl6.rst99 tok_binary = -11, tok_unary = -12
106 if (IdentifierStr == "binary") return tok_binary;
178 case tok_binary:
404 case tok_binary:
DLangImpl7.rst653 if (IdentifierStr == "binary") return tok_binary;
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp83 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/
Dtoy.cpp47 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/
Dtoy.cpp47 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/
Dtoy.cpp47 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/
Dtoy.cpp48 tok_binary = -11, tok_unary = -12, enumerator
77 if (IdentifierStr == "binary") return tok_binary; in gettok()
579 case tok_binary: in ParsePrototype()