/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
D | MockWebServer.java | 359 boolean hasBody = false; in readRequest() 363 hasBody = true; in readRequest() 366 hasBody = true; in readRequest() 382 if (hasBody) { in readRequest() 386 if (!hasBody) { in readRequest()
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 315 if (FD->hasBody(DeclToCheck)) in ShouldRemoveFromUnused() 374 if (fn->isPure() || fn->hasBody()) in checkUndefinedInternals() 417 if (KeyFunction->hasBody(Definition)) in ActOnEndOfTranslationUnit() 525 if (!FD->hasBody(DiagD)) in ActOnEndOfTranslationUnit()
|
D | SemaDeclCXX.cpp | 8992 if (KeyFunction && !KeyFunction->hasBody()) { in DefineUsedVTables() 9041 if (!KeyFunction || (KeyFunction->hasBody() && KeyFunction->isInlined())) in DefineUsedVTables() 9147 (void)Ctor->getTargetConstructor()->hasBody(FNTarget); in DelegatingCycleHelper() 9179 (void)C->getTargetConstructor()->hasBody(FNTarget); in DelegatingCycleHelper()
|
D | SemaExpr.cpp | 3594 if (FDecl->hasBody(Def) && NumArgs != Def->param_size()) { in BuildResolvedCallExpr() 8987 if (!Function->isPure() && !Function->hasBody() && in MarkDeclarationReferenced()
|
D | SemaDecl.cpp | 7963 ci->hasBody(body); in DiagnoseNontrivial()
|
/external/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 90 if (!D->hasBody()) in TraverseObjCMethodDecl()
|
D | TransEmptyStatementsAndDealloc.cpp | 186 if (MD->hasBody() && in removeDeallocMethod()
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 281 if (D->hasBody() && Opts.AnalyzeNestedBlocks) in HandleCode() 287 if ((*WI)->hasBody()) { in HandleCode()
|
/external/clang/lib/AST/ |
D | Decl.cpp | 574 if (MD->hasBody(Def) && Def->isInlined()) in getLVForClassMember() 1455 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const { in hasBody() function in FunctionDecl 1757 HasPattern = PatternDecl->hasBody(PatternDecl); in isInlined() 1786 if (hasBody(Definition)) in doesDeclarationForceExternallyVisibleDefinition() 1936 HasPattern = PatternDecl->hasBody(PatternDecl); in isImplicitlyInstantiable() 2122 if (FD->hasBody(Definition)) in isOutOfLine() 2130 if (FunTmpl->getTemplatedDecl()->hasBody(Definition)) in isOutOfLine()
|
D | DeclBase.cpp | 384 if (FD->hasBody()) { in canBeWeakImported() 599 if (FD->hasBody(Definition)) in getBodyRBrace()
|
D | DeclCXX.cpp | 1292 return CheckFn->hasBody(fn) && !fn->isOutOfLine(); in hasInlineBody()
|
/external/clang/lib/CodeGen/ |
D | CGCXX.cpp | 89 if (!BaseD->isImplicit() && !BaseD->hasBody()) in TryEmitBaseDestructorAsAlias()
|
D | CodeGenModule.cpp | 1163 if (KeyFunction->hasBody(Def)) in getVTableLinkage() 1584 if (FD->hasBody()) in EmitAliasDefinition()
|
D | CGVTables.cpp | 2449 return KeyFunction->hasBody(); in ShouldEmitVTableInThisTU() 2624 if (MD->hasBody(Def) && Def->isOutOfLine()) in setThunkVisibility()
|
D | CGObjCMac.cpp | 3554 if (MD->hasBody() && MD->getPCHLevel() > 0) { in GetMethodDefinition()
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 89 if (f->hasBody(body) && !Analyzed(name)) { in AnalyzeFunction()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CheckerManager.cpp | 80 assert(D && D->hasBody()); in runCheckersOnASTBody()
|
D | ExprEngine.cpp | 1646 if (FD->hasBody(FD)) { in InlineCall()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 1536 bool hasBody(const FunctionDecl *&Definition) const; 1538 virtual bool hasBody() const { in hasBody() function 1540 return hasBody(Definition); in hasBody()
|
D | DeclBase.h | 652 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 ?
|