/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
D | MockWebServer.java | 412 boolean hasBody = false; in readRequest() 416 hasBody = true; in readRequest() 419 hasBody = true; in readRequest() 435 if (hasBody) { in readRequest() 439 if (!hasBody) { in readRequest()
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 321 if (FD->hasBody(DeclToCheck)) in ShouldRemoveFromUnused() 380 if (fn->isPure() || fn->hasBody()) in checkUndefinedInternals() 442 if (KeyFunction->hasBody(Definition)) in ActOnEndOfTranslationUnit() 592 if (!FD->hasBody(DiagD)) in ActOnEndOfTranslationUnit()
|
D | SemaDeclCXX.cpp | 10834 if (KeyFunction && !KeyFunction->hasBody()) { in DefineUsedVTables() 10885 (KeyFunction->hasBody(KeyFunctionDef) && in DefineUsedVTables() 10995 (void)Ctor->getTargetConstructor()->hasBody(FNTarget); in DelegatingCycleHelper() 11027 (void)C->getTargetConstructor()->hasBody(FNTarget); in DelegatingCycleHelper()
|
D | SemaExpr.cpp | 3853 if (FDecl->hasBody(Def) && NumArgs != Def->param_size()) { in BuildResolvedCallExpr() 9835 if (!Func->isPure() && !Func->hasBody() && in MarkFunctionReferenced()
|
/external/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 103 if (!D->hasBody()) in TraverseObjCMethodDecl()
|
D | TransEmptyStatementsAndDealloc.cpp | 216 if (!MD->hasBody()) in cleanupDeallocOrFinalize()
|
D | TransGCAttrs.cpp | 131 return FD->hasBody(); in isMigratable()
|
D | Transforms.cpp | 478 if (!MD->hasBody()) in GCRewriteFinalize()
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 486 if (D->hasBody() && Opts.AnalyzeNestedBlocks) in HandleCode() 492 if ((*WI)->hasBody()) { in HandleCode()
|
/external/clang/lib/AST/ |
D | Decl.cpp | 525 MD->hasBody(Def) && Def->isInlined()) in getLVForClassMember() 1612 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const { in hasBody() function in FunctionDecl 1915 HasPattern = PatternDecl->hasBody(PatternDecl); in isInlined() 2144 HasPattern = PatternDecl->hasBody(PatternDecl); in isImplicitlyInstantiable() 2336 if (FD->hasBody(Definition)) in isOutOfLine() 2344 if (FunTmpl->getTemplatedDecl()->hasBody(Definition)) in isOutOfLine()
|
D | DeclBase.cpp | 420 if (FD->hasBody()) { in canBeWeakImported() 633 if (FD->hasBody(Definition)) in getBodyRBrace()
|
D | DeclCXX.cpp | 1467 return CheckFn->hasBody(fn) && !fn->isOutOfLine(); in hasInlineBody()
|
/external/clang/lib/CodeGen/ |
D | CGVTables.cpp | 58 return KeyFunction->hasBody(); in ShouldEmitVTableInThisTU() 162 if (MD->hasBody(Def) && Def->isOutOfLine()) in setThunkVisibility()
|
D | CGCXX.cpp | 89 if (!BaseD->isImplicit() && !BaseD->hasBody()) in TryEmitBaseDestructorAsAlias()
|
D | CodeGenModule.cpp | 1302 if (KeyFunction->hasBody(Def)) in getVTableLinkage() 1871 if (FD->hasBody()) in EmitAliasDefinition()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 188 if (!FD || !FD->hasBody(FD)) in InlineCall()
|
D | CheckerManager.cpp | 82 assert(D && D->hasBody()); in runCheckersOnASTBody()
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 152 if (f->hasBody(body) && !Analyzed(name)) { in AnalyzeFunction() 1161 if (f->hasBody(body)) { in AnalyzeFunction()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 1632 bool hasBody(const FunctionDecl *&Definition) const; 1634 virtual bool hasBody() const { in hasBody() function 1636 return hasBody(Definition); in hasBody()
|
D | DeclBase.h | 764 virtual bool hasBody() const { return getBody() != 0; } in hasBody() function
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
D | jquery-1.3.2.js | 921 var hasBody = /<tbody/i.test(elem), 922 tbody = !tags.indexOf("<table") && !hasBody ? 926 wrap[1] == "<table>" && !hasBody ?
|
D | concat-jquery-mootools-prototype.js | 921 var hasBody = /<tbody/i.test(elem), 922 tbody = !tags.indexOf("<table") && !hasBody ? 926 wrap[1] == "<table>" && !hasBody ?
|