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

  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 143 std::vector<Type*> ArgTypes;
151 ArgTypes.push_back(I->getType());
155 ArgTypes, F->getFunctionType()->isVarArg());
CodeExtractor.cpp 406 std::vector<Type*> ArgTypes;
409 ArgTypes.push_back((*v)->getType());
412 Type *StructArgTy = StructType::get(newFunction->getContext(), ArgTypes);
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 209 const std::vector<Record*> &ArgTypes,
211 if (ArgTypes.empty())
214 if (ArgTypes.size() == 1)
215 return EmitTypeGenerate(OS, ArgTypes.front(), ArgNo);
220 I = ArgTypes.begin(), E = ArgTypes.end(); I != E; ++I) {
341 const RecPair &ArgTypes = I->first;
342 const std::vector<Record*> &RetTys = ArgTypes.first;
343 const std::vector<Record*> &ParamTys = ArgTypes.second;
438 const RecPair &ArgTypes = I->first
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 193 typedef std::vector<llvm::Type*> ArgTypes;
213 const ArgTypes &theArgTypes,
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 57 milliseconds