Home
last modified time | relevance | path

Searched refs:argumentCountIs (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp147 argumentCountIs(1), hasArgument(0, unless(hasNulloptType()))); in isOptionalValueOrConversionConstructor()
156 argumentCountIs(2), hasArgument(1, unless(hasNulloptType()))); in isOptionalValueOrConversionAssignment()
162 argumentCountIs(2), in isOptionalNulloptAssignment()
168 argumentCountIs(2), hasArgument(0, hasOptionalType()), in isStdSwapCall()
174 argumentCountIs(1), hasArgument(0, hasOptionalType())); in isStdForwardCall()
223 argumentCountIs(2), hasArgument(0, lhs_arg_matcher), in isComparisonOperatorCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp173 hasOverloadedOperatorName("()"), argumentCountIs(3), in gtestCallInternal()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp383 argumentCountIs(1), hasArgument(0, canResolveToExpr(Exp))); in findDirectMutation()
579 argumentCountIs(1), hasArgument(0, canResolveToExpr(Exp))) in findReferenceMutation()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp139 REGISTER_MATCHER(argumentCountIs); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4502 AST_POLYMORPHIC_MATCHER_P(argumentCountIs, in AST_POLYMORPHIC_MATCHER_P() argument