HomeSort by relevance Sort by last modified time
    Searched refs:ArgNames (Results 1 - 9 of 9) sorted by null

  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 293 std::vector<std::string> ArgNames;
295 ArgNames.push_back(IdentifierStr);
302 return new PrototypeAST(FnName, ArgNames);
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 305 std::vector<std::string> ArgNames;
307 ArgNames.push_back(IdentifierStr);
314 return new PrototypeAST(FnName, ArgNames);
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 312 std::vector<std::string> ArgNames;
314 ArgNames.push_back(IdentifierStr);
321 return new PrototypeAST(FnName, ArgNames);
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 494 std::vector<std::string> ArgNames;
496 ArgNames.push_back(IdentifierStr);
504 if (Kind && ArgNames.size() != Kind)
507 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 413 std::vector<std::string> ArgNames;
415 ArgNames.push_back(IdentifierStr);
422 return new PrototypeAST(FnName, ArgNames);
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 559 std::vector<std::string> ArgNames;
561 ArgNames.push_back(IdentifierStr);
569 if (Kind && ArgNames.size() != Kind)
572 return new PrototypeAST(FnName, ArgNames, Kind != 0, BinaryPrecedence);
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 898 std::vector<std::string> ArgNames;
901 ArgNames.push_back(LHSs->getArgName(i));
905 ArgNames.push_back(RHSs->getArgName(i));
907 return DagInit::get(LHSs->getOperator(), "", Args, ArgNames);
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 194 typedef std::vector<std::string> ArgNames;
216 const ArgNames &theArgNames,
    [all...]

Completed in 203 milliseconds