Home
last modified time | relevance | path

Searched refs:tok_extern (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm-project/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp21 tok_extern = -3, enumerator
47 return tok_extern; in gettok()
416 case tok_extern: in MainLoop()
/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp32 tok_extern = -3, enumerator
58 return tok_extern; in gettok()
422 case tok_extern: in MainLoop()
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp34 tok_extern = -3, enumerator
60 return tok_extern; in gettok()
586 case tok_extern: in MainLoop()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp33 tok_extern = -3, enumerator
59 return tok_extern; in gettok()
560 case tok_extern: in MainLoop()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp42 tok_extern = -3, enumerator
68 return tok_extern; in gettok()
626 case tok_extern: in MainLoop()
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp44 tok_extern = -3, enumerator
70 return tok_extern; in gettok()
648 case tok_extern: in MainLoop()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp43 tok_extern = -3, enumerator
76 return tok_extern; in gettok()
898 case tok_extern: in MainLoop()
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp45 tok_extern = -3, enumerator
78 return tok_extern; in gettok()
922 case tok_extern: in MainLoop()
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp47 tok_def = -2, tok_extern = -3, enumerator
80 if (IdentifierStr == "extern") return tok_extern; in gettok()
1085 case tok_extern: HandleExtern(); break; in MainLoop()
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp32 tok_def = -2, tok_extern = -3, enumerator
65 if (IdentifierStr == "extern") return tok_extern; in gettok()
1069 case tok_extern: HandleExtern(); break; in MainLoop()
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp45 tok_extern = -3, enumerator
82 return tok_extern; in gettok()
1041 case tok_extern: in MainLoop()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp47 tok_def = -2, tok_extern = -3, enumerator
80 if (IdentifierStr == "extern") return tok_extern; in gettok()
1085 case tok_extern: HandleExtern(); break; in MainLoop()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp43 tok_extern = -3, enumerator
80 return tok_extern; in gettok()
1016 case tok_extern: in MainLoop()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp32 tok_def = -2, tok_extern = -3, enumerator
65 if (IdentifierStr == "extern") return tok_extern; in gettok()
1067 case tok_extern: HandleExtern(); break; in MainLoop()
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp34 tok_extern = -3, enumerator
61 case tok_extern: in getTokName()
140 return tok_extern; in gettok()
1377 case tok_extern: in MainLoop()
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp33 tok_extern = -3, enumerator
60 case tok_extern: in getTokName()
140 return tok_extern; in gettok()
1368 case tok_extern: in MainLoop()
/external/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/
DLangImpl01.rst77 tok_extern = -3,
129 return tok_extern;
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp44 tok_extern = -3, enumerator
84 return tok_extern; in gettok()
1164 case tok_extern: in MainLoop()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp44 tok_extern = -3, enumerator
84 return tok_extern; in gettok()
1164 case tok_extern: in MainLoop()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp45 tok_extern = -3, enumerator
85 return tok_extern; in gettok()
1171 case tok_extern: in MainLoop()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp44 tok_extern = -3, enumerator
84 return tok_extern; in gettok()
1164 case tok_extern: in MainLoop()
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp42 tok_extern = -3, enumerator
82 return tok_extern; in gettok()
1186 case tok_extern: in MainLoop()
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp42 tok_extern = -3, enumerator
82 return tok_extern; in gettok()
1186 case tok_extern: in MainLoop()
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp42 tok_extern = -3, enumerator
82 return tok_extern; in gettok()
1184 case tok_extern: in MainLoop()
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp48 tok_extern = -3, enumerator
88 return tok_extern; in gettok()
1167 case tok_extern: in MainLoop()

12