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

/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp176 std::string IdName = IdentifierStr; local
181 return new VariableExprAST(IdName);
203 return new CallExprAST(IdName, Args);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp188 std::string IdName = IdentifierStr; local
193 return new VariableExprAST(IdName);
215 return new CallExprAST(IdName, Args);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp224 std::string IdName = IdentifierStr; local
229 return new VariableExprAST(IdName);
251 return new CallExprAST(IdName, Args);
306 std::string IdName = IdentifierStr;
338 return new ForExprAST(IdName, Start, End, Step, Body);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp252 std::string IdName = IdentifierStr; local
257 return new VariableExprAST(IdName);
279 return new CallExprAST(IdName, Args);
334 std::string IdName = IdentifierStr;
366 return new ForExprAST(IdName, Start, End, Step, Body);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp195 std::string IdName = IdentifierStr; local
200 return new VariableExprAST(IdName);
222 return new CallExprAST(IdName, Args);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp270 std::string IdName = IdentifierStr; local
275 return new VariableExprAST(IdName);
297 return new CallExprAST(IdName, Args);
352 std::string IdName = IdentifierStr;
384 return new ForExprAST(IdName, Start, End, Step, Body);

Completed in 125 milliseconds