Home
last modified time | relevance | path

Searched refs:hasArgument (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp125 callee(getComparisonDecl(Cmp)), hasArgument(2, Left), in gtestComparisonInternal()
126 hasArgument(3, Right)); in gtestComparisonInternal()
134 hasOverloadedOperatorName("()"), hasArgument(2, Actual), in gtestThatInternal()
135 hasArgument( in gtestThatInternal()
142 hasArgument(0, ignoringImplicit(Matcher))))))); in gtestThatInternal()
174 hasArgument(0, ignoringImplicit(MockCall)))))); in gtestCallInternal()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp139 hasArgument(0, hasType(inPlaceClass()))); in isOptionalInPlaceConstructor()
147 argumentCountIs(1), hasArgument(0, unless(hasNulloptType()))); in isOptionalValueOrConversionConstructor()
156 argumentCountIs(2), hasArgument(1, unless(hasNulloptType()))); in isOptionalValueOrConversionAssignment()
163 hasArgument(1, hasNulloptType())); in isOptionalNulloptAssignment()
168 argumentCountIs(2), hasArgument(0, hasOptionalType()), in isStdSwapCall()
169 hasArgument(1, hasOptionalType())); in isStdSwapCall()
187 hasArgument(0, stringLiteral(hasSize(0)))) in isValueOrStringEmptyCall()
198 hasArgument(0, Arg)) in isValueOrNotEqX()
223 argumentCountIs(2), hasArgument(0, lhs_arg_matcher), in isComparisonOperatorCall()
224 hasArgument(1, rhs_arg_matcher)); in isComparisonOperatorCall()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp60 return hasArgument(ArgIdx, ignoringParenCasts(declRefExpr( in equalsBoundArgDecl()
95 hasArgument(0, ignoringParenCasts(integerLiteral(equals(0)))))); in findGCDAntiPatternWithSemaphore()
H A DPointerSortingChecker.cpp82 auto IteratesPointerEltsM = hasArgument(0, in matchSortWithPointers()
H A DOSObjectCStyleCast.cpp98 hasArgument(0, stringLiteral(mentionsBoundType(WarnRecordDecl)))); in checkASTCodeBody()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp339 hasArgument(0, canResolveToExpr(Exp))), in findDirectMutation()
383 argumentCountIs(1), hasArgument(0, canResolveToExpr(Exp))); in findDirectMutation()
501 hasArgument(0, canResolveToExpr(Exp))) in findCastMutation()
579 argumentCountIs(1), hasArgument(0, canResolveToExpr(Exp))) in findReferenceMutation()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h55 bool hasArgument(const std::string &Arg) const { in hasArgument() function
H A DFuzzerDriver.cpp367 assert(Cmd.hasArgument(InputFilePath)); in CleanseCrashInput()
420 assert(BaseCmd.hasArgument(InputFilePath)); in MinimizeCrashInput()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp293 REGISTER_MATCHER(hasArgument); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1470 bool hasArgument(const Value *V) const {
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4553 AST_POLYMORPHIC_MATCHER_P2(hasArgument, in AST_POLYMORPHIC_MATCHER_P2() argument