Home
last modified time | relevance | path

Searched refs:ParseExtern (Results 1 – 6 of 6) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp327 static PrototypeAST *ParseExtern() { in ParseExtern() function
346 if (ParseExtern()) { in HandleExtern()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp339 static PrototypeAST *ParseExtern() { in ParseExtern() function
486 if (PrototypeAST *P = ParseExtern()) { in HandleExtern()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp346 static PrototypeAST *ParseExtern() { in ParseExtern() function
499 if (PrototypeAST *P = ParseExtern()) { in HandleExtern()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp447 static PrototypeAST *ParseExtern() { in ParseExtern() function
744 if (PrototypeAST *P = ParseExtern()) { in HandleExtern()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp532 static PrototypeAST *ParseExtern() { in ParseExtern() function
855 if (PrototypeAST *P = ParseExtern()) { in HandleExtern()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp597 static PrototypeAST *ParseExtern() { in ParseExtern() function
1018 if (PrototypeAST *P = ParseExtern()) { in HandleExtern()