Home | History | Annotate | Download | only in complete

Lines Matching refs:NumVal

95 static double NumVal;              // Filled in if tok_number
130 NumVal = strtod(NumStr.c_str(), 0);
351 ExprAST *Result = new NumberExprAST(NumVal);
597 if (NumVal < 1 || NumVal > 100)
599 BinaryPrecedence = (unsigned)NumVal;