Searched refs:hasArgument (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
| H A D | GtestMatchers.cpp | 93 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 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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 268 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 D | FuzzerCommand.h | 55 bool hasArgument(const std::string &Arg) const { in hasArgument() function
|
| H A D | FuzzerDriver.cpp | 316 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 D | FuzzerUnittest.cpp | 881 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 D | Registry.cpp | 277 REGISTER_MATCHER(hasArgument); in RegistryMaps()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 1385 bool hasArgument(const Value *V) const {
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4334 AST_POLYMORPHIC_MATCHER_P2(hasArgument, in AST_POLYMORPHIC_MATCHER_P2() argument
|