Searched refs:tok_identifier (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp20 tok_identifier = -4, tok_number = -5 enumerator in enum:Token
23 static std::string IdentifierStr; // Filled in if tok_identifier
41 return tok_identifier;
232 case tok_identifier: return ParseIdentifierExpr();
284 if (CurTok != tok_identifier)
294 while (getNextToken() == tok_identifier)
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp25 tok_identifier = -4, tok_number = -5 enumerator in enum:Token
28 static std::string IdentifierStr; // Filled in if tok_identifier
46 return tok_identifier;
244 case tok_identifier: return ParseIdentifierExpr();
296 if (CurTok != tok_identifier)
306 while (getNextToken() == tok_identifier)
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp32 tok_identifier = -4, tok_number = -5 enumerator in enum:Token
35 static std::string IdentifierStr; // Filled in if tok_identifier
53 return tok_identifier;
251 case tok_identifier: return ParseIdentifierExpr();
303 if (CurTok != tok_identifier)
313 while (getNextToken() == tok_identifier)
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp32 tok_identifier = -4, tok_number = -5, enumerator in enum:Token
39 static std::string IdentifierStr; // Filled in if tok_identifier
62 return tok_identifier;
303 if (CurTok != tok_identifier)
350 case tok_identifier: return ParseIdentifierExpr();
404 if (CurTok != tok_identifier)
414 while (getNextToken() == tok_identifier)
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp32 tok_identifier = -4, tok_number = -5, enumerator in enum:Token
42 static std::string IdentifierStr; // Filled in if tok_identifier
67 return tok_identifier;
331 if (CurTok != tok_identifier)
378 case tok_identifier: return ParseIdentifierExpr();
458 case tok_identifier:
495 while (getNextToken() == tok_identifier)
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp32 tok_identifier = -4, tok_number = -5, enumerator in enum:Token
45 static std::string IdentifierStr; // Filled in if tok_identifier
71 return tok_identifier;
349 if (CurTok != tok_identifier)
395 if (CurTok != tok_identifier)
417 if (CurTok != tok_identifier)
442 case tok_identifier: return ParseIdentifierExpr();
523 case tok_identifier:
560 while (getNextToken() == tok_identifier)

Completed in 274 milliseconds