/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Function.cpp | 19 llvm::SmallVector<PrimType, 8> &&ParamTypes, in Function()
|
H A D | ByteCodeEmitter.cpp | 34 SmallVector<PrimType, 8> ParamTypes; in compileFunc() local
|
H A D | Function.h | 184 llvm::SmallVector<PrimType, 8> ParamTypes; variable
|
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/ |
H A D | OrcV2CBindingsBasicUsage.c | 37 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
|
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/ |
H A D | OrcV2CBindingsAddObjectFile.c | 32 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
|
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/ |
H A D | OrcV2CBindingsRemovableCode.c | 37 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
|
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/ |
H A D | OrcV2CBindingsDumpObjects.c | 38 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
|
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/ |
H A D | OrcV2CBindingsIRTransforms.c | 39 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/ |
H A D | debuginfo.c | 112 LLVMMetadataRef ParamTypes[] = {Int64Ty, Int64Ty, VectorTy}; in llvm_test_dibuilder() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 7224 PartialOverloading, [&](ArrayRef<QualType> ParamTypes) { in AddMethodTemplateCandidate() 7307 PartialOverloading, [&](ArrayRef<QualType> ParamTypes) { in AddTemplateOverloadCandidate() 7350 FunctionTemplateDecl *FunctionTemplate, ArrayRef<QualType> ParamTypes, in CheckNonDependentConversions() 8278 QualType ParamTypes[2]; in AddBuiltinAssignmentOperatorCandidates() local 8478 QualType ParamTypes[2] = { in addPlusPlusMinusMinusStyleOverloads() local 8694 QualType ParamTypes[2] = {MemPtrTy, MemPtrTy}; in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads() local 8701 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy }; in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads() local 8782 QualType ParamTypes[2] = {PtrTy, PtrTy}; in addGenericBinaryPointerOrEnumeralOverloads() local 8794 QualType ParamTypes[2] = {EnumTy, EnumTy}; in addGenericBinaryPointerOrEnumeralOverloads() local 8842 QualType ParamTypes[2] = {PtrTy, PtrTy}; in addBinaryPlusOrMinusPointerOverloads() local [all …]
|
H A D | SemaTemplateDeduction.cpp | 3189 SmallVectorImpl<QualType> &ParamTypes, QualType *FunctionType, in SubstituteExplicitTemplateArguments() 4095 SmallVector<QualType, 8> ParamTypes; in DeduceTemplateArguments() local 4299 SmallVector<QualType, 4> ParamTypes; in DeduceTemplateArguments() local
|
H A D | TreeTransform.h | 696 const QualType *ParamTypes, in TransformFunctionTypeParams() 5758 const QualType *ParamTypes, in TransformFunctionTypeParams() 6015 SmallVector<QualType, 4> ParamTypes; in TransformFunctionProtoType() local 14853 MutableArrayRef<QualType> ParamTypes, in RebuildFunctionProtoType()
|
H A D | SemaTemplateInstantiate.cpp | 2819 SmallVectorImpl<QualType> &ParamTypes, in SubstParmTypes()
|
H A D | SemaTemplateInstantiateDecl.cpp | 4468 SmallVector<QualType, 4> ParamTypes; in SubstFunctionType() local
|
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/ |
H A D | OrcV2CBindingsMCJITLikeMemoryManager.c | 165 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
|
/openbsd-src/gnu/llvm/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 399 std::vector<std::string> *ParamTypes = nullptr; member 728 std::vector<const Type *> ParamTypes; member in __anonece5a09e0111::IRIntrinsicResult 730 IRIntrinsicResult(StringRef IntrinsicID, std::vector<const Type *> ParamTypes, in IRIntrinsicResult() 1252 std::vector<const Type *> ParamTypes; in getCodeForDag() local 1555 ComparableStringVector ParamTypes; member
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 597 Type *ParamTypes[] = { in getOrInsertValueProfilingCall() local 1186 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; in emitRegistration() local
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | CodeGenTarget.cpp | 731 ListInit *ParamTypes = R->getValueAsListInit("ParamTypes"); in CodeGenIntrinsic() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 1013 ArrayRef<Type *> ParamTypes = F->getFunctionType()->params().slice(0, 3); in UpgradeIntrinsicFunction1() local 1021 ArrayRef<Type *> ParamTypes = F->getFunctionType()->params().slice(0, 3); in UpgradeIntrinsicFunction1() local 1030 Type *ParamTypes[2] = { in UpgradeIntrinsicFunction1() local
|
H A D | Core.cpp | 689 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType() 2342 LLVMTypeRef *ParamTypes, in LLVMGetIntrinsicDeclaration() 2357 LLVMTypeRef *ParamTypes, size_t ParamCount) { in LLVMIntrinsicGetType() 2364 LLVMTypeRef *ParamTypes, in LLVMIntrinsicCopyOverloadedName() 2375 LLVMTypeRef *ParamTypes, in LLVMIntrinsicCopyOverloadedName2()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 156 std::vector<ValueType> ParamTypes; member
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 678 SmallVector<SPIRVType *, 4> ParamTypes; in createSPIRVType() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1439 ArrayRef<Type *> ParamTypes, in emitLibCall()
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 4751 llvm::SmallVector<llvm::Type *, 4> ParamTypes; in EmitOMPTaskBasedDirective() local 5071 llvm::SmallVector<llvm::Type *, 4> ParamTypes; in EmitOMPTargetTaskBasedDirective() local
|
H A D | CGDebugInfo.cpp | 4232 llvm::DITypeRefArray ParamTypes = STy->getTypeArray(); in EmitFunctionDecl() local
|