Home | History | Annotate | Download | only in cached

Lines Matching defs:NumVal

64 static double NumVal;              // Filled in if tok_number
99 NumVal = strtod(NumStr.c_str(), 0);
320 ExprAST *Result = new NumberExprAST(NumVal);
566 if (NumVal < 1 || NumVal > 100)
568 BinaryPrecedence = (unsigned)NumVal;