Home
last modified time | relevance | path

Searched defs:ParamType (Results 1 – 25 of 35) 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.h1676 typedef T ParamType; typedef
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h172 typedef T ParamType; typedef
401 typedef typename TestClass::ParamType ParamType; typedef
824 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/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp167 const auto *ParamType = in checkPreCall() local
H A DDynamicTypePropagation.cpp863 QualType ParamType = OrigParamType.substObjCTypeArgs( in checkPreObjCMessage() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp181 static bool isRValueRef(QualType ParamType) { in isRValueRef()
189 static bool isPointerOrRef(QualType ParamType) { in isPointerOrRef()
624 QualType ParamType = Param->getType(); in handleCall() local
858 QualType ParamType = Param->getType(); in VisitParmVarDecl() 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.cpp526 for (const auto &ParamType : Proto->getParamTypes()) in isVectorTypeBased() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp426 QualType ParamType = S.Context.getAdjustedParameterType(NTTP->getType()); in DeduceNonTypeTemplateArgument() local
1167 static bool hasInconsistentOrSupersetQualifiersOf(QualType ParamType, in hasInconsistentOrSupersetQualifiersOf()
3862 Expr *Arg, QualType ParamType, in ResolveOverloadForDeduction()
3971 QualType &ParamType, QualType &ArgType, in AdjustFunctionParmAndArgTypesForDeduction()
4149 QualType ParamType, QualType ArgType, in DeduceTemplateArgumentsFromCallArgument()
4274 bool ExplicitObjetArgument) { in DeduceTemplateArguments()
4304 QualType ParamType = ParamTypes[ParamIdx]; in DeduceTemplateArguments() local
4698 QualType ParamType = ConversionGeneric->getParamDecl(0)->getType(); in DeduceTemplateArguments() local
H A DSemaTemplate.cpp6651 QualType ParamType, Expr *Arg, in isNullPointerValueTemplateArgument()
6756 Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *ArgIn, in CheckTemplateArgumentIsCompatibleWithParameter()
6813 Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *ArgIn, in CheckTemplateArgumentAddressOfObjectOrFunction()
7080 QualType ParamType, Expr *&ResultArg, in CheckTemplateArgumentPointerToMember()
7224 QualType ParamType, Expr *Arg, in CheckTemplateArgument()
7972 QualType ParamType, in BuildExpressionFromDeclTemplateArgument()
H A DSemaStmt.cpp4773 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); in ActOnCapturedRegionStart() local
4812 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)) in ActOnCapturedRegionStart() local
4834 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); in ActOnCapturedRegionStart() local
H A DSemaDeclCXX.cpp4954 QualType ParamType = Param->getType().getNonReferenceType(); in BuildImplicitBaseInitializer() local
5024 QualType ParamType = Param->getType().getNonReferenceType(); in BuildImplicitMemberInitializer() local
10915 QualType ParamType = Constructor->getParamDecl(0)->getType(); in CheckConstructor() local
10955 QualType ParamType = OperatorDelete->getParamDecl(0)->getType(); in CheckDestructor() local
16441 QualType ParamType = Param->getType().getNonReferenceType(); in CheckOverloadedOperatorDeclaration() local
16558 QualType ParamType = LastParam->getType(); in CheckOverloadedOperatorDeclaration() local
16668 QualType ParamType = Param->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
H A DSemaCodeComplete.cpp3703 QualType ParamType = (*P)->getType(); in createCodeCompletionStringForDecl() local
6103 QualType ParamType; in getParamType() local
6281 QualType ParamType = ProduceSignatureHelp(*this, Results, Args.size(), in ProduceCallSignatureHelp() local
9653 QualType ParamType; in CodeCompleteObjCMethodDecl() local
H A DSemaOverload.cpp6965 QualType ParamType = Proto->getParamType(ArgIdx); in AddOverloadCandidate() local
7482 QualType ParamType = Proto->getParamType(ArgIdx + ExplicitOffset); in AddMethodCandidate() local
7723 QualType ParamType = ParamTypes[I + Offset]; in CheckNonDependentConversions() local
8154 QualType ParamType = Proto->getParamType(ArgIdx); in AddSurrogateCandidate() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp124 PrimType ParamType = this->classify(PVD->getType()).value_or(PT_Ptr); in emitLambdaStaticInvokerBody() 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.cpp2474 QualType ParamType = getNonObjectParameter(0)->getType(); in isCopyAssignmentOperator() local
2494 QualType ParamType = getNonObjectParameter(0)->getType(); in isMoveAssignmentOperator() local
2822 CanQualType ParamType = Context.getCanonicalType(Param->getType()); in isSpecializationCopyingObject() local
H A DODRHash.cpp1042 for (auto ParamType : T->getParamTypes()) in VisitFunctionProtoType() 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.cpp1119 uint32_t ParamType = readUint8(Ctx); in parseTypeSection() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp784 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType in getOrInsertValueProfilingCall() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2266 static bool canApplyNoFPClass(const ABIArgInfo &AI, QualType ParamType, in canApplyNoFPClass()
2694 QualType ParamType = I->type; in ConstructAttributeList() local
H A DCGDebugInfo.cpp1488 for (const QualType &ParamType : FPT->param_types()) in CreateType() local
4188 for (QualType ParamType : FPT->param_types()) in getOrCreateFunctionType() local

12