Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp93 hasArgument(2, Left), hasArgument(3, Right)); in gtestAssert()
100 hasArgument(2, Left), hasArgument(3, Right)); in gtestExpect()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp268 hasArgument(0, canResolveToExpr(equalsNode(Exp)))), in findDirectMutation()
311 argumentCountIs(1), hasArgument(0, canResolveToExpr(equalsNode(Exp)))); in findDirectMutation()
433 hasArgument(0, canResolveToExpr(equalsNode(Exp)))) in findCastMutation()
510 hasArgument(0, canResolveToExpr(equalsNode(Exp)))) in findReferenceMutation()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerCommand.h55 bool hasArgument(const std::string &Arg) const { in hasArgument() function
H A DFuzzerDriver.cpp316 assert(Cmd.hasArgument(InputFilePath)); in CleanseCrashInput()
373 assert(BaseCmd.hasArgument(InputFilePath)); in MinimizeCrashInput()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp881 EXPECT_TRUE(Cmd.hasArgument("waldo")); in TEST()
887 EXPECT_FALSE(Cmd.hasArgument("waldo")); in TEST()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp277 REGISTER_MATCHER(hasArgument); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h1385 bool hasArgument(const Value *V) const {
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4334 AST_POLYMORPHIC_MATCHER_P2(hasArgument, in AST_POLYMORPHIC_MATCHER_P2() argument