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

  /external/clang/lib/CodeGen/
CGCUDANV.cpp 82 std::vector<llvm::Type *> ArgTypes;
88 ArgTypes.push_back(cast<llvm::PointerType>(V->getType())->getElementType());
91 CGF.getLLVMContext(), ArgTypes);
102 llvm::ConstantExpr::getSizeOf(ArgTypes[I]),
CGStmt.cpp     [all...]
CodeGenFunction.cpp 423 SmallVector<QualType, 16> ArgTypes;
426 ArgTypes.push_back((*i)->getType());
430 getContext().getFunctionType(RetTy, ArgTypes,
    [all...]
CGExpr.cpp     [all...]
CGObjCGNU.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 164 std::vector<Type*> ArgTypes;
172 ArgTypes.push_back(I->getType());
176 ArgTypes, F->getFunctionType()->isVarArg());
CodeExtractor.cpp 452 std::vector<Type*> ArgTypes;
455 ArgTypes.push_back((*v)->getType());
458 Type *StructArgTy = StructType::get(newFunction->getContext(), ArgTypes);
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 195 typedef std::vector<llvm::Type*> ArgTypes;
215 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/Frontend/
RewriteObjC.cpp 363 SmallVectorImpl<QualType> &ArgTypes,
    [all...]
RewriteModernObjC.cpp 416 SmallVectorImpl<QualType> &ArgTypes,
    [all...]

Completed in 785 milliseconds