Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/docs/
H A DLibASTMatchers.rst121 .. _astmatchers-writing:
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp136 Type *ParamType = *PI; in createWrapper() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp177 const auto *ParamType = in checkPreCall() local
H A DDynamicTypePropagation.cpp865 QualType ParamType = OrigParamType.substObjCTypeArgs( in checkPreObjCMessage() local
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp221 for (const auto &ParamType : FunctionSig.Params) in dump() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h26 enum ParamType { enum
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp410 QualType ParamType = S.Context.getAdjustedParameterType(NTTP->getType()); in DeduceNonTypeTemplateArgument() local
1143 static bool hasInconsistentOrSupersetQualifiersOf(QualType ParamType, in hasInconsistentOrSupersetQualifiersOf()
3731 Expr *Arg, QualType ParamType, in ResolveOverloadForDeduction()
3837 QualType &ParamType, QualType &ArgType, Expr *Arg, unsigned &TDF) { in AdjustFunctionParmAndArgTypesForDeduction()
4007 QualType ParamType, Expr *Arg, TemplateDeductionInfo &Info, in DeduceTemplateArgumentsFromCallArgument()
4117 auto DeduceCallArgument = [&](QualType ParamType, unsigned ArgIdx) { in DeduceTemplateArguments()
4136 QualType ParamType = ParamTypes[ParamIdx]; in DeduceTemplateArguments() local
H A DSemaTemplate.cpp6475 QualType ParamType, Expr *Arg, in isNullPointerValueTemplateArgument()
6580 Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *ArgIn, in CheckTemplateArgumentIsCompatibleWithParameter()
6637 Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *ArgIn, in CheckTemplateArgumentAddressOfObjectOrFunction()
6904 QualType ParamType, Expr *&ResultArg, in CheckTemplateArgumentPointerToMember()
7047 QualType ParamType, Expr *Arg, in CheckTemplateArgument()
7783 QualType ParamType, in BuildExpressionFromDeclTemplateArgument()
H A DSemaStmt.cpp4710 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); in ActOnCapturedRegionStart() local
4748 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)) in ActOnCapturedRegionStart() local
4770 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); in ActOnCapturedRegionStart() local
H A DSemaDeclCXX.cpp4762 QualType ParamType = Param->getType().getNonReferenceType(); in BuildImplicitBaseInitializer() local
4832 QualType ParamType = Param->getType().getNonReferenceType(); in BuildImplicitMemberInitializer() local
10618 QualType ParamType = Constructor->getParamDecl(0)->getType(); in CheckConstructor() local
10658 QualType ParamType = OperatorDelete->getParamDecl(0)->getType(); in CheckDestructor() local
15985 QualType ParamType = Param->getType().getNonReferenceType(); in CheckOverloadedOperatorDeclaration() local
16099 QualType ParamType = LastParam->getType(); in CheckOverloadedOperatorDeclaration() local
16209 QualType ParamType = Param->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
H A DSemaCodeComplete.cpp3626 QualType ParamType = (*P)->getType(); in createCodeCompletionStringForDecl() local
6022 QualType ParamType; in getParamType() local
6191 QualType ParamType = ProduceSignatureHelp(*this, Results, Args.size(), in ProduceCallSignatureHelp() local
9545 QualType ParamType; in CodeCompleteObjCMethodDecl() local
H A DSemaOverload.cpp6642 QualType ParamType = Proto->getParamType(ArgIdx); in AddOverloadCandidate() local
7159 QualType ParamType = Proto->getParamType(ArgIdx); in AddMethodCandidate() local
7387 QualType ParamType = ParamTypes[I]; in CheckNonDependentConversions() local
7790 QualType ParamType = Proto->getParamType(ArgIdx); in AddSurrogateCandidate() local
H A DSemaChecking.cpp11017 QualType ParamType = getAbsoluteValueArgumentType(Context, Kind); in getBestAbsFunction() local
11182 QualType ParamType = FDecl->getParamDecl(0)->getType(); in emitReplacement() local
11253 QualType ParamType = Call->getArg(0)->getType(); in CheckAbsoluteValueFunction() local
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenTarget.cpp933 MVT ParamType = MVT(IS.ParamVTs[ParamIdx]); in isParamAPointer() local
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp376 for (auto ParamType : Sig.ParamTypes) in writeSectionContent() local
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp372 QualType ParamType = Param->getType(); in pushCallInternal() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp2421 QualType ParamType = getParamDecl(0)->getType(); in isCopyAssignmentOperator() local
2441 QualType ParamType = getParamDecl(0)->getType(); in isMoveAssignmentOperator() local
2768 CanQualType ParamType = Context.getCanonicalType(Param->getType()); in isSpecializationCopyingObject() local
H A DODRHash.cpp1058 for (auto ParamType : T->getParamTypes()) in VisitFunctionProtoType() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp598 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType in getOrInsertValueProfilingCall() argument
H A DDataFlowSanitizer.cpp878 Type *ParamType = T->getParamType(I); in getCustomFunctionType() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp399 QualType ParamType = Parameter->getType(); in processArgument() local
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp1094 uint32_t ParamType = readUint8(Ctx); in parseTypeSection() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1446 for (const QualType &ParamType : FPT->param_types()) in CreateType() local
4042 for (QualType ParamType : FPT->param_types()) in getOrCreateFunctionType() local

12