Searched refs:tok_binary (Results 1 - 13 of 13) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp47 tok_binary = -11, enumerator in enum:Token
76 case tok_binary:
151 return tok_binary;
746 case tok_binary:
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp45 tok_binary = -11, enumerator in enum:Token
80 return tok_binary;
532 case tok_binary:
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp45 tok_binary = -11, enumerator in enum:Token
83 return tok_binary;
602 case tok_binary:
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp57 tok_binary = -11, tok_unary = -12, enumerator in enum:Token
86 if (IdentifierStr == "binary") return tok_binary;
555 case tok_binary:
H A Dtoy.cpp64 tok_binary = -11, tok_unary = -12, enumerator in enum:Token
93 if (IdentifierStr == "binary") return tok_binary;
562 case tok_binary:
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp41 tok_binary = -11, tok_unary = -12, enumerator in enum:Token
70 if (IdentifierStr == "binary") return tok_binary;
539 case tok_binary:
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp42 tok_binary = -11, tok_unary = -12, enumerator in enum:Token
71 if (IdentifierStr == "binary") return tok_binary;
540 case tok_binary:
H A Dtoy.cpp43 tok_binary = -11, tok_unary = -12, enumerator in enum:Token
72 if (IdentifierStr == "binary") return tok_binary;
541 case tok_binary:
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp83 tok_binary = -11, tok_unary = -12, enumerator in enum:Token
112 if (IdentifierStr == "binary") return tok_binary;
581 case tok_binary:
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
H A Dtoy.cpp48 tok_binary = -11, tok_unary = -12, enumerator in enum:Token
77 if (IdentifierStr == "binary") return tok_binary;
578 case tok_binary:
/external/llvm/examples/Kaleidoscope/Orc/initial/
H A Dtoy.cpp47 tok_binary = -11, tok_unary = -12, enumerator in enum:Token
76 if (IdentifierStr == "binary") return tok_binary;
577 case tok_binary:
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
H A Dtoy.cpp47 tok_binary = -11, tok_unary = -12, enumerator in enum:Token
76 if (IdentifierStr == "binary") return tok_binary;
577 case tok_binary:
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
H A Dtoy.cpp47 tok_binary = -11, tok_unary = -12, enumerator in enum:Token
76 if (IdentifierStr == "binary") return tok_binary;
577 case tok_binary:

Completed in 92 milliseconds