/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchersMacros.h | 74 #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 D | gtest-param-test.h | 298 typedef typename std::iterator_traits<ForwardIterator>::value_type ParamType; in ValuesIn() typedef
|
H A D | gtest.h | 1691 typedef T ParamType; typedef
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 173 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 D | WebAssemblyFixFunctionBitcasts.cpp | 136 Type *ParamType = *PI; in createWrapper() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMachineFunctionInfo.h | 26 enum ParamType { enum
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | SystemZ.cpp | 528 for (const auto &ParamType : Proto->getParamTypes()) in isVectorTypeBased() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 429 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 D | SemaTemplate.cpp | 5928 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 D | SemaStmt.cpp | 4476 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 D | SemaDeclCXX.cpp | 4808 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 D | SemaCodeComplete.cpp | 3709 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 D | SemaOverload.cpp | 7008 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 D | SemaChecking.cpp | 7981 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 D | WasmEmitter.cpp | 376 for (auto ParamType : Sig.ParamTypes) in writeSectionContent() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 2516 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 D | ODRHash.cpp | 1059 for (auto ParamType : T->getParamTypes()) in VisitFunctionProtoType() local
|
H A D | ItaniumMangle.cpp | 4874 QualType ParamType = SNTTPE->getParameterType(Context.getASTContext()); in mangleExpression() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 402 QualType ParamType = Parameter->getType(); in processArgument() local
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 1244 uint32_t ParamType = readUint8(Ctx); in parseTypeSection() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1014 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType in getOrInsertValueProfilingCall() argument
|
H A D | DataFlowSanitizer.cpp | 890 Type *ParamType = T->getParamType(I); in getCustomFunctionType() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 2248 static bool canApplyNoFPClass(const ABIArgInfo &AI, QualType ParamType, in canApplyNoFPClass() 2676 QualType ParamType = I->type; in ConstructAttributeList() local
|
H A D | CGDebugInfo.cpp | 1592 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 D | Compiler.cpp | 4680 PrimType ParamType = this->classify(PVD->getType()).value_or(PT_Ptr); in emitLambdaStaticInvokerBody() local
|