/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | LibASTMatchers.rst | 121 .. _astmatchers-writing:
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/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 | 1851 typedef T ParamType; typedef
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 166 typedef T ParamType; typedef 394 typedef typename TestClass::ParamType ParamType; typedef 754 typedef ::std::tuple<T...> ParamType; typedef
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixFunctionBitcasts.cpp | 144 Type *ParamType = *PI; in createWrapper() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MismatchedIteratorChecker.cpp | 177 const auto *ParamType = in checkPreCall() local
|
H A D | DynamicTypePropagation.cpp | 867 QualType ParamType = OrigParamType.substObjCTypeArgs( in checkPreObjCMessage() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | Consumed.cpp | 181 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
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | wasm2yaml.cpp | 217 for (const auto &ParamType : FunctionSig.Params) in dump() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCMachineFunctionInfo.h | 28 enum ParamType { enum
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 416 QualType ParamType = S.Context.getAdjustedParameterType(NTTP->getType()); in DeduceNonTypeTemplateArgument() local 1127 static bool hasInconsistentOrSupersetQualifiersOf(QualType ParamType, in hasInconsistentOrSupersetQualifiersOf() 3742 Expr *Arg, QualType ParamType, in ResolveOverloadForDeduction() 3848 QualType &ParamType, QualType &ArgType, Expr *Arg, unsigned &TDF) { in AdjustFunctionParmAndArgTypesForDeduction() 4019 QualType ParamType, Expr *Arg, TemplateDeductionInfo &Info, in DeduceTemplateArgumentsFromCallArgument() 4129 auto DeduceCallArgument = [&](QualType ParamType, unsigned ArgIdx) { in DeduceTemplateArguments() 4148 QualType ParamType = ParamTypes[ParamIdx]; in DeduceTemplateArguments() local
|
H A D | SemaTemplate.cpp | 6248 QualType ParamType, Expr *Arg, in isNullPointerValueTemplateArgument() 6343 Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *ArgIn, in CheckTemplateArgumentIsCompatibleWithParameter() 6402 QualType ParamType, in CheckTemplateArgumentAddressOfObjectOrFunction() 6663 QualType ParamType, in CheckTemplateArgumentPointerToMember() 6795 QualType ParamType, Expr *Arg, in CheckTemplateArgument() 7483 QualType ParamType, in BuildExpressionFromDeclTemplateArgument()
|
H A D | SemaStmt.cpp | 4695 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); in ActOnCapturedRegionStart() local 4733 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)) in ActOnCapturedRegionStart() local 4755 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); in ActOnCapturedRegionStart() local
|
H A D | SemaDeclCXX.cpp | 4641 QualType ParamType = Param->getType().getNonReferenceType(); in BuildImplicitBaseInitializer() local 4711 QualType ParamType = Param->getType().getNonReferenceType(); in BuildImplicitMemberInitializer() local 10330 QualType ParamType = Constructor->getParamDecl(0)->getType(); in CheckConstructor() local 10370 QualType ParamType = OperatorDelete->getParamDecl(0)->getType(); in CheckDestructor() local 15512 QualType ParamType = Param->getType().getNonReferenceType(); in CheckOverloadedOperatorDeclaration() local 15604 QualType ParamType = LastParam->getType(); in CheckOverloadedOperatorDeclaration() local 15714 QualType ParamType = Param->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
|
H A D | SemaCodeComplete.cpp | 3584 QualType ParamType = (*P)->getType(); in createCodeCompletionStringForDecl() local 5689 QualType ParamType; in getParamType() local 5817 QualType ParamType = in ProduceCallSignatureHelp() local 9000 QualType ParamType; in CodeCompleteObjCMethodDecl() local
|
H A D | SemaOverload.cpp | 6459 QualType ParamType = Proto->getParamType(ArgIdx); in AddOverloadCandidate() local 6964 QualType ParamType = Proto->getParamType(ArgIdx); in AddMethodCandidate() local 7189 QualType ParamType = ParamTypes[I]; in CheckNonDependentConversions() local 7589 QualType ParamType = Proto->getParamType(ArgIdx); in AddSurrogateCandidate() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenTarget.cpp | 902 MVT ParamType = MVT(IS.ParamVTs[ParamIdx]); in isParamAPointer() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | WasmEmitter.cpp | 363 for (auto ParamType : Sig.ParamTypes) in writeSectionContent() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclCXX.cpp | 2389 QualType ParamType = getParamDecl(0)->getType(); in isCopyAssignmentOperator() local 2409 QualType ParamType = getParamDecl(0)->getType(); in isMoveAssignmentOperator() local 2737 CanQualType ParamType = Context.getCanonicalType(Param->getType()); in isSpecializationCopyingObject() local
|
H A D | ODRHash.cpp | 903 for (auto ParamType : T->getParamTypes()) in VisitFunctionProtoType() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 606 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType in getOrInsertValueProfilingCall() argument
|
H A D | DataFlowSanitizer.cpp | 868 Type *ParamType = T->getParamType(I); in getCustomFunctionType() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 1018 uint32_t ParamType = readUint8(Ctx); in parseTypeSection() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1334 for (const QualType &ParamType : FPT->param_types()) in CreateType() local 3870 for (QualType ParamType : FPT->param_types()) in getOrCreateFunctionType() local
|