/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]),
|
CodeGenFunction.cpp | 540 SmallVector<QualType, 16> ArgTypes; 543 ArgTypes.push_back((*i)->getType()); 547 getContext().getFunctionType(RetTy, ArgTypes, [all...] |
CGStmt.cpp | [all...] |
CGExpr.cpp | [all...] |
CGObjCGNU.cpp | [all...] |
/external/llvm/lib/Transforms/Utils/ |
CloneFunction.cpp | 165 std::vector<Type*> ArgTypes; 173 ArgTypes.push_back(I->getType()); 177 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...] |
SemaExpr.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...] |