Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp265 argumentCountIs(1), hasArgument(0, unless(hasNulloptType())), in isOptionalValueOrConversionConstructor()
275 argumentCountIs(2), hasArgument(1, unless(hasNulloptType()))); in isOptionalValueOrConversionAssignment()
282 argumentCountIs(2), hasArgument(1, hasNulloptType())); in isOptionalNulloptAssignment()
287 argumentCountIs(2), in isStdSwapCall()
294 argumentCountIs(1), in isStdForwardCall()
363 argumentCountIs(2), hasArgument(0, lhs_arg_matcher), in isComparisonOperatorCall()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp168 hasOverloadedOperatorName("()"), argumentCountIs(3), in gtestCallInternal()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp445 argumentCountIs(1), hasArgument(0, canResolveToExpr(Exp))); in findDirectMutation()
645 argumentCountIs(1), hasArgument(0, canResolveToExpr(Exp))) in findReferenceMutation()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp137 REGISTER_MATCHER(argumentCountIs); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4595 AST_POLYMORPHIC_MATCHER_P(argumentCountIs, in AST_POLYMORPHIC_MATCHER_P() argument