Home | History | Annotate | Download | only in Chapter5

Lines Matching refs:NumVal

82 static double NumVal;             // Filled in if tok_number
127 NumVal = strtod(NumStr.c_str(), nullptr);
323 auto Result = llvm::make_unique<NumberExprAST>(NumVal);
629 if (NumVal < 1 || NumVal > 100)
631 BinaryPrecedence = (unsigned)NumVal;