/external/clang/unittests/AST/ |
D | ASTContextParentMapTest.cpp | 28 cxxMethodDecl(hasParent(recordDecl(hasName("C")))))); in TEST() 34 ifStmt(hasParent(compoundStmt())))); in TEST() 41 typeLoc(hasParent(typeLoc(hasParent(functionDecl())))))); in TEST() 47 nestedNameSpecifierLoc(hasParent(typeLoc())))); in TEST() 56 hasParent(cxxRecordDecl(isTemplateInstantiation()))))); in TEST() 61 hasParent(cxxRecordDecl(unless(isTemplateInstantiation())))))); in TEST() 67 allOf(hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))), in TEST() 68 hasParent(cxxRecordDecl(isTemplateInstantiation())))))); in TEST()
|
D | SourceLocationTest.cpp | 530 friendDecl(hasParent(cxxRecordDecl(isTemplateInstantiation()))))); in TEST()
|
/external/v8/tools/clang/rewrite_scoped_refptr/ |
D | RewriteScopedRefptr.cpp | 294 auto returned_as_raw_ptr = hasParent( in main() 305 anyOf(allOf(hasParent(implicitCastExpr(returned_as_raw_ptr)), in main() 307 allOf(hasParent(implicitCastExpr( in main() 308 hasParent(exprWithCleanups(returned_as_raw_ptr)))), in main() 319 auto bool_conversion_matcher = hasParent( in main() 320 expr(anyOf(implicit_to_bool, expr(hasParent(implicit_to_bool))))); in main()
|
/external/caliper/caliper/src/main/java/com/google/caliper/memory/ |
D | Chain.java | 63 public boolean hasParent() { 115 while (current.hasParent()) { 125 while (current.hasParent()) {
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTraversalTest.cpp | 1638 compoundStmt(hasParent(ifStmt())))); in TEST() 1641 compoundStmt(hasParent(ifStmt())))); in TEST() 1644 compoundStmt(hasParent(ifStmt())))); in TEST() 1711 hasParent(compoundStmt(hasParent(functionDecl( in TEST() 1712 hasParent(cxxRecordDecl(isTemplateInstantiation()))))))))); in TEST() 1718 hasParent(compoundStmt(hasParent(functionDecl(hasParent( in TEST() 1724 hasParent(compoundStmt( in TEST() 1725 allOf(hasParent(functionDecl(hasParent( in TEST() 1727 hasParent(functionDecl(hasParent(cxxRecordDecl( in TEST() 1732 compoundStmt(hasParent(recordDecl())))); in TEST()
|
D | ASTMatchersNodeTest.cpp | 1433 "", match(stmt(hasParent( in verify() 1442 "", match(decl(hasParent( in verify() 1452 "", match(fieldDecl(hasParent(decl(has(fieldDecl( in verify()
|
D | ASTMatchersNarrowingTest.cpp | 650 cxxOperatorCallExpr(hasParent(cxxOperatorCallExpr())))); in TEST() 1826 hasParent(stmt(has(stmt(equalsBoundNode("if"))))))))); in TEST() 1837 hasParent(decl(has(decl(equalsBoundNode("record"))))))))); in TEST()
|
/external/guava/guava/src/com/google/common/net/ |
D | InternetDomainName.java | 431 public boolean hasParent() { in hasParent() method in InternetDomainName 444 checkState(hasParent(), "Domain '%s' has no parent", name); in parent()
|
/external/clang/include/clang/AST/ |
D | ParentMap.h | 55 bool hasParent(Stmt* S) const { in hasParent() function
|
/external/swiftshader/src/Renderer/ |
D | Surface.hpp | 466 bool hasParent; member in sw::Surface
|
D | Surface.cpp | 1171 hasParent = false; in Surface() 1221 hasParent = texture != 0; in Surface() 1274 if(!hasParent) in ~Surface() 3647 if(hasParent) // Texture in selectInternalFormat()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 247 REGISTER_MATCHER(hasParent); in RegistryMaps()
|
/external/icu/icu4c/source/common/ |
D | uresbund.cpp | 1907 UBool hasParent = parentEntry != NULL && U_SUCCESS(parentEntry->fBogus); in getAllItemsWithFallback() local 1909 sink.put(bundle->fKey, value, !hasParent, errorCode); in getAllItemsWithFallback() 1910 if (hasParent) { in getAllItemsWithFallback()
|
/external/v8/tools/clang/rewrite_to_chrome_style/ |
D | RewriteToChromeStyle.cpp | 639 hasParent(translationUnitDecl())); in main()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 2367 LLVM_ATTRIBUTE_UNUSED hasParent = {}; variable 5352 integerLiteral(equals(0), hasParent(expr(hasType(pointerType()))))); in AST_MATCHER_FUNCTION()
|
/external/junit-params/lib/ |
D | assertj-core-1.7.1.jar | META-INF/MANIFEST.MF
META-INF/maven/
META-INF/maven/ ... |
/external/guice/extensions/persist/lib/ |
D | db4o-6.4.14.8131-java5.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/db4o/
com/ ... |
/external/robolectric/v3/runtime/ |
D | shadows-core-3.1-SNAPSHOT-16.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-21.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-22.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-18.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-17.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-19.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
/external/testng/ant/ |
D | ivy-2.1.0.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |