/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGGPUBuiltin.cpp | 26 llvm::Type *ArgTypes[] = {llvm::Type::getInt8PtrTy(M.getContext()), in GetVprintfDeclaration() local 48 llvm::Type *ArgTypes[] = {llvm::Type::getInt8PtrTy(M.getContext()), in GetOpenMPVprintfDeclaration() local 105 llvm::SmallVector<llvm::Type *, 8> ArgTypes; in packArgsIntoNVPTXFormatBuffer() local
|
H A D | ObjectFilePCHContainerOperations.cpp | 109 SmallVector<QualType, 16> ArgTypes; in VisitFunctionDecl() local 125 SmallVector<QualType, 16> ArgTypes; in VisitObjCMethodDecl() local
|
H A D | CGCall.cpp | 413 SmallVector<CanQualType, 16> ArgTypes; in arrangeCXXConstructorCall() local 1660 SmallVector<llvm::Type*, 8> ArgTypes(IRFunctionArgs.totalIRArgs()); in GetFunctionType() local 4166 ArrayRef<QualType> ArgTypes) { in hasInAllocaArgs() 4202 SmallVector<QualType, 16> ArgTypes; in EmitCallArgs() local
|
H A D | MicrosoftCXXABI.cpp | 981 llvm::Type *ArgTypes[] = {CGF.Int8PtrTy}; in emitRTtypeidCall() local 1035 llvm::Type *ArgTypes[] = {CGF.Int8PtrTy, CGF.Int32Ty, CGF.Int8PtrTy, in EmitDynamicCastCall() local 1056 llvm::Type *ArgTypes[] = {CGF.Int8PtrTy}; in EmitDynamicCastToVoid() local
|
H A D | CGStmt.cpp | 2368 std::vector<llvm::Type *> ArgTypes; in EmitAsmStmt() local
|
H A D | CGDebugInfo.cpp | 3805 SmallVector<QualType, 16> ArgTypes; in getFunctionFwdDeclOrStub() local 4060 SmallVector<QualType, 16> ArgTypes; in getFunctionType() local
|
H A D | CGClass.cpp | 1684 SmallVector<llvm::Type *, 2> ArgTypes = {CGF.VoidPtrTy}; local
|
/openbsd/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kCallingConv.h | 54 const auto &ArgTypes = CCInfo.ArgTypeList; in CC_M68k_Any_AssignToReg() local
|
H A D | M68kISelLowering.cpp | 556 SmallVector<Type *, 4> ArgTypes; in LowerCall() local 911 SmallVector<Type *, 4> ArgTypes; in LowerFormalArguments() local
|
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPrepareFunctions.cpp | 75 SmallVector<Type *, 4> ArgTypes; in processFunctionSignature() local 132 ArrayRef<Type *> ArgTypes, in getOrCreateFunction()
|
H A D | SPIRVRegularizer.cpp | 201 SmallVector<Type *, 2> ArgTypes = {OldF->getArg(0)->getType(), Arg0Ty}; in visitCallScalToVec() local
|
H A D | SPIRVCallLowering.cpp | 88 SmallVector<Type *, 4> ArgTypes; in getOriginalFunctionType() local
|
H A D | SPIRVGlobalRegistry.cpp | 600 SPIRVType *RetType, const SmallVectorImpl<SPIRVType *> &ArgTypes, in getOpTypeFunction() 612 const SmallVectorImpl<SPIRVType *> &ArgTypes, in getOrCreateOpTypeFunctionWithArgs()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | EntryExitInstrumenter.cpp | 60 Type *ArgTypes[] = {Type::getInt8PtrTy(C), Type::getInt8PtrTy(C)}; in insertCall() local
|
H A D | CloneFunction.cpp | 313 std::vector<Type *> ArgTypes; in CloneFunction() local
|
H A D | CodeExtractor.cpp | 1191 std::vector<Type *> ArgTypes; in emitCallAndSwitchStatement() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaRISCVVectorLookup.cpp | 357 SmallVector<QualType, 8> ArgTypes; in CreateRVVIntrinsicDecl() local
|
H A D | SemaLookup.cpp | 732 SmallVector<SmallVector<QualType, 1>, 5> &ArgTypes) { in GetQualTypesForOpenCLBuiltin() 761 SmallVector<SmallVector<QualType, 1>, 5> &ArgTypes) { in GetOpenCLBuiltinFctOverloads() 845 SmallVector<SmallVector<QualType, 1>, 5> ArgTypes; in InsertOCLBuiltinDeclarationsFromTable() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600OpenCLImageTypeLoweringPass.cpp | 258 SmallVector<Type *, 8> ArgTypes; in addImplicitArgs() local
|
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 2669 SmallVector<QualType, 4> ArgTypes; in RewriteObjCBoxedExpr() local 2790 SmallVector<QualType, 4> ArgTypes; in RewriteObjCArrayLiteralExpr() local 2935 SmallVector<QualType, 8> ArgTypes; in RewriteObjCDictionaryLiteralExpr() local 3097 SmallVectorImpl<QualType> &ArgTypes, in SynthMsgSendStretCallExpr() 3483 SmallVector<QualType, 8> ArgTypes; in SynthMessageExpr() local 4532 SmallVector<QualType, 8> ArgTypes; in convertFunctionTypeOfBlocks() local 4597 SmallVector<QualType, 8> ArgTypes; in SynthesizeBlockCall() local
|
H A D | RewriteObjC.cpp | 2596 SmallVectorImpl<QualType> &ArgTypes, in SynthMsgSendStretCallExpr() 2912 SmallVector<QualType, 8> ArgTypes; in SynthMessageExpr() local 3697 SmallVector<QualType, 8> ArgTypes; in convertFunctionTypeOfBlocks() local 3764 SmallVector<QualType, 8> ArgTypes; in SynthesizeBlockCall() local
|
/openbsd/gnu/llvm/llvm/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 144 typedef std::vector<llvm::Type*> ArgTypes; typedef
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 1429 SmallVector<Type *, 16> ArgTypes; in createJumpTable() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 544 using ArgTypes = std::vector<std::optional<QualType>>; typedef in __anon10fd7b890111::StdLibraryFunctionsChecker
|
/openbsd/gnu/llvm/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 818 std::vector<const Type *> ArgTypes; member in __anond852eb140111::ACLEIntrinsic
|