Home
last modified time | relevance | path

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

123

/external/llvm-project/clang/lib/AST/Interp/
DFunction.cpp19 llvm::SmallVector<PrimType, 8> &&ParamTypes, in Function()
DFunction.h148 llvm::SmallVector<PrimType, 8> ParamTypes; variable
DByteCodeEmitter.cpp28 SmallVector<PrimType, 8> ParamTypes; in compileFunc() local
/external/skia/src/sksl/ir/
DSkSLFunctionDeclaration.h113 using ParamTypes = SkSTArray<8, const Type*>; variable
/external/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/
DOrcV2CBindingsBasicUsage.c37 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/external/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/
DOrcV2CBindingsRemovableCode.c37 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/external/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/
DOrcV2CBindingsAddObjectFile.c32 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
/external/llvm-project/llvm/tools/llvm-c-test/
Ddebuginfo.c113 LLVMMetadataRef ParamTypes[] = {Int64Ty, Int64Ty, VectorTy}; in llvm_test_dibuilder() local
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp231 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldFunctionBodyAndDI() local
418 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldModule() local
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp171 Type *ParamTypes[] = { in getOrInsertValueProfilingCall() local
525 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; in emitRegistration() local
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp7029 PartialOverloading, [&](ArrayRef<QualType> ParamTypes) { in AddMethodTemplateCandidate()
7112 PartialOverloading, [&](ArrayRef<QualType> ParamTypes) { in AddTemplateOverloadCandidate()
7155 FunctionTemplateDecl *FunctionTemplate, ArrayRef<QualType> ParamTypes, in CheckNonDependentConversions()
8075 QualType ParamTypes[2]; in AddBuiltinAssignmentOperatorCandidates() local
8230 QualType ParamTypes[2] = { in addPlusPlusMinusMinusStyleOverloads() local
8446 QualType ParamTypes[2] = {MemPtrTy, MemPtrTy}; in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads() local
8453 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy }; in addEqualEqualOrNotEqualMemberPointerOrNullptrOverloads() local
8532 QualType ParamTypes[2] = {PtrTy, PtrTy}; in addGenericBinaryPointerOrEnumeralOverloads() local
8544 QualType ParamTypes[2] = {EnumTy, EnumTy}; in addGenericBinaryPointerOrEnumeralOverloads() local
8592 QualType ParamTypes[2] = {PtrTy, PtrTy}; in addBinaryPlusOrMinusPointerOverloads() local
[all …]
/external/clang/lib/Sema/
DSemaOverload.cpp7111 QualType ParamTypes[2]; in AddBuiltinAssignmentOperatorCandidates() local
7307 QualType ParamTypes[2] = { in addPlusPlusMinusMinusStyleOverloads() local
7556 QualType ParamTypes[2] = { *MemPtr, *MemPtr }; in addEqualEqualOrNotEqualMemberPointerOverloads() local
7631 QualType ParamTypes[2] = { *Ptr, *Ptr }; in addRelationalPointerOrEnumeralOverloads() local
7647 QualType ParamTypes[2] = { *Enum, *Enum }; in addRelationalPointerOrEnumeralOverloads() local
7656 QualType ParamTypes[2] = { NullPtrTy, NullPtrTy }; in addRelationalPointerOrEnumeralOverloads() local
7709 QualType ParamTypes[2] = { *Ptr, *Ptr }; in addBinaryPlusOrMinusPointerOverloads() local
7884 QualType ParamTypes[2] = { in addAssignmentPointerOverloads() local
7931 QualType ParamTypes[2] = { in addAssignmentPointerOverloads() local
7992 QualType ParamTypes[2]; in addAssignmentArithmeticOverloads() local
[all …]
DSemaTemplateDeduction.cpp2477 SmallVectorImpl<QualType> &ParamTypes, in SubstituteExplicitTemplateArguments()
3357 SmallVector<QualType, 4> ParamTypes; in DeduceTemplateArguments() local
3579 SmallVector<QualType, 4> ParamTypes; in DeduceTemplateArguments() local
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp195 SmallVector<Type *, 2> ParamTypes; in getOrInsertCVTA() local
/external/llvm-project/lldb/tools/lldb-instr/
DInstrument.cpp190 std::vector<std::string> ParamTypes; in VisitCXXMethodDecl() local
/external/llvm-project/clang/utils/TableGen/
DMveEmitter.cpp403 std::vector<std::string> *ParamTypes = nullptr; member
730 std::vector<const Type *> ParamTypes; member in __anonf88c1dfe0111::IRIntrinsicResult
732 IRIntrinsicResult(StringRef IntrinsicID, std::vector<const Type *> ParamTypes, in IRIntrinsicResult()
1246 std::vector<const Type *> ParamTypes; in getCodeForDag() local
1539 ComparableStringVector ParamTypes; member
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp243 LLVMTypeRef ParamTypes[] = { LLVMInt32Type() }; in buildModuleWithCodeAndData() local
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp243 LLVMTypeRef ParamTypes[] = { LLVMInt32Type() }; in buildModuleWithCodeAndData() local
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp603 Type *ParamTypes[] = { in getOrInsertValueProfilingCall() local
1029 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; in emitRegistration() local
/external/llvm-project/llvm/unittests/Transforms/Utils/
DCloningTest.cpp473 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldFunctionBodyAndDI() local
853 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldModule() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp562 Type *ParamTypes[] = { in getOrInsertValueProfilingCall() local
968 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; in emitRegistration() local
/external/llvm-project/llvm/utils/TableGen/
DCodeGenTarget.cpp708 ListInit *ParamTypes = R->getValueAsListInit("ParamTypes"); in CodeGenIntrinsic() local
/external/llvm-project/llvm/lib/IR/
DAutoUpgrade.cpp853 ArrayRef<Type *> ParamTypes = F->getFunctionType()->params().slice(0, 3); in UpgradeIntrinsicFunction1() local
861 ArrayRef<Type *> ParamTypes = F->getFunctionType()->params().slice(0, 3); in UpgradeIntrinsicFunction1() local
870 Type *ParamTypes[2] = { in UpgradeIntrinsicFunction1() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp731 ArrayRef<Type *> ParamTypes = F->getFunctionType()->params().slice(0, 3); in UpgradeIntrinsicFunction1() local
739 ArrayRef<Type *> ParamTypes = F->getFunctionType()->params().slice(0, 3); in UpgradeIntrinsicFunction1() local
748 Type *ParamTypes[2] = { in UpgradeIntrinsicFunction1() local
/external/clang/include/clang/Sema/
DOverload.h609 QualType ParamTypes[3]; member

123