Searched refs:GetTokPrecedence (Results 1 - 17 of 17) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp178 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
179 static int GetTokPrecedence() { function
281 int TokPrec = GetTokPrecedence();
299 int NextPrec = GetTokPrecedence();
/external/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp180 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
181 static int GetTokPrecedence() { function
284 int TokPrec = GetTokPrecedence();
302 int NextPrec = GetTokPrecedence();
/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp186 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
187 static int GetTokPrecedence() { function
290 int TokPrec = GetTokPrecedence();
308 int NextPrec = GetTokPrecedence();
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp228 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
229 static int GetTokPrecedence() { function
414 int TokPrec = GetTokPrecedence();
432 int NextPrec = GetTokPrecedence();
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp261 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
262 static int GetTokPrecedence() { function
463 int TokPrec = GetTokPrecedence();
481 int NextPrec = GetTokPrecedence();
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp280 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
281 static int GetTokPrecedence() { function
533 int TokPrec = GetTokPrecedence();
551 int NextPrec = GetTokPrecedence();
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp266 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
267 static int GetTokPrecedence() { function
490 int TokPrec = GetTokPrecedence();
507 int NextPrec = GetTokPrecedence();
H A Dtoy.cpp273 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
274 static int GetTokPrecedence() { function
497 int TokPrec = GetTokPrecedence();
514 int NextPrec = GetTokPrecedence();
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp250 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
251 static int GetTokPrecedence() { function
474 int TokPrec = GetTokPrecedence();
491 int NextPrec = GetTokPrecedence();
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp251 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
252 static int GetTokPrecedence() { function
475 int TokPrec = GetTokPrecedence();
492 int NextPrec = GetTokPrecedence();
H A Dtoy.cpp252 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
253 static int GetTokPrecedence() { function
476 int TokPrec = GetTokPrecedence();
493 int NextPrec = GetTokPrecedence();
/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp417 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
418 static int GetTokPrecedence() { function
674 int TokPrec = GetTokPrecedence();
693 int NextPrec = GetTokPrecedence();
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp292 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
293 static int GetTokPrecedence() { function
516 int TokPrec = GetTokPrecedence();
533 int NextPrec = GetTokPrecedence();
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
H A Dtoy.cpp267 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
268 static int GetTokPrecedence() { function
510 int TokPrec = GetTokPrecedence();
528 int NextPrec = GetTokPrecedence();
/external/llvm/examples/Kaleidoscope/Orc/initial/
H A Dtoy.cpp266 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
267 static int GetTokPrecedence() { function
509 int TokPrec = GetTokPrecedence();
527 int NextPrec = GetTokPrecedence();
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
H A Dtoy.cpp266 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
267 static int GetTokPrecedence() { function
509 int TokPrec = GetTokPrecedence();
527 int NextPrec = GetTokPrecedence();
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
H A Dtoy.cpp266 /// GetTokPrecedence - Get the precedence of the pending binary operator token.
267 static int GetTokPrecedence() { function
509 int TokPrec = GetTokPrecedence();
527 int NextPrec = GetTokPrecedence();

Completed in 2606 milliseconds