Home
last modified time | relevance | path

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

12

/freebsd-src/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-src/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h298 typedef typename std::iterator_traits<ForwardIterator>::value_type ParamType; in ValuesIn() typedef
[all...]
H A Dgtest.h1676 typedef T ParamType; global() typedef
/freebsd-src/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h172 typedef T ParamType; global() typedef
401 typedef typename TestClass::ParamType ParamType; global() typedef
824 typedef ::std::tuple<T...> ParamType; GTEST_DISABLE_MSC_WARNINGS_POP_() typedef
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp136 Type *ParamType = *PI; in createWrapper() local
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h26 enum ParamType { enum
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp526 for (const auto &ParamType : Proto->getParamTypes()) isVectorTypeBased() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp426 QualType ParamType = S.Context.getAdjustedParameterType(NTTP->getType()); DeduceNonTypeTemplateArgument() local
1167 hasInconsistentOrSupersetQualifiersOf(QualType ParamType,QualType ArgType) hasInconsistentOrSupersetQualifiersOf() argument
3862 ResolveOverloadForDeduction(Sema & S,TemplateParameterList * TemplateParams,Expr * Arg,QualType ParamType,bool ParamWasReference,TemplateSpecCandidateSet * FailedTSC=nullptr) ResolveOverloadForDeduction() argument
3971 AdjustFunctionParmAndArgTypesForDeduction(Sema & S,TemplateParameterList * TemplateParams,unsigned FirstInnerIndex,QualType & ParamType,QualType & ArgType,Expr::Classification ArgClassification,Expr * Arg,unsigned & TDF,TemplateSpecCandidateSet * FailedTSC=nullptr) AdjustFunctionParmAndArgTypesForDeduction() argument
4149 DeduceTemplateArgumentsFromCallArgument(Sema & S,TemplateParameterList * TemplateParams,unsigned FirstInnerIndex,QualType ParamType,QualType ArgType,Expr::Classification ArgClassification,Expr * Arg,TemplateDeductionInfo & Info,SmallVectorImpl<DeducedTemplateArgument> & Deduced,SmallVectorImpl<Sema::OriginalCallArg> & OriginalCallArgs,bool DecomposedParam,unsigned ArgIdx,unsigned TDF,TemplateSpecCandidateSet * FailedTSC) DeduceTemplateArgumentsFromCallArgument() argument
4274 __anon6b2b8e620d02(QualType ParamType, unsigned ArgIdx, bool ExplicitObjetArgument) DeduceTemplateArguments() argument
4304 QualType ParamType = ParamTypes[ParamIdx]; DeduceTemplateArguments() local
4698 QualType ParamType = ConversionGeneric->getParamDecl(0)->getType(); DeduceTemplateArguments() local
[all...]
H A DSemaTemplate.cpp6651 isNullPointerValueTemplateArgument(Sema & S,NonTypeTemplateParmDecl * Param,QualType ParamType,Expr * Arg,Decl * Entity=nullptr) isNullPointerValueTemplateArgument() argument
6756 CheckTemplateArgumentIsCompatibleWithParameter(Sema & S,NonTypeTemplateParmDecl * Param,QualType ParamType,Expr * ArgIn,Expr * Arg,QualType ArgType) CheckTemplateArgumentIsCompatibleWithParameter() argument
6813 CheckTemplateArgumentAddressOfObjectOrFunction(Sema & S,NonTypeTemplateParmDecl * Param,QualType ParamType,Expr * ArgIn,TemplateArgument & SugaredConverted,TemplateArgument & CanonicalConverted) CheckTemplateArgumentAddressOfObjectOrFunction() argument
7080 CheckTemplateArgumentPointerToMember(Sema & S,NonTypeTemplateParmDecl * Param,QualType ParamType,Expr * & ResultArg,TemplateArgument & SugaredConverted,TemplateArgument & CanonicalConverted) CheckTemplateArgumentPointerToMember() argument
7224 CheckTemplateArgument(NonTypeTemplateParmDecl * Param,QualType ParamType,Expr * Arg,TemplateArgument & SugaredConverted,TemplateArgument & CanonicalConverted,CheckTemplateArgumentKind CTAK) CheckTemplateArgument() argument
7972 BuildExpressionFromDeclTemplateArgument(const TemplateArgument & Arg,QualType ParamType,SourceLocation Loc) BuildExpressionFromDeclTemplateArgument() argument
[all...]
H A DSemaStmt.cpp4773 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); ActOnCapturedRegionStart() local
4812 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)) ActOnCapturedRegionStart() local
4834 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); ActOnCapturedRegionStart() local
H A DSemaDeclCXX.cpp4954 QualType ParamType = Param->getType().getNonReferenceType(); BuildImplicitBaseInitializer() local
5024 QualType ParamType = Param->getType().getNonReferenceType(); BuildImplicitMemberInitializer() local
10915 QualType ParamType = Constructor->getParamDecl(0)->getType(); CheckConstructor() local
10955 QualType ParamType = OperatorDelete->getParamDecl(0)->getType(); CheckDestructor() local
16441 QualType ParamType = Param->getType().getNonReferenceType(); CheckOverloadedOperatorDeclaration() local
16558 QualType ParamType = LastParam->getType(); CheckOverloadedOperatorDeclaration() local
16668 QualType ParamType = Param->getType().getUnqualifiedType(); CheckLiteralOperatorDeclaration() local
[all...]
H A DSemaCodeComplete.cpp3703 QualType ParamType = (*P)->getType(); createCodeCompletionStringForDecl() local
6103 QualType ParamType; getParamType() local
6281 QualType ParamType = ProduceSignatureHelp(*this, Results, Args.size(), ProduceCallSignatureHelp() local
9653 QualType ParamType; CodeCompleteObjCMethodDecl() local
[all...]
H A DSemaOverload.cpp6965 QualType ParamType = Proto->getParamType(ArgIdx); AddOverloadCandidate() local
7482 QualType ParamType = Proto->getParamType(ArgIdx + ExplicitOffset); AddMethodCandidate() local
7723 QualType ParamType = ParamTypes[I + Offset]; CheckNonDependentConversions() local
8154 QualType ParamType = Proto->getParamType(ArgIdx); AddSurrogateCandidate() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp376 for (auto ParamType : Sig.ParamTypes) in writeSectionContent() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2474 QualType ParamType = getNonObjectParameter(0)->getType(); isCopyAssignmentOperator() local
2494 QualType ParamType = getNonObjectParameter(0)->getType(); isMoveAssignmentOperator() local
2822 CanQualType ParamType = Context.getCanonicalType(Param->getType()); isSpecializationCopyingObject() local
[all...]
H A DODRHash.cpp1042 for (auto ParamType : T->getParamTypes()) VisitFunctionProtoType() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp402 QualType ParamType = Parameter->getType(); in processArgument() local
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1119 uint32_t ParamType = readUint8(Ctx); parseTypeSection() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp784 VALUE_PROF_FUNC_PARAM(ParamType,ParamName,ParamLLVMType) getOrInsertValueProfilingCall() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2266 canApplyNoFPClass(const ABIArgInfo & AI,QualType ParamType,bool IsReturn) canApplyNoFPClass() argument
2694 QualType ParamType = I->type; ConstructAttributeList() local
[all...]
H A DCGDebugInfo.cpp1488 for (const QualType &ParamType : FPT->param_types()) CreateType() local
4188 for (QualType ParamType : FPT->param_types()) getOrCreateFunctionType() local

12