Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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/swiftshader/third_party/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/Chapter5/
Dtoy.cpp50 tok_if = -6, enumerator
78 return tok_if; in gettok()
413 case tok_if: in ParsePrimary()
/external/swiftshader/third_party/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.cpp60 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
88 if (IdentifierStr == "if") return tok_if; in gettok()
470 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.cpp39 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
67 if (IdentifierStr == "if") return tok_if; in gettok()
449 case tok_if: return ParseIfExpr(); in ParsePrimary()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp50 tok_if = -6, enumerator
82 return tok_if; in gettok()
446 case tok_if: in ParsePrimary()
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp40 tok_if = -6, enumerator
66 case tok_if: in getTokName()
142 return tok_if; in gettok()
644 case tok_if: in ParsePrimary()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp51 tok_if = -6, enumerator
86 return tok_if; in gettok()
515 case tok_if: in ParsePrimary()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp51 tok_if = -6, enumerator
86 return tok_if; in gettok()
515 case tok_if: in ParsePrimary()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp51 tok_if = -6, enumerator
86 return tok_if; in gettok()
515 case tok_if: in ParsePrimary()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp52 tok_if = -6, enumerator
87 return tok_if; in gettok()
503 case tok_if: in ParsePrimary()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp67 tok_if = -6, enumerator
102 return tok_if; in gettok()
518 case tok_if: in ParsePrimary()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp48 tok_if = -6, enumerator
83 return tok_if; in gettok()
512 case tok_if: in ParsePrimary()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp51 tok_if = -6, enumerator
86 return tok_if; in gettok()
515 case tok_if: in ParsePrimary()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp37 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
65 if (IdentifierStr == "if") return tok_if; in gettok()
447 case tok_if: return ParseIfExpr(); in ParsePrimary()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp79 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
107 if (IdentifierStr == "if") return tok_if; in gettok()
489 case tok_if: return ParseIfExpr(); in ParsePrimary()
/external/llvm/docs/tutorial/
DLangImpl05.rst69 tok_if = -6,
84 return tok_if;
164 case tok_if:
464 tok_if = -6, tok_then = -7, tok_else = -8,
473 return tok_if;
DLangImpl07.rst713 case tok_if: