Searched refs:ParseUnary (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp389 static ExprAST *ParseUnary() { function
397 if (ExprAST *Operand = ParseUnary())
419 ExprAST *RHS = ParseUnary();
439 ExprAST *LHS = ParseUnary();
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp454 static ExprAST *ParseUnary() { function
462 if (ExprAST *Operand = ParseUnary())
484 ExprAST *RHS = ParseUnary();
504 ExprAST *LHS = ParseUnary();

Completed in 125 milliseconds