Home
last modified time | relevance | path

Searched defs:ParamTypes (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DFunction.cpp19 llvm::SmallVector<PrimType, 8> &&ParamTypes, in Function()
H A DFunction.h148 llvm::SmallVector<PrimType, 8> ParamTypes; variable
H A DByteCodeEmitter.cpp29 SmallVector<PrimType, 8> ParamTypes; in compileFunc() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.h79 SmallVector<QualType, SmallVectorSize> ParamTypes; variable
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/
H A DOrcV2CBindingsBasicUsage.c37 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/
H A DOrcV2CBindingsAddObjectFile.c32 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/
H A DOrcV2CBindingsRemovableCode.c37 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/
H A DOrcV2CBindingsDumpObjects.c38 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/
H A DOrcV2CBindingsIRTransforms.c39 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DEquivalenceClassesTest.cpp110 using ParamTypes = typedef
/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Ddebuginfo.c112 LLVMMetadataRef ParamTypes[] = {Int64Ty, Int64Ty, VectorTy}; in llvm_test_dibuilder() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp8153 QualType ParamTypes[2]; in AddBuiltinAssignmentOperatorCandidates() local
8353 QualType ParamTypes[2] = { in addPlusPlusMinusMinusStyleOverloads() local
8657 QualType ParamTypes[2] = {PtrTy, PtrTy}; in addGenericBinaryPointerOrEnumeralOverloads() local
8669 QualType ParamTypes[2] = {EnumTy, EnumTy}; in addGenericBinaryPointerOrEnumeralOverloads() local
8917 QualType ParamTypes[2] = { in addAssignmentPointerOverloads() local
8959 QualType ParamTypes[2] = { in addAssignmentPointerOverloads() local
9018 QualType ParamTypes[2]; in addAssignmentArithmeticOverloads() local
9036 QualType ParamTypes[2]; in addAssignmentArithmeticOverloads() local
9072 QualType ParamTypes[2]; in addAssignmentIntegralOverloads() local
9203 QualType ParamTypes[2] = {PtrTy, PtrTy}; in addConditionalOperatorOverloads() local
[all …]
H A DSemaTemplateDeduction.cpp3087 SmallVectorImpl<QualType> &ParamTypes, in SubstituteExplicitTemplateArguments()
3983 SmallVector<QualType, 8> ParamTypes; in DeduceTemplateArguments() local
4186 SmallVector<QualType, 4> ParamTypes; in DeduceTemplateArguments() local
H A DSemaTemplateInstantiate.cpp2514 SmallVectorImpl<QualType> &ParamTypes, in SubstParmTypes()
/llvm-project-15.0.7/clang/utils/TableGen/
H A DMveEmitter.cpp399 std::vector<std::string> *ParamTypes = nullptr; member
728 std::vector<const Type *> ParamTypes; member in __anondd1c47770111::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
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp245 LLVMTypeRef ParamTypes[] = { LLVMInt32Type() }; in buildModuleWithCodeAndData() local
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenTarget.cpp723 ListInit *ParamTypes = R->getValueAsListInit("ParamTypes"); in CodeGenIntrinsic() local
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp476 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldFunctionBodyAndDI() local
948 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldModule() local
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp590 Type *ParamTypes[] = { in getOrInsertValueProfilingCall() local
1175 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; in emitRegistration() local
/llvm-project-15.0.7/llvm/lib/IR/
H A DAutoUpgrade.cpp905 ArrayRef<Type *> ParamTypes = F->getFunctionType()->params().slice(0, 3); in UpgradeIntrinsicFunction1() local
913 ArrayRef<Type *> ParamTypes = F->getFunctionType()->params().slice(0, 3); in UpgradeIntrinsicFunction1() local
922 Type *ParamTypes[2] = { in UpgradeIntrinsicFunction1() local
H A DCore.cpp688 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType()
2363 LLVMTypeRef *ParamTypes, in LLVMGetIntrinsicDeclaration()
2378 LLVMTypeRef *ParamTypes, size_t ParamCount) { in LLVMIntrinsicGetType()
2385 LLVMTypeRef *ParamTypes, in LLVMIntrinsicCopyOverloadedName()
2396 LLVMTypeRef *ParamTypes, in LLVMIntrinsicCopyOverloadedName2()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp542 SmallVector<SPIRVType *, 4> ParamTypes; in createSPIRVType() local
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h156 std::vector<ValueType> ParamTypes; member
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1425 ArrayRef<Type *> ParamTypes, in emitLibCall()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp6398 std::vector<Type*> ParamTypes; in parseInvoke() local
6724 std::vector<Type *> ParamTypes; in parseCallBr() local
7129 std::vector<Type*> ParamTypes; in parseCall() local

12