Searched refs:tok_then (Results 1 - 14 of 14) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp39 tok_then = -7, enumerator in enum:Token
68 return tok_then;
318 if (CurTok != tok_then)
/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp41 tok_then = -7, enumerator in enum:Token
68 case tok_then:
143 return tok_then;
511 if (CurTok != tok_then)
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp39 tok_then = -7, enumerator in enum:Token
72 return tok_then;
351 if (CurTok != tok_then)
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp39 tok_then = -7, enumerator in enum:Token
75 return tok_then;
370 if (CurTok != tok_then)
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp53 tok_if = -6, tok_then = -7, tok_else = -8, enumerator in enum:Token
82 if (IdentifierStr == "then") return tok_then;
345 if (CurTok != tok_then)
H A Dtoy.cpp60 tok_if = -6, tok_then = -7, tok_else = -8, enumerator in enum:Token
89 if (IdentifierStr == "then") return tok_then;
352 if (CurTok != tok_then)
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp37 tok_if = -6, tok_then = -7, tok_else = -8, enumerator in enum:Token
66 if (IdentifierStr == "then") return tok_then;
329 if (CurTok != tok_then)
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp38 tok_if = -6, tok_then = -7, tok_else = -8, enumerator in enum:Token
67 if (IdentifierStr == "then") return tok_then;
330 if (CurTok != tok_then)
H A Dtoy.cpp39 tok_if = -6, tok_then = -7, tok_else = -8, enumerator in enum:Token
68 if (IdentifierStr == "then") return tok_then;
331 if (CurTok != tok_then)
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp79 tok_if = -6, tok_then = -7, tok_else = -8, enumerator in enum:Token
108 if (IdentifierStr == "then") return tok_then;
371 if (CurTok != tok_then)
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
H A Dtoy.cpp44 tok_if = -6, tok_then = -7, tok_else = -8, enumerator in enum:Token
73 if (IdentifierStr == "then") return tok_then;
355 if (CurTok != tok_then)
/external/llvm/examples/Kaleidoscope/Orc/initial/
H A Dtoy.cpp43 tok_if = -6, tok_then = -7, tok_else = -8, enumerator in enum:Token
72 if (IdentifierStr == "then") return tok_then;
354 if (CurTok != tok_then)
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
H A Dtoy.cpp43 tok_if = -6, tok_then = -7, tok_else = -8, enumerator in enum:Token
72 if (IdentifierStr == "then") return tok_then;
354 if (CurTok != tok_then)
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
H A Dtoy.cpp43 tok_if = -6, tok_then = -7, tok_else = -8, enumerator in enum:Token
72 if (IdentifierStr == "then") return tok_then;
354 if (CurTok != tok_then)

Completed in 92 milliseconds