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

  /external/clang/lib/CodeGen/
CGCUDANV.cpp 83 std::vector<llvm::Type *> ArgTypes;
89 ArgTypes.push_back(cast<llvm::PointerType>(V->getType())->getElementType());
92 CGF.getLLVMContext(), ArgTypes);
103 llvm::ConstantExpr::getSizeOf(ArgTypes[I]),
CGStmt.cpp     [all...]
  /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 405 std::vector<Type*> ArgTypes;
408 ArgTypes.push_back((*v)->getType());
411 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/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 202 typedef std::vector<llvm::Type*> ArgTypes;
222 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 205 milliseconds