Home
last modified time | relevance | path

Searched defs:ParamType (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h74 #define AST_MATCHER_FUNCTION_P(ReturnType, DefineMatcher, ParamType, Param) \ argument
77 #define AST_MATCHER_FUNCTION_P_OVERLOAD(ReturnType, DefineMatcher, ParamType, \ argument
128 #define AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) \ argument
131 #define AST_MATCHER_P_OVERLOAD(Type, DefineMatcher, ParamType, Param, \ argument
263 #define AST_POLYMORPHIC_MATCHER_P(DefineMatcher, ReturnTypesF, ParamType, \ argument
269 ParamType, Param, OverloadId) \ argument
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h298 typedef typename std::iterator_traits<ForwardIterator>::value_type ParamType; in ValuesIn() typedef
H A Dgtest.h1691 typedef T ParamType; typedef
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h173 typedef T ParamType; typedef
400 typedef typename TestClass::ParamType ParamType; typedef
828 typedef ::std::tuple<T...> ParamType; in GTEST_DISABLE_MSC_WARNINGS_POP_() typedef
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp136 Type *ParamType = *PI; in createWrapper() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h26 enum ParamType { enum
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp528 for (const auto &ParamType : Proto->getParamTypes()) in isVectorTypeBased() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp429 QualType ParamType = S.Context.getAdjustedParameterType(NTTP->getType()); in DeduceNonTypeTemplateArgument() local
1312 static bool hasInconsistentOrSupersetQualifiersOf(QualType ParamType, in hasInconsistentOrSupersetQualifiersOf()
4038 Expr *Arg, QualType ParamType, in ResolveOverloadForDeduction()
4148 QualType &ParamType, QualType &ArgType, in AdjustFunctionParmAndArgTypesForDeduction()
4328 QualType ParamType, QualType ArgType, in DeduceTemplateArgumentsFromCallArgument()
4428 bool ExplicitObjectArgument) { in DeduceTemplateArguments()
4458 QualType ParamType = ParamTypes[ParamIdx]; in DeduceTemplateArguments() local
4851 QualType ParamType = ConversionGeneric->getParamDecl(0)->getType(); in DeduceTemplateArguments() local
H A DSemaTemplate.cpp5928 QualType ParamType, Expr *Arg, in isNullPointerValueTemplateArgument()
6033 Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *ArgIn, in CheckTemplateArgumentIsCompatibleWithParameter()
6090 Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *ArgIn, in CheckTemplateArgumentAddressOfObjectOrFunction()
6357 QualType ParamType, Expr *&ResultArg, in CheckTemplateArgumentPointerToMember()
6494 QualType ParamType, Expr *Arg, in CheckTemplateArgument()
7230 const TemplateArgument &Arg, QualType ParamType, SourceLocation Loc, in BuildExpressionFromDeclTemplateArgument()
H A DSemaStmt.cpp4476 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); in ActOnCapturedRegionStart() local
4515 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)) in ActOnCapturedRegionStart() local
4537 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); in ActOnCapturedRegionStart() local
H A DSemaDeclCXX.cpp4808 QualType ParamType = Param->getType().getNonReferenceType(); in BuildImplicitBaseInitializer() local
4878 QualType ParamType = Param->getType().getNonReferenceType(); in BuildImplicitMemberInitializer() local
10823 QualType ParamType = Constructor->getParamDecl(0)->getType(); in CheckConstructor() local
10860 QualType ParamType = OperatorDelete->getParamDecl(0)->getType(); in CheckDestructor() local
16316 QualType ParamType = Param->getType().getNonReferenceType(); CheckOverloadedOperatorDeclaration() local
16433 QualType ParamType = LastParam->getType(); CheckOverloadedOperatorDeclaration() local
16540 QualType ParamType = Param->getType().getUnqualifiedType(); CheckLiteralOperatorDeclaration() local
[all...]
H A DSemaCodeComplete.cpp3709 QualType ParamType = (*P)->getType(); in createCodeCompletionStringForDecl() local
6138 QualType ParamType; in getParamType() local
6327 QualType ParamType = ProduceSignatureHelp(SemaRef, Results, Args.size(), in ProduceCallSignatureHelp() local
9746 QualType ParamType; in CodeCompleteObjCMethodDecl() local
H A DSemaOverload.cpp7008 QualType ParamType = Proto->getParamType(ArgIdx); in AddOverloadCandidate() local
7530 QualType ParamType; in AddMethodCandidate() local
7769 QualType ParamType = ParamTypes[I + Offset]; in CheckNonDependentConversions() local
8176 QualType ParamType = Proto->getParamType(ArgIdx); in AddSurrogateCandidate() local
H A DSemaChecking.cpp7981 QualType ParamType = getAbsoluteValueArgumentType(Context, Kind); in getBestAbsFunction() local
8146 QualType ParamType = FDecl->getParamDecl(0)->getType(); in emitReplacement() local
8232 QualType ParamType = Call->getArg(0)->getType(); in CheckAbsoluteValueFunction() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp376 for (auto ParamType : Sig.ParamTypes) in writeSectionContent() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2516 QualType ParamType = getNonObjectParameter(0)->getType(); in isCopyAssignmentOperator() local
2536 QualType ParamType = getNonObjectParameter(0)->getType(); in isMoveAssignmentOperator() local
2875 CanQualType ParamType = Context.getCanonicalType(Param->getType()); in isSpecializationCopyingObject() local
H A DODRHash.cpp1059 for (auto ParamType : T->getParamTypes()) in VisitFunctionProtoType() local
H A DItaniumMangle.cpp4874 QualType ParamType = SNTTPE->getParameterType(Context.getASTContext()); in mangleExpression() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp402 QualType ParamType = Parameter->getType(); in processArgument() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1244 uint32_t ParamType = readUint8(Ctx); in parseTypeSection() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1014 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType in getOrInsertValueProfilingCall() argument
H A DDataFlowSanitizer.cpp890 Type *ParamType = T->getParamType(I); in getCustomFunctionType() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2248 static bool canApplyNoFPClass(const ABIArgInfo &AI, QualType ParamType, in canApplyNoFPClass()
2676 QualType ParamType = I->type; in ConstructAttributeList() local
H A DCGDebugInfo.cpp1592 for (const QualType &ParamType : FPT->param_types()) in CreateType() local
4341 for (QualType ParamType : FPT->param_types()) in getOrCreateFunctionType() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp4680 PrimType ParamType = this->classify(PVD->getType()).value_or(PT_Ptr); in emitLambdaStaticInvokerBody() local

12