Home | History | Annotate | Download | only in lazy

Lines Matching refs:NumVal

50 static double NumVal;              // Filled in if tok_number
85 NumVal = strtod(NumStr.c_str(), 0);
306 ExprAST *Result = new NumberExprAST(NumVal);
552 if (NumVal < 1 || NumVal > 100)
554 BinaryPrecedence = (unsigned)NumVal;