Home
last modified time | relevance | path

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

12

/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-7.0/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp52 tok_if = -6, enumerator
80 return tok_if; in gettok()
427 case tok_if: in ParsePrimary()
/external/swiftshader/third_party/llvm-7.0/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()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp52 tok_if = -6, enumerator
84 return tok_if; in gettok()
461 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/swiftshader/third_party/llvm-7.0/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()
/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()
/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp51 tok_if = -6, enumerator
86 return tok_if; in gettok()
512 case tok_if: in ParsePrimary()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp49 tok_if = -6, enumerator
84 return tok_if; in gettok()
527 case tok_if: in ParsePrimary()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp49 tok_if = -6, enumerator
84 return tok_if; in gettok()
527 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/Chapter3/
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/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp49 tok_if = -6, enumerator
84 return tok_if; in gettok()
527 case tok_if: in ParsePrimary()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp54 tok_if = -6, enumerator
89 return tok_if; in gettok()
532 case tok_if: in ParsePrimary()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp55 tok_if = -6, enumerator
90 return tok_if; in gettok()
533 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()

12