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

  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 194 typedef std::vector<std::string> ArgNames;
216 const ArgNames &theArgNames,
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/llvm/lib/TableGen/
Record.cpp 902 std::vector<std::string> ArgNames;
905 ArgNames.push_back(LHSs->getArgName(i));
909 ArgNames.push_back(RHSs->getArgName(i));
911 return DagInit::get(LHSs->getOperator(), "", Args, ArgNames);
    [all...]

Completed in 172 milliseconds