Searched refs:tok_if (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
57 if (IdentifierStr == "if") return tok_if;
353 case tok_if: return ParseIfExpr();
/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
60 if (IdentifierStr == "if") return tok_if;
381 case tok_if: return ParseIfExpr();
/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
63 if (IdentifierStr == "if") return tok_if;
445 case tok_if: return ParseIfExpr();

Completed in 157 milliseconds