Home
last modified time | relevance | path

Searched refs:tok_if (Results 1 – 11 of 11) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp35 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
57 if (IdentifierStr == "if") return tok_if; in gettok()
353 case tok_if: return ParseIfExpr(); in ParsePrimary()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp35 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
60 if (IdentifierStr == "if") return tok_if; in gettok()
381 case tok_if: return ParseIfExpr(); in ParsePrimary()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp35 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
63 if (IdentifierStr == "if") return tok_if; in gettok()
445 case tok_if: return ParseIfExpr(); in ParsePrimary()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp53 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
81 if (IdentifierStr == "if") return tok_if; in gettok()
463 case tok_if: return ParseIfExpr(); in ParsePrimary()
Dtoy.cpp59 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
87 if (IdentifierStr == "if") return tok_if; in gettok()
469 case tok_if: return ParseIfExpr(); in ParsePrimary()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp38 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
66 if (IdentifierStr == "if") return tok_if; in gettok()
448 case tok_if: return ParseIfExpr(); in ParsePrimary()
Dtoy.cpp38 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
66 if (IdentifierStr == "if") return tok_if; in gettok()
448 case tok_if: return ParseIfExpr(); in ParsePrimary()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp36 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
64 if (IdentifierStr == "if") return tok_if; in gettok()
446 case tok_if: return ParseIfExpr(); in ParsePrimary()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp83 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
111 if (IdentifierStr == "if") return tok_if; in gettok()
493 case tok_if: return ParseIfExpr(); in ParsePrimary()
/external/llvm/docs/tutorial/
DLangImpl5.rst69 tok_if = -6, tok_then = -7, tok_else = -8,
79 if (IdentifierStr == "if") return tok_if;
147 case tok_if: return ParseIfExpr();
443 tok_if = -6, tok_then = -7, tok_else = -8,
449 if (IdentifierStr == "if") return tok_if;
DLangImpl7.rst699 case tok_if: return ParseIfExpr();