Home
last modified time | relevance | path

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

/external/mockwebserver/src/main/java/com/google/mockwebserver/
DMockWebServer.java412 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/
DSema.cpp321 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()
DSemaDeclCXX.cpp10834 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()
DSemaExpr.cpp3853 if (FDecl->hasBody(Def) && NumArgs != Def->param_size()) { in BuildResolvedCallExpr()
9835 if (!Func->isPure() && !Func->hasBody() && in MarkFunctionReferenced()
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp103 if (!D->hasBody()) in TraverseObjCMethodDecl()
DTransEmptyStatementsAndDealloc.cpp216 if (!MD->hasBody()) in cleanupDeallocOrFinalize()
DTransGCAttrs.cpp131 return FD->hasBody(); in isMigratable()
DTransforms.cpp478 if (!MD->hasBody()) in GCRewriteFinalize()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp486 if (D->hasBody() && Opts.AnalyzeNestedBlocks) in HandleCode()
492 if ((*WI)->hasBody()) { in HandleCode()
/external/clang/lib/AST/
DDecl.cpp525 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()
DDeclBase.cpp420 if (FD->hasBody()) { in canBeWeakImported()
633 if (FD->hasBody(Definition)) in getBodyRBrace()
DDeclCXX.cpp1467 return CheckFn->hasBody(fn) && !fn->isOutOfLine(); in hasInlineBody()
/external/clang/lib/CodeGen/
DCGVTables.cpp58 return KeyFunction->hasBody(); in ShouldEmitVTableInThisTU()
162 if (MD->hasBody(Def) && Def->isOutOfLine()) in setThunkVisibility()
DCGCXX.cpp89 if (!BaseD->isImplicit() && !BaseD->hasBody()) in TryEmitBaseDestructorAsAlias()
DCodeGenModule.cpp1302 if (KeyFunction->hasBody(Def)) in getVTableLinkage()
1871 if (FD->hasBody()) in EmitAliasDefinition()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp188 if (!FD || !FD->hasBody(FD)) in InlineCall()
DCheckerManager.cpp82 assert(D && D->hasBody()); in runCheckersOnASTBody()
/external/v8/tools/gcmole/
Dgcmole.cc152 if (f->hasBody(body) && !Analyzed(name)) { in AnalyzeFunction()
1161 if (f->hasBody(body)) { in AnalyzeFunction()
/external/clang/include/clang/AST/
DDecl.h1632 bool hasBody(const FunctionDecl *&Definition) const;
1634 virtual bool hasBody() const { in hasBody() function
1636 return hasBody(Definition); in hasBody()
DDeclBase.h764 virtual bool hasBody() const { return getBody() != 0; } in hasBody() function
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Djquery-1.3.2.js921 var hasBody = /<tbody/i.test(elem),
922 tbody = !tags.indexOf("<table") && !hasBody ?
926 wrap[1] == "<table>" && !hasBody ?
Dconcat-jquery-mootools-prototype.js921 var hasBody = /<tbody/i.test(elem),
922 tbody = !tags.indexOf("<table") && !hasBody ?
926 wrap[1] == "<table>" && !hasBody ?