Home
last modified time | relevance | path

Searched defs:ArgTys (Results 1 – 16 of 16) sorted by relevance

/external/llvm/unittests/Transforms/Utils/
DIntegerDivision.cpp27 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local
57 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local
87 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local
117 SmallVector<Type*, 2> ArgTys(2, Builder.getInt32Ty()); in TEST() local
/external/llvm/lib/Target/MBlaze/
DMBlazeIntrinsicInfo.cpp93 SmallVector<Type*, 8> ArgTys; in getType() local
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp131 SmallVectorImpl<CanQualType> &ArgTys) { in BuildConstructorSignature()
168 SmallVectorImpl<CanQualType> &ArgTys) { in BuildDestructorSignature()
DItaniumCXXABI.cpp737 SmallVectorImpl<CanQualType> &ArgTys) { in BuildConstructorSignature()
751 SmallVectorImpl<CanQualType> &ArgTys) { in BuildConstructorSignature()
761 SmallVectorImpl<CanQualType> &ArgTys) { in BuildDestructorSignature()
776 SmallVectorImpl<CanQualType> &ArgTys) { in BuildDestructorSignature()
DCGObjCGNU.cpp49 std::vector<llvm::Type*> ArgTys; member in __anoneae344580111::LazyRuntimeFunction
/external/llvm/lib/IR/
DModule.cpp205 std::vector<Type*> ArgTys; in getOrInsertFunction() local
223 std::vector<Type*> ArgTys; in getOrInsertFunction() local
DFunction.cpp632 SmallVector<Type*, 8> ArgTys; in getType() local
DVerifier.cpp1920 SmallVectorImpl<Type*> &ArgTys) { in VerifyIntrinsicType()
2010 SmallVector<Type *, 4> ArgTys; in visitIntrinsicFunctionCall() local
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp2262 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local
2355 SmallVector<QualType, 16> ArgTys; in SynthSuperContructorFunctionDecl() local
2372 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local
2391 SmallVector<QualType, 16> ArgTys; in SynthMsgSendSuperFunctionDecl() local
2413 SmallVector<QualType, 16> ArgTys; in SynthMsgSendStretFunctionDecl() local
2434 SmallVector<QualType, 16> ArgTys; in SynthMsgSendSuperStretFunctionDecl() local
2457 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFpretFunctionDecl() local
2476 SmallVector<QualType, 16> ArgTys; in SynthGetClassFunctionDecl() local
2491 SmallVector<QualType, 16> ArgTys; in SynthGetSuperClassFunctionDecl() local
2506 SmallVector<QualType, 16> ArgTys; in SynthGetMetaClassFunctionDecl() local
DRewriteModernObjC.cpp2356 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local
2451 SmallVector<QualType, 16> ArgTys; in SynthSuperContructorFunctionDecl() local
2468 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local
2487 SmallVector<QualType, 2> ArgTys; in SynthMsgSendSuperFunctionDecl() local
2501 SmallVector<QualType, 16> ArgTys; in SynthMsgSendStretFunctionDecl() local
2522 SmallVector<QualType, 2> ArgTys; in SynthMsgSendSuperStretFunctionDecl() local
2537 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFpretFunctionDecl() local
2556 SmallVector<QualType, 16> ArgTys; in SynthGetClassFunctionDecl() local
2571 SmallVector<QualType, 16> ArgTys; in SynthGetSuperClassFunctionDecl() local
2586 SmallVector<QualType, 16> ArgTys; in SynthGetMetaClassFunctionDecl() local
/external/clang/lib/Basic/
DIdentifierTable.cpp332 keyword_iterator ArgTys, unsigned NumArgs) { in Profile()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp877 Type *ArgTys[3] = { M->getRawDest()->getType(), in processMemMove() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp683 SmallVector<Type*, 8> ArgTys; in ParseTypeTableBody() local
702 SmallVector<Type*, 8> ArgTys; in ParseTypeTableBody() local
/external/clang/lib/AST/
DType.cpp1695 const QualType *ArgTys, unsigned NumArgs, in Profile()
/external/clang/lib/Sema/
DSemaType.cpp2641 SmallVector<QualType, 16> ArgTys; in GetFullTypeForDeclarator() local
DSemaLookup.cpp2519 ArrayRef<QualType> ArgTys, in LookupLiteralOperator()