Home
last modified time | relevance | path

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

12

/external/clang/lib/StaticAnalyzer/Frontend/
DModelConsumer.cpp37 if (func && func->hasBody()) { in HandleTopLevelDecl()
DAnalysisConsumer.cpp369 if (BD->hasBody()) { in VisitBlockDecl()
604 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.java592 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/
DHttpTransport.java115 if (!HttpEngine.hasBody(response)) { in getTransferStream()
DHttpEngine.java660 public static boolean hasBody(Response response) { in hasBody() method in HttpEngine
825 if (hasBody(userResponse)) { in readResponse()
/external/lldb/source/Expression/
DASTStructExtractor.cpp62 if (!F->hasBody()) in ExtractFromFunctionDecl()
/external/clang/lib/Analysis/
DCallGraph.cpp113 if (!D->hasBody()) in includeInGraph()
DAnalysisDeclContext.cpp279 FD->hasBody(FD); in getContext()
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp104 if (!D->hasBody()) in TraverseObjCMethodDecl()
DTransEmptyStatementsAndDealloc.cpp211 if (!MD->hasBody()) in cleanupDeallocOrFinalize()
DTransGCAttrs.cpp131 return FD->hasBody(); in isMigratable()
DTransforms.cpp538 if (!MD->hasBody()) in GCRewriteFinalize()
/external/clang/lib/CodeGen/
DModuleBuilder.cpp82 if (FD->hasBody(FD)) in GetDeclForMangledName()
DCGVTables.cpp692 if (keyFunction->hasBody(def)) in getVTableLinkage()
809 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.cpp557 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()
DDeclBase.cpp487 if (FD->hasBody()) { in canBeWeakImported()
686 if (FD->hasBody(Definition)) in getBodyRBrace()
/external/clang/utils/TableGen/
DNeonEmitter.cpp404 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/
DHttpURLConnectionImpl.java138 if (HttpEngine.hasBody(response.getResponse()) in getErrorStream()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp182 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.cpp404 if (FD->hasBody(DeclToCheck)) in ShouldRemoveFromUnused()
798 if (!FD->hasBody(DiagD)) in ActOnEndOfTranslationUnit()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp2624 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()

12