Home
last modified time | relevance | path

Searched refs:tok_then (Results 1 – 15 of 15) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp39 tok_then = -7, enumerator
68 return tok_then; in gettok()
318 if (CurTok != tok_then) in ParseIfExpr()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp53 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
82 if (IdentifierStr == "then") return tok_then; in gettok()
345 if (CurTok != tok_then) in ParseIfExpr()
Dtoy.cpp60 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
89 if (IdentifierStr == "then") return tok_then; in gettok()
352 if (CurTok != tok_then) in ParseIfExpr()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp38 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
67 if (IdentifierStr == "then") return tok_then; in gettok()
330 if (CurTok != tok_then) in ParseIfExpr()
Dtoy.cpp39 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
68 if (IdentifierStr == "then") return tok_then; in gettok()
331 if (CurTok != tok_then) in ParseIfExpr()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp39 tok_then = -7, enumerator
72 return tok_then; in gettok()
351 if (CurTok != tok_then) in ParseIfExpr()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp41 tok_then = -7, enumerator
68 case tok_then: in getTokName()
143 return tok_then; in gettok()
511 if (CurTok != tok_then) in ParseIfExpr()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp39 tok_then = -7, enumerator
75 return tok_then; in gettok()
370 if (CurTok != tok_then) in ParseIfExpr()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp37 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
66 if (IdentifierStr == "then") return tok_then; in gettok()
329 if (CurTok != tok_then) in ParseIfExpr()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp43 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
72 if (IdentifierStr == "then") return tok_then; in gettok()
354 if (CurTok != tok_then) in ParseIfExpr()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp79 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
108 if (IdentifierStr == "then") return tok_then; in gettok()
371 if (CurTok != tok_then) in ParseIfExpr()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp43 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
72 if (IdentifierStr == "then") return tok_then; in gettok()
354 if (CurTok != tok_then) in ParseIfExpr()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp43 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
72 if (IdentifierStr == "then") return tok_then; in gettok()
354 if (CurTok != tok_then) in ParseIfExpr()
/external/llvm/docs/tutorial/
DLangImpl5.rst70 tok_then = -7,
86 return tok_then;
129 if (CurTok != tok_then)
464 tok_if = -6, tok_then = -7, tok_else = -8,
475 return tok_then;
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp44 tok_if = -6, tok_then = -7, tok_else = -8, enumerator
73 if (IdentifierStr == "then") return tok_then; in gettok()
355 if (CurTok != tok_then) in ParseIfExpr()