Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp7660 QualType ParamTypes[2]; in AddBuiltinAssignmentOperatorCandidates() local
7809 QualType ParamTypes[2] = { in addPlusPlusMinusMinusStyleOverloads() local
8127 QualType ParamTypes[2] = { *Ptr, *Ptr }; in addGenericBinaryPointerOrEnumeralOverloads() local
8142 QualType ParamTypes[2] = { *Enum, *Enum }; in addGenericBinaryPointerOrEnumeralOverloads() local
8388 QualType ParamTypes[2] = { in addAssignmentPointerOverloads() local
8435 QualType ParamTypes[2] = { in addAssignmentPointerOverloads() local
8496 QualType ParamTypes[2]; in addAssignmentArithmeticOverloads() local
8525 QualType ParamTypes[2]; in addAssignmentArithmeticOverloads() local
8562 QualType ParamTypes[2]; in addAssignmentIntegralOverloads() local
8711 QualType ParamTypes[2] = { *Ptr, *Ptr }; in addConditionalOperatorOverloads() local
[all …]
H A DSemaTemplateDeduction.cpp2969 SmallVectorImpl<QualType> &ParamTypes, in SubstituteExplicitTemplateArguments()
3831 SmallVector<QualType, 8> ParamTypes; in DeduceTemplateArguments() local
4034 SmallVector<QualType, 4> ParamTypes; in DeduceTemplateArguments() local
H A DSemaTemplateInstantiate.cpp1845 SmallVectorImpl<QualType> &ParamTypes, in SubstParmTypes()
H A DTreeTransform.h5028 const QualType *ParamTypes, in TransformFunctionTypeParams()
5269 SmallVector<QualType, 4> ParamTypes; in TransformFunctionProtoType() local
12520 MutableArrayRef<QualType> ParamTypes, in RebuildFunctionProtoType()
H A DSemaTemplateInstantiateDecl.cpp3586 SmallVector<QualType, 4> ParamTypes; in SubstFunctionType() local
H A DSemaType.cpp2483 MutableArrayRef<QualType> ParamTypes, in BuildFunctionType()
H A DSemaTemplate.cpp1851 SmallVector<QualType, 4> ParamTypes; in transformFunctionProtoType() local
H A DSemaDecl.cpp3442 SmallVector<QualType, 16> ParamTypes(OldProto->param_types()); in MergeFunctionDecl() local
H A DSemaExpr.cpp16419 ArrayRef<QualType> ParamTypes = Proto->getParamTypes(); in VisitCallExpr() local
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp520 Type *ParamTypes[] = { in getOrInsertValueProfilingCall() local
916 Type *ParamTypes[] = {VoidPtrTy, Int64Ty}; in emitRegistration() local
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAutoUpgrade.cpp668 ArrayRef<Type *> ParamTypes = F->getFunctionType()->params().slice(0, 3); in UpgradeIntrinsicFunction1() local
676 ArrayRef<Type *> ParamTypes = F->getFunctionType()->params().slice(0, 3); in UpgradeIntrinsicFunction1() local
685 Type *ParamTypes[2] = { in UpgradeIntrinsicFunction1() local
H A DCore.cpp635 LLVMTypeRef *ParamTypes, unsigned ParamCount, in LLVMFunctionType()
2301 LLVMTypeRef *ParamTypes, in LLVMGetIntrinsicDeclaration()
2316 LLVMTypeRef *ParamTypes, size_t ParamCount) { in LLVMIntrinsicGetType()
2323 LLVMTypeRef *ParamTypes, in LLVMIntrinsicCopyOverloadedName()
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h136 std::vector<ValueType> ParamTypes; member
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp5902 std::vector<Type*> ParamTypes; in ParseInvoke() local
6533 std::vector<Type*> ParamTypes; in ParseCall() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6059 SmallVector<QualType, 16> ParamTypes; in readTypeRecord() local