Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:NumVal

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