Lines Matching defs:NumVal
66 static double NumVal; // Filled in if tok_number111 NumVal = strtod(NumStr.c_str(), nullptr);320 auto Result = llvm::make_unique<NumberExprAST>(NumVal);626 if (NumVal < 1 || NumVal > 100)628 BinaryPrecedence = (unsigned)NumVal;