Home | History | Annotate | Download | only in initial

Lines Matching refs:NumVal

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