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

/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp42 tok_then = -7, enumerator in enum:Token
69 case tok_then:
144 return tok_then;
512 if (CurTok != tok_then)
/netbsd-current/external/apache2/llvm/dist/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)
/netbsd-current/external/apache2/llvm/dist/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)
/netbsd-current/external/apache2/llvm/dist/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)
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp50 tok_then = -7, enumerator in enum:Token
86 return tok_then;
395 if (CurTok != tok_then)
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp50 tok_then = -7, enumerator in enum:Token
86 return tok_then;
395 if (CurTok != tok_then)
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp50 tok_then = -7, enumerator in enum:Token
86 return tok_then;
395 if (CurTok != tok_then)
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp55 tok_then = -7, enumerator in enum:Token
91 return tok_then;
400 if (CurTok != tok_then)
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp56 tok_then = -7, enumerator in enum:Token
92 return tok_then;
401 if (CurTok != tok_then)
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp50 tok_then = -7, enumerator in enum:Token
86 return tok_then;
378 if (CurTok != tok_then)
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp53 tok_then = -7, enumerator in enum:Token
86 return tok_then;
378 if (CurTok != tok_then)
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp53 tok_then = -7, enumerator in enum:Token
82 return tok_then;
344 if (CurTok != tok_then)
/netbsd-current/external/apache2/llvm/dist/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)

Completed in 124 milliseconds