| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersMacros.h | 76 #define AST_MATCHER_FUNCTION_P(ReturnType, DefineMatcher, ParamType, Param) \ argument 79 #define AST_MATCHER_FUNCTION_P_OVERLOAD(ReturnType, DefineMatcher, ParamType, \ argument 130 #define AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) \ argument 133 #define AST_MATCHER_P_OVERLOAD(Type, DefineMatcher, ParamType, Param, \ argument 265 #define AST_POLYMORPHIC_MATCHER_P(DefineMatcher, ReturnTypesF, ParamType, \ argument 271 ParamType, Param, OverloadId) \ argument
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/server/ |
| H A D | RPCServerSourceEmitter.cpp | 100 QualType ParamType, const std::string &ParamName, in EmitStorageForOneParameter() 163 QualType ParamType, const std::string &ParamName, in EmitDecodeForOneParameter() 440 for (QualType ParamType : FuncProtoType->param_types()) { in EmitCallbackFunction() local
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | LowLevelHelpers.cpp | 77 QualType ParamType; in matchEachArgumentWithParamTypeImpl() local
|
| /freebsd/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest-param-test.h | 299 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 | 174 typedef T ParamType; typedef 401 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 | 137 Type *ParamType = *PI; in createWrapper() local
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MismatchedIteratorChecker.cpp | 173 const auto *ParamType = in checkPreCall() local
|
| H A D | DynamicTypePropagation.cpp | 866 QualType ParamType = OrigParamType.substObjCTypeArgs( in checkPreObjCMessage() local
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 178 static bool isRValueRef(QualType ParamType) { in isRValueRef() 617 QualType ParamType = Param->getType(); in handleCall() local 851 QualType ParamType = Param->getType(); in VisitParmVarDecl() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMachineFunctionInfo.h | 26 enum ParamType { enum
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | TemplateArgumentHasher.cpp | 315 for (auto ParamType : T->getParamTypes()) in VisitFunctionProtoType() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | SystemZ.cpp | 544 for (const auto &ParamType : Proto->getParamTypes()) in isVectorTypeBased() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | NVPTX.cpp | 801 llvm::Type *ParamType = Intrinsic->getFunctionType()->getParamType(1); in EmitNVPTXBuiltinExpr() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 420 QualType ParamType = S.Context.getAdjustedParameterType(NTTP->getType()); in DeduceNonTypeTemplateArgument() local 1300 static bool hasInconsistentOrSupersetQualifiersOf(QualType ParamType, in hasInconsistentOrSupersetQualifiersOf() 4123 Expr *Arg, QualType ParamType, in ResolveOverloadForDeduction() 4240 QualType &ParamType, QualType &ArgType, in AdjustFunctionParmAndArgTypesForDeduction() 4422 QualType ParamType, QualType ArgType, in DeduceTemplateArgumentsFromCallArgument() 4534 bool ExplicitObjectArgument) { in DeduceTemplateArguments() 4564 QualType ParamType = ParamTypes[ParamIdx]; in DeduceTemplateArguments() local 4962 QualType ParamType = ConversionGeneric->getParamDecl(0)->getType(); in DeduceTemplateArguments() local
|
| H A D | SemaTemplate.cpp | 6364 QualType ParamType, Expr *Arg, in isNullPointerValueTemplateArgument() 6469 Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *ArgIn, in CheckTemplateArgumentIsCompatibleWithParameter() 6526 Sema &S, NonTypeTemplateParmDecl *Param, QualType ParamType, Expr *ArgIn, in CheckTemplateArgumentAddressOfObjectOrFunction() 6790 QualType ParamType, Expr *&ResultArg, in CheckTemplateArgumentPointerToMember() 6924 QualType ParamType, Expr *Arg, in CheckTemplateArgument() 7694 const TemplateArgument &Arg, QualType ParamType, SourceLocation Loc, in BuildExpressionFromDeclTemplateArgument()
|
| H A D | SemaStmt.cpp | 4626 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); in ActOnCapturedRegionStart() local 4668 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)) in ActOnCapturedRegionStart() local 4690 QualType ParamType = Context.getPointerType(Context.getTagDeclType(RD)); in ActOnCapturedRegionStart() local
|
| H A D | SemaCodeComplete.cpp | 3872 QualType ParamType = (*P)->getType(); in createCodeCompletionStringForDecl() local 6288 QualType ParamType; in getParamType() local 6430 QualType ParamType = ProduceSignatureHelp(SemaRef, Results, Args.size(), in ProduceCallSignatureHelp() local 9894 QualType ParamType; in CodeCompleteObjCMethodDecl() local
|
| H A D | SemaDeclCXX.cpp | 4900 QualType ParamType = Param->getType().getNonReferenceType(); in BuildImplicitBaseInitializer() local 4970 QualType ParamType = Param->getType().getNonReferenceType(); in BuildImplicitMemberInitializer() local 11059 QualType ParamType = Constructor->getParamDecl(0)->getType(); in CheckConstructor() local 11099 QualType ParamType = in CheckDestructor() local 16792 QualType ParamType = Param->getType().getNonReferenceType(); in CheckOverloadedOperatorDeclaration() local 16909 QualType ParamType = LastParam->getType(); in CheckOverloadedOperatorDeclaration() local 17016 QualType ParamType = Param->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmEmitter.cpp | 384 for (auto ParamType : Sig.ParamTypes) in writeSectionContent() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGHLSLBuiltins.cpp | 237 for (QualType ParamType : ClangParamTypes) { in getSpecConstantFunctionName() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2717 QualType ParamType = getNonObjectParameter(0)->getType(); in isCopyAssignmentOperator() local 2737 QualType ParamType = getNonObjectParameter(0)->getType(); in isMoveAssignmentOperator() local 3076 CanQualType ParamType = Context.getCanonicalType(Param->getType()); in isSpecializationCopyingObject() local
|
| H A D | ODRHash.cpp | 1087 for (auto ParamType : T->getParamTypes()) in VisitFunctionProtoType() local
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 401 QualType ParamType = Parameter->getType(); in processArgument() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 1253 uint32_t ParamType = readUint8(Ctx); in parseTypeSection() local
|