Searched refs:hasArgument (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | GtestMatchers.cpp | 125 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 D | UncheckedOptionalAccessModel.cpp | 139 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 D | GCDAntipatternChecker.cpp | 60 return hasArgument(ArgIdx, ignoringParenCasts(declRefExpr( in equalsBoundArgDecl() 95 hasArgument(0, ignoringParenCasts(integerLiteral(equals(0)))))); in findGCDAntiPatternWithSemaphore()
|
| H A D | PointerSortingChecker.cpp | 82 auto IteratesPointerEltsM = hasArgument(0, in matchSortWithPointers()
|
| H A D | OSObjectCStyleCast.cpp | 98 hasArgument(0, stringLiteral(mentionsBoundType(WarnRecordDecl)))); in checkASTCodeBody()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 339 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 D | FuzzerCommand.h | 55 bool hasArgument(const std::string &Arg) const { in hasArgument() function
|
| H A D | FuzzerDriver.cpp | 367 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 D | Registry.cpp | 293 REGISTER_MATCHER(hasArgument); in RegistryMaps()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 1470 bool hasArgument(const Value *V) const {
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4553 AST_POLYMORPHIC_MATCHER_P2(hasArgument, in AST_POLYMORPHIC_MATCHER_P2() argument
|