Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp18 tok_def = -2, tok_extern = -3, enumerator
41 if (IdentifierStr == "extern") return tok_extern; in gettok()
365 case tok_extern: HandleExtern(); break; in MainLoop()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp23 tok_def = -2, tok_extern = -3, enumerator
46 if (IdentifierStr == "extern") return tok_extern; in gettok()
520 case tok_extern: HandleExtern(); break; in MainLoop()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp32 tok_extern = -3, enumerator
58 return tok_extern; in gettok()
814 case tok_extern: in MainLoop()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp33 tok_extern = -3, enumerator
66 return tok_extern; in gettok()
855 case tok_extern: in MainLoop()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp33 tok_extern = -3, enumerator
70 return tok_extern; in gettok()
970 case tok_extern: in MainLoop()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp37 tok_extern = -3, enumerator
64 case tok_extern: in getTokName()
143 return tok_extern; in gettok()
1378 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()
1089 case tok_extern: HandleExtern(); break; in MainLoop()
Dtoy.cpp54 tok_def = -2, tok_extern = -3, enumerator
87 if (IdentifierStr == "extern") return tok_extern; in gettok()
1457 case tok_extern: HandleExtern(); break; in MainLoop()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp33 tok_extern = -3, enumerator
73 return tok_extern; in gettok()
1143 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()
1071 case tok_extern: HandleExtern(); break; in MainLoop()
Dtoy.cpp33 tok_def = -2, tok_extern = -3, enumerator
66 if (IdentifierStr == "extern") return tok_extern; in gettok()
1355 case tok_extern: HandleExtern(); break; in MainLoop()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp31 tok_def = -2, tok_extern = -3, enumerator
64 if (IdentifierStr == "extern") return tok_extern; in gettok()
1314 case tok_extern: HandleExtern(); break; in MainLoop()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp73 tok_def = -2, tok_extern = -3, enumerator
106 if (IdentifierStr == "extern") return tok_extern; in gettok()
1530 case tok_extern: HandleExtern(); break; in MainLoop()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp37 tok_def = -2, tok_extern = -3, enumerator
70 if (IdentifierStr == "extern") return tok_extern; in gettok()
1310 case tok_extern: HandleExtern(S); break; in MainLoop()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp37 tok_def = -2, tok_extern = -3, enumerator
70 if (IdentifierStr == "extern") return tok_extern; in gettok()
1275 case tok_extern: HandleExtern(S); break; in MainLoop()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp37 tok_def = -2, tok_extern = -3, enumerator
70 if (IdentifierStr == "extern") return tok_extern; in gettok()
1279 case tok_extern: HandleExtern(S); break; in MainLoop()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp38 tok_def = -2, tok_extern = -3, enumerator
71 if (IdentifierStr == "extern") return tok_extern; in gettok()
1377 case tok_extern: HandleExtern(S); break; in MainLoop()
/external/llvm/docs/tutorial/
DLangImpl1.rst172 tok_def = -2, tok_extern = -3,
221 if (IdentifierStr == "extern") return tok_extern;
DLangImpl5.rst78 if (IdentifierStr == "extern") return tok_extern;
448 if (IdentifierStr == "extern") return tok_extern;
DLangImpl2.rst632 case tok_extern: HandleExtern(); break;