Searched refs:hasArgument (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/ASTMatchers/ |
| D | GtestMatchers.cpp | 126 callee(getComparisonDecl(Cmp)), hasArgument(2, Left), in gtestComparisonInternal() 127 hasArgument(3, Right)); in gtestComparisonInternal() 135 hasOverloadedOperatorName("()"), hasArgument(2, Actual), in gtestThatInternal() 136 hasArgument( in gtestThatInternal() 143 hasArgument(0, ignoringImplicit(Matcher))))))); in gtestThatInternal() 175 hasArgument(0, ignoringImplicit(MockCall)))))); in gtestCallInternal()
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| D | GCDAntipatternChecker.cpp | 60 return hasArgument(ArgIdx, ignoringParenCasts(declRefExpr( in equalsBoundArgDecl() 95 hasArgument(0, ignoringParenCasts(integerLiteral(equals(0)))))); in findGCDAntiPatternWithSemaphore()
|
| D | PointerSortingChecker.cpp | 82 auto IteratesPointerEltsM = hasArgument(0, in matchSortWithPointers()
|
| D | OSObjectCStyleCast.cpp | 98 hasArgument(0, stringLiteral(mentionsBoundType(WarnRecordDecl)))); in checkASTCodeBody()
|
| /openbsd/src/gnu/llvm/clang/lib/Analysis/ |
| D | ExprMutationAnalyzer.cpp | 278 hasArgument(0, canResolveToExpr(equalsNode(Exp)))), in findDirectMutation() 321 argumentCountIs(1), hasArgument(0, canResolveToExpr(equalsNode(Exp)))); in findDirectMutation() 443 hasArgument(0, canResolveToExpr(equalsNode(Exp)))) in findCastMutation() 522 hasArgument(0, canResolveToExpr(equalsNode(Exp)))) in findReferenceMutation()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| D | FuzzerCommand.h | 54 bool hasArgument(const std::string &Arg) const { in hasArgument() function
|
| D | FuzzerDriver.cpp | 364 assert(Cmd.hasArgument(InputFilePath)); in CleanseCrashInput() 417 assert(BaseCmd.hasArgument(InputFilePath)); in MinimizeCrashInput()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/tests/ |
| D | FuzzerUnittest.cpp | 1284 EXPECT_TRUE(Cmd.hasArgument("waldo")); in TEST() 1290 EXPECT_FALSE(Cmd.hasArgument("waldo")); in TEST()
|
| /openbsd/src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
| D | Registry.cpp | 285 REGISTER_MATCHER(hasArgument); in RegistryMaps()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | InstrTypes.h | 1395 bool hasArgument(const Value *V) const {
|
| /openbsd/src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| D | ASTMatchers.h | 4430 AST_POLYMORPHIC_MATCHER_P2(hasArgument, in AST_POLYMORPHIC_MATCHER_P2() argument
|