/external/clang/lib/StaticAnalyzer/Frontend/ |
D | ModelConsumer.cpp | 37 if (func && func->hasBody()) { in HandleTopLevelDecl()
|
D | AnalysisConsumer.cpp | 369 if (BD->hasBody()) { in VisitBlockDecl() 604 if (!D->hasBody()) in HandleCode()
|
/external/apache-http/android/src/android/net/http/ |
D | Request.java | 243 boolean hasBody = false; in readResponse() 261 hasBody = canResponseHaveBody(mHttpRequest, statusCode); in readResponse() 263 if (hasBody) in readResponse()
|
/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
D | MockWebServer.java | 468 boolean hasBody = false; in readRequest() 473 hasBody = true; in readRequest() 476 hasBody = true; in readRequest() 494 if (hasBody) { in readRequest()
|
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/ |
D | MockWebServer.java | 592 boolean hasBody = false; in readRequest() 597 hasBody = contentLength > 0; in readRequest() 600 hasBody = true; in readRequest() 618 if (hasBody) { in readRequest() 925 boolean hasBody = pushPromise.getResponse().getBody() != null; in pushPromises() 927 stream.getConnection().pushStream(stream.getId(), pushedHeaders, hasBody); in pushPromises()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | HttpTransport.java | 115 if (!HttpEngine.hasBody(response)) { in getTransferStream()
|
D | HttpEngine.java | 660 public static boolean hasBody(Response response) { in hasBody() method in HttpEngine 825 if (hasBody(userResponse)) { in readResponse()
|
/external/lldb/source/Expression/ |
D | ASTStructExtractor.cpp | 62 if (!F->hasBody()) in ExtractFromFunctionDecl()
|
/external/clang/lib/Analysis/ |
D | CallGraph.cpp | 113 if (!D->hasBody()) in includeInGraph()
|
D | AnalysisDeclContext.cpp | 279 FD->hasBody(FD); in getContext()
|
/external/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 104 if (!D->hasBody()) in TraverseObjCMethodDecl()
|
D | TransEmptyStatementsAndDealloc.cpp | 211 if (!MD->hasBody()) in cleanupDeallocOrFinalize()
|
D | TransGCAttrs.cpp | 131 return FD->hasBody(); in isMigratable()
|
D | Transforms.cpp | 538 if (!MD->hasBody()) in GCRewriteFinalize()
|
/external/clang/lib/CodeGen/ |
D | ModuleBuilder.cpp | 82 if (FD->hasBody(FD)) in GetDeclForMangledName()
|
D | CGVTables.cpp | 692 if (keyFunction->hasBody(def)) in getVTableLinkage() 809 return !keyFunction->hasBody(); in isVTableExternal()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | IvarInvalidationChecker.cpp | 437 if (D && D->hasBody()) { in visit() 489 if (D && D->hasBody()) { in visit()
|
/external/clang/lib/AST/ |
D | Decl.cpp | 557 FD->hasBody(Def) && Def->isInlined() && !Def->hasAttr<GNUInlineAttr>(); in useInlineVisibilityHidden() 2349 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const { in hasBody() function in FunctionDecl 2387 if (!hasBody(Definition)) in getBody() 2752 if (hasBody(Definition) && Definition->isInlined() && in doesDeclarationForceExternallyVisibleDefinition() 2978 HasPattern = PatternDecl->hasBody(PatternDecl); in isImplicitlyInstantiable() 3192 if (FD->hasBody(Definition)) in isOutOfLine() 3200 if (FunTmpl->getTemplatedDecl()->hasBody(Definition)) in isOutOfLine()
|
D | DeclBase.cpp | 487 if (FD->hasBody()) { in canBeWeakImported() 686 if (FD->hasBody(Definition)) in getBodyRBrace()
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 404 bool hasBody() const { return Body && Body->getValues().size() > 0; } in hasBody() function in __anon67a52ed10111::Intrinsic 1958 if (Def->hasBody()) in genBuiltinsDef() 1998 if (Def->hasBody()) in genOverloadTypeCheckCode() 2083 if (Def->hasBody()) in genIntrinsicRangeCheckCode()
|
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/ |
D | HttpURLConnectionImpl.java | 138 if (HttpEngine.hasBody(response.getResponse()) in getErrorStream()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 182 REGISTER_MATCHER(hasBody); in RegistryMaps()
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 151 if (f->hasBody(body) && !Analyzed(name)) { in AnalyzeFunction() 1143 if (f->hasBody(body)) { in AnalyzeFunction()
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 404 if (FD->hasBody(DeclToCheck)) in ShouldRemoveFromUnused() 798 if (!FD->hasBody(DiagD)) in ActOnEndOfTranslationUnit()
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.cpp | 2624 forStmt(hasBody(compoundStmt())))); in TEST() 2626 forStmt(hasBody(compoundStmt())))); in TEST() 2628 whileStmt(hasBody(compoundStmt())))); in TEST() 2630 doStmt(hasBody(compoundStmt())))); in TEST() 2632 forRangeStmt(hasBody(compoundStmt())))); in TEST()
|