Lines Matching defs:NumVal
48 static double NumVal; // Filled in if tok_number83 NumVal = strtod(NumStr.c_str(), 0);304 ExprAST *Result = new NumberExprAST(NumVal);550 if (NumVal < 1 || NumVal > 100)552 BinaryPrecedence = (unsigned)NumVal;