Home | History | Annotate | Download | only in cached

Lines Matching refs:NumVal

65 static double NumVal;              // Filled in if tok_number
100 NumVal = strtod(NumStr.c_str(), 0);
321 ExprAST *Result = new NumberExprAST(NumVal);
567 if (NumVal < 1 || NumVal > 100)
569 BinaryPrecedence = (unsigned)NumVal;