Searched refs:NumVal (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp24 static double NumVal; // Filled in if tok_number variable
51 NumVal = strtod(NumStr.c_str(), 0);
208 ExprAST *Result = new NumberExprAST(NumVal);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp43 static double NumVal; // Filled in if tok_number variable
77 NumVal = strtod(NumStr.c_str(), 0);
284 ExprAST *Result = new NumberExprAST(NumVal);
483 if (NumVal < 1 || NumVal > 100)
485 BinaryPrecedence = (unsigned)NumVal;
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp29 static double NumVal; // Filled in if tok_number variable
56 NumVal = strtod(NumStr.c_str(), 0);
220 ExprAST *Result = new NumberExprAST(NumVal);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp36 static double NumVal; // Filled in if tok_number variable
63 NumVal = strtod(NumStr.c_str(), 0);
227 ExprAST *Result = new NumberExprAST(NumVal);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp46 static double NumVal; // Filled in if tok_number variable
81 NumVal = strtod(NumStr.c_str(), 0);
302 ExprAST *Result = new NumberExprAST(NumVal);
548 if (NumVal < 1 || NumVal > 100)
550 BinaryPrecedence = (unsigned)NumVal;
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp40 static double NumVal; // Filled in if tok_number variable
72 NumVal = strtod(NumStr.c_str(), 0);
256 ExprAST *Result = new NumberExprAST(NumVal);

Completed in 138 milliseconds