Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp232 argumentCountIs(1), hasArgument(0, unless(hasNulloptType())), in isOptionalValueOrConversionConstructor()
242 argumentCountIs(2), hasArgument(1, unless(hasNulloptType()))); in isOptionalValueOrConversionAssignment()
249 argumentCountIs(2), hasArgument(1, hasNulloptType())); in isOptionalNulloptAssignment()
254 argumentCountIs(2), in isStdSwapCall()
261 argumentCountIs(1), in isStdForwardCall()
312 argumentCountIs(2), hasArgument(0, lhs_arg_matcher), in isComparisonOperatorCall()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp395 argumentCountIs(1), hasArgument(0, canResolveToExpr(Exp))); in findDirectMutation()
594 argumentCountIs(1), hasArgument(0, canResolveToExpr(Exp))) in findReferenceMutation()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp139 REGISTER_MATCHER(argumentCountIs); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4502 AST_POLYMORPHIC_MATCHER_P(argumentCountIs, in AST_POLYMORPHIC_MATCHER_P() argument