/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ |
D | UOption.java | 54 int hasArgument) { in create() argument 55 return new UOption(aLongName, aShortName, hasArgument); in create() 64 int hasArgument) { in DEF() argument 65 return create(aLongName, aShortName, hasArgument); in DEF() 265 int hasArgument) { in UOption() argument 268 hasArg = hasArgument; in UOption()
|
/external/v8/tools/clang/traffic_annotation_extractor/ |
D | traffic_annotation_extractor.cpp | 309 hasArgument(0, stringLiteral().bind("unique_id")), in RunMatchers() 310 hasArgument(1, stringLiteral().bind("annotation_text")), in RunMatchers() 318 hasArgument(0, stringLiteral().bind("unique_id")), in RunMatchers() 319 hasArgument(1, stringLiteral().bind("completing_id")), in RunMatchers() 320 hasArgument(2, stringLiteral().bind("annotation_text")), in RunMatchers() 328 hasArgument(0, stringLiteral().bind("unique_id")), in RunMatchers() 329 hasArgument(2, stringLiteral().bind("annotation_text")), in RunMatchers() 337 hasArgument(0, stringLiteral().bind("unique_id")), in RunMatchers() 338 hasArgument(1, stringLiteral().bind("group_id")), in RunMatchers() 339 hasArgument(3, stringLiteral().bind("annotation_text")), in RunMatchers()
|
/external/v8/tools/clang/rewrite_scoped_refptr/ |
D | RewriteScopedRefptr.cpp | 393 hasArgument(2, stringLiteral())), in main() 402 hasArgument(0, stringLiteral()), in main() 403 hasArgument(1, stringLiteral()), in main() 418 hasArgument(0, id("expr", expr(hasType(is_scoped_refptr)))), in main()
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersNarrowingTest.cpp | 30 hasArgument(0, declRefExpr(to(varDecl()))))))); in TEST() 33 hasArgument(0, declRefExpr(to(varDecl()))), in TEST() 34 hasArgument(1, hasType(pointsTo( in TEST() 38 hasArgument(0, declRefExpr(to(varDecl()))), in TEST() 39 hasArgument(1, hasType(pointsTo( in TEST() 41 hasArgument(2, integerLiteral(equals(3))))))); in TEST() 44 hasArgument(0, declRefExpr(to(varDecl()))), in TEST() 45 hasArgument(1, hasType(pointsTo( in TEST() 47 hasArgument(2, integerLiteral(equals(3))), in TEST() 48 hasArgument(3, integerLiteral(equals(4))))))); in TEST() [all …]
|
D | ASTMatchersTraversalTest.cpp | 336 hasArgument(0, declRefExpr(to(varDecl(hasName("y")))))); in TEST() 344 hasArgument(42, declRefExpr(to(varDecl(hasName("y")))))); in TEST()
|
/external/v8/tools/clang/empty_string/ |
D | EmptyStringConverter.cpp | 87 argumentCountIs(2), hasArgument(0, id("literal", stringLiteral())), in SetupMatchers() 88 hasArgument(1, cxxDefaultArgExpr()))); in SetupMatchers()
|
/external/v8/tools/clang/base_bind_rewriters/ |
D | BaseBindRewriters.cpp | 160 hasArgument(0, ignoringImplicit(bind_call))); in GetMatcher() 163 hasArgument(0, ignoringImplicit(parameter_construction))); in GetMatcher() 611 hasArgument(0, ignoringImplicit(adapt_callback_call))); in GetMatcher() 614 hasArgument(0, ignoringImplicit(parameter_construction))); in GetMatcher()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CallSite.h | 242 bool hasArgument(const Value *Arg) const { in hasArgument() function
|
/external/llvm/include/llvm/IR/ |
D | CallSite.h | 584 bool hasArgument(const Value *Arg) const { in hasArgument() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | CallSite.h | 649 bool hasArgument(const Value *Arg) const { in hasArgument() function
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 206 REGISTER_MATCHER(hasArgument); in RegistryMaps()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2930 AST_POLYMORPHIC_MATCHER_P2(hasArgument, in AST_POLYMORPHIC_MATCHER_P2() argument
|