Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp122 argumentCountIs(1), hasArgument(0, unless(hasNulloptType()))); in isOptionalValueOrConversionConstructor()
131 argumentCountIs(2), hasArgument(1, unless(hasNulloptType()))); in isOptionalValueOrConversionAssignment()
135 return cxxConstructExpr(hasNulloptType(), argumentCountIs(1), in isNulloptConstructor()
142 argumentCountIs(2), in isOptionalNulloptAssignment()
148 argumentCountIs(2), hasArgument(0, hasOptionalType()), in isStdSwapCall()
198 argumentCountIs(2), hasArgument(0, lhs_arg_matcher), in isComparisonOperatorCall()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp174 hasOverloadedOperatorName("()"), argumentCountIs(3), in gtestCallInternal()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp321 argumentCountIs(1), hasArgument(0, canResolveToExpr(equalsNode(Exp)))); in findDirectMutation()
521 argumentCountIs(1), in findReferenceMutation()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp137 REGISTER_MATCHER(argumentCountIs); in RegistryMaps()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4406 AST_POLYMORPHIC_MATCHER_P(argumentCountIs, in AST_POLYMORPHIC_MATCHER_P() argument