Home
last modified time | relevance | path

Searched refs:hasBody (Results 1 – 25 of 47) sorted by relevance

12

/external/clang/lib/StaticAnalyzer/Frontend/
DModelConsumer.cpp37 if (func && func->hasBody()) { in HandleTopLevelDecl()
DAnalysisConsumer.cpp369 if (BD->hasBody()) { in VisitBlockDecl()
611 if (!D->hasBody()) in HandleCode()
/external/apache-http/android/src/android/net/http/
DRequest.java243 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/
DMockWebServer.java468 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/
DMockWebServer.java626 boolean hasBody = false;
631 hasBody = contentLength > 0;
634 hasBody = true;
648 if (hasBody && !HttpMethod.permitsRequestBody(method)) {
955 boolean hasBody = pushPromise.getResponse().getBody() != null;
957 stream.getConnection().pushStream(stream.getId(), pushedHeaders, hasBody);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttpTransport.java115 if (!HttpEngine.hasBody(response)) { in getTransferStream()
DHttpEngine.java660 public static boolean hasBody(Response response) { in hasBody() method in HttpEngine
819 if (hasBody(userResponse)) { in readResponse()
/external/clang/lib/Analysis/
DCallGraph.cpp113 if (!D->hasBody()) in includeInGraph()
DAnalysisDeclContext.cpp296 FD->hasBody(FD); in getContext()
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp104 if (!D->hasBody()) in TraverseObjCMethodDecl()
DTransEmptyStatementsAndDealloc.cpp209 if (!MD->hasBody()) in cleanupDeallocOrFinalize()
DTransGCAttrs.cpp131 return FD->hasBody(); in isMigratable()
DTransforms.cpp534 if (!MD->hasBody()) in GCRewriteFinalize()
/external/clang/lib/CodeGen/
DModuleBuilder.cpp86 if (FD->hasBody(FD)) in GetDeclForMangledName()
DCGVTables.cpp737 if (keyFunction->hasBody(def)) in getVTableLinkage()
861 return !keyFunction->hasBody(); in isVTableExternal()
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp437 if (D && D->hasBody()) { in visit()
489 if (D && D->hasBody()) { in visit()
/external/clang/lib/AST/
DDecl.cpp562 FD->hasBody(Def) && Def->isInlined() && !Def->hasAttr<GNUInlineAttr>(); in useInlineVisibilityHidden()
2378 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const { in hasBody() function in FunctionDecl
2416 if (!hasBody(Definition)) in getBody()
2778 if (hasBody(Definition) && Definition->isInlined() && in doesDeclarationForceExternallyVisibleDefinition()
3004 HasPattern = PatternDecl->hasBody(PatternDecl); in isImplicitlyInstantiable()
3220 if (FD->hasBody(Definition)) in isOutOfLine()
3228 if (FunTmpl->getTemplatedDecl()->hasBody(Definition)) in isOutOfLine()
DDeclBase.cpp525 if (FD->hasBody()) { in canBeWeakImported()
726 if (FD->hasBody(Definition)) in getBodyRBrace()
/external/clang/utils/TableGen/
DNeonEmitter.cpp415 bool hasBody() const { return Body && Body->getValues().size() > 0; } in hasBody() function in __anon2f9be8960111::Intrinsic
1972 if (Def->hasBody()) in genBuiltinsDef()
2012 if (Def->hasBody()) in genOverloadTypeCheckCode()
2097 if (Def->hasBody()) in genIntrinsicRangeCheckCode()
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
DHttpURLConnectionImpl.java150 if (HttpEngine.hasBody(response.getResponse()) in getErrorStream()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp199 REGISTER_MATCHER(hasBody); in RegistryMaps()
/external/v8/tools/gcmole/
Dgcmole.cc151 if (f->hasBody(body) && !Analyzed(name)) { in AnalyzeFunction()
1143 if (f->hasBody(body)) { in AnalyzeFunction()
/external/clang/lib/Sema/
DSema.cpp437 if (FD->hasBody(DeclToCheck)) in ShouldRemoveFromUnused()
837 if (!FD->hasBody(DiagD)) in ActOnEndOfTranslationUnit()
/external/clang/include/clang/AST/
DDecl.h1737 bool hasBody(const FunctionDecl *&Definition) const;
1739 bool hasBody() const override { in hasBody() function
1741 return hasBody(Definition); in hasBody()
/external/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp83 assert(D && D->hasBody()); in runCheckersOnASTBody()

12