/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGGPUBuiltin.cpp | 25 llvm::Type *ArgTypes[] = {llvm::Type::getInt8PtrTy(M.getContext()), in GetVprintfDeclaration() local 99 llvm::SmallVector<llvm::Type *, 8> ArgTypes; in EmitNVPTXDevicePrintfCallExpr() local
|
H A D | ObjectFilePCHContainerOperations.cpp | 104 SmallVector<QualType, 16> ArgTypes; in VisitFunctionDecl() local 120 SmallVector<QualType, 16> ArgTypes; in VisitObjCMethodDecl() local
|
H A D | CGCall.cpp | 400 SmallVector<CanQualType, 16> ArgTypes; in arrangeCXXConstructorCall() local 1621 SmallVector<llvm::Type*, 8> ArgTypes(IRFunctionArgs.totalIRArgs()); in GetFunctionType() local 4025 ArrayRef<QualType> ArgTypes) { in hasInAllocaArgs() 4061 SmallVector<QualType, 16> ArgTypes; in EmitCallArgs() local
|
H A D | MicrosoftCXXABI.cpp | 961 llvm::Type *ArgTypes[] = {CGF.Int8PtrTy}; in emitRTtypeidCall() local 1015 llvm::Type *ArgTypes[] = {CGF.Int8PtrTy, CGF.Int32Ty, CGF.Int8PtrTy, in EmitDynamicCastCall() local 1036 llvm::Type *ArgTypes[] = {CGF.Int8PtrTy}; in EmitDynamicCastToVoid() local
|
H A D | CGStmt.cpp | 2235 std::vector<llvm::Type *> ArgTypes; in EmitAsmStmt() local
|
H A D | CodeGenFunction.cpp | 987 SmallVector<QualType, 16> ArgTypes; in StartFunction() local
|
H A D | CGClass.cpp | 1665 llvm::Type *ArgTypes[] = {CGF.VoidPtrTy, CGF.SizeTy}; in EmitSanitizerDtorCallback() local
|
H A D | CGObjCGNU.cpp | 3827 llvm::Type *ArgTypes[2] = {PtrTy, PtrToInt8Ty}; in ModuleInitFunction() local
|
/netbsd-src/sys/external/bsd/acpica/dist/executer/ |
H A D | exresop.c | 153 UINT32 ArgTypes; in AcpiExResolveOperands() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | EntryExitInstrumenter.cpp | 44 Type *ArgTypes[] = {Type::getInt8PtrTy(C), Type::getInt8PtrTy(C)}; in insertCall() local
|
H A D | CloneFunction.cpp | 286 std::vector<Type *> ArgTypes; in CloneFunction() local
|
H A D | CodeExtractor.cpp | 1164 std::vector<Type *> ArgTypes; in emitCallAndSwitchStatement() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | R600OpenCLImageTypeLoweringPass.cpp | 258 SmallVector<Type *, 8> ArgTypes; in addImplicitArgs() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 2668 SmallVector<QualType, 4> ArgTypes; in RewriteObjCBoxedExpr() local 2789 SmallVector<QualType, 4> ArgTypes; in RewriteObjCArrayLiteralExpr() local 2934 SmallVector<QualType, 8> ArgTypes; in RewriteObjCDictionaryLiteralExpr() local 3096 SmallVectorImpl<QualType> &ArgTypes, in SynthMsgSendStretCallExpr() 3492 SmallVector<QualType, 8> ArgTypes; in SynthMessageExpr() local 4542 SmallVector<QualType, 8> ArgTypes; in convertFunctionTypeOfBlocks() local 4609 SmallVector<QualType, 8> ArgTypes; in SynthesizeBlockCall() local
|
H A D | RewriteObjC.cpp | 2596 SmallVectorImpl<QualType> &ArgTypes, in SynthMsgSendStretCallExpr() 2922 SmallVector<QualType, 8> ArgTypes; in SynthMessageExpr() local 3709 SmallVector<QualType, 8> ArgTypes; in convertFunctionTypeOfBlocks() local 3778 SmallVector<QualType, 8> ArgTypes; in SynthesizeBlockCall() local
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | acstruct.h | 92 UINT32 ArgTypes; member
|
H A D | aclocal.h | 1445 ACPI_OBJECT_TYPE ArgTypes[ACPI_METHOD_NUM_ARGS]; global() member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 830 SmallVector<Type *, 4> ArgTypes(T->param_begin(), T->param_end()); in getArgsFunctionType() local 842 SmallVector<Type *, 4> ArgTypes; in getTrampolineFunctionType() local 860 SmallVector<Type *, 4> ArgTypes; in getCustomFunctionType() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 144 typedef std::vector<llvm::Type*> ArgTypes; typedef
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 728 SmallVector<SmallVector<QualType, 1>, 5> &ArgTypes) { in GetQualTypesForOpenCLBuiltin() 757 SmallVector<SmallVector<QualType, 1>, 5> &ArgTypes) { in GetOpenCLBuiltinFctOverloads() 841 SmallVector<SmallVector<QualType, 1>, 5> ArgTypes; in InsertOCLBuiltinDeclarationsFromTable() local
|
H A D | SemaTemplateDeduction.cpp | 5050 SmallVectorImpl<QualType> &ArgTypes) { in AddImplicitObjectParameterType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 389 using ArgTypes = std::vector<Optional<QualType>>; typedef in __anon6255e2070111::StdLibraryFunctionsChecker
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 1418 SmallVector<Type *, 16> ArgTypes; in createJumpTable() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 654 Type *ArgTypes[] = { FuncPtrType }; in CreateGCStatepointCallCommon() local
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 820 std::vector<const Type *> ArgTypes; member in __anone3a730d20111::ACLEIntrinsic
|