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

/macosx-10.9.5/llvmCore-3425.0.33/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp35 tok_if = -6, tok_then = -7, tok_else = -8, enumerator in enum:Token
58 if (IdentifierStr == "then") return tok_then;
281 if (CurTok != tok_then)
/macosx-10.9.5/llvmCore-3425.0.33/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp35 tok_if = -6, tok_then = -7, tok_else = -8, enumerator in enum:Token
61 if (IdentifierStr == "then") return tok_then;
309 if (CurTok != tok_then)
/macosx-10.9.5/llvmCore-3425.0.33/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp35 tok_if = -6, tok_then = -7, tok_else = -8, enumerator in enum:Token
64 if (IdentifierStr == "then") return tok_then;
327 if (CurTok != tok_then)

Completed in 499 milliseconds