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.java359 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/
DSema.cpp315 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()
DSemaDeclCXX.cpp8992 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()
DSemaExpr.cpp3594 if (FDecl->hasBody(Def) && NumArgs != Def->param_size()) { in BuildResolvedCallExpr()
8987 if (!Function->isPure() && !Function->hasBody() && in MarkDeclarationReferenced()
DSemaDecl.cpp7963 ci->hasBody(body); in DiagnoseNontrivial()
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp90 if (!D->hasBody()) in TraverseObjCMethodDecl()
DTransEmptyStatementsAndDealloc.cpp186 if (MD->hasBody() && in removeDeallocMethod()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp281 if (D->hasBody() && Opts.AnalyzeNestedBlocks) in HandleCode()
287 if ((*WI)->hasBody()) { in HandleCode()
/external/clang/lib/AST/
DDecl.cpp574 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()
DDeclBase.cpp384 if (FD->hasBody()) { in canBeWeakImported()
599 if (FD->hasBody(Definition)) in getBodyRBrace()
DDeclCXX.cpp1292 return CheckFn->hasBody(fn) && !fn->isOutOfLine(); in hasInlineBody()
/external/clang/lib/CodeGen/
DCGCXX.cpp89 if (!BaseD->isImplicit() && !BaseD->hasBody()) in TryEmitBaseDestructorAsAlias()
DCodeGenModule.cpp1163 if (KeyFunction->hasBody(Def)) in getVTableLinkage()
1584 if (FD->hasBody()) in EmitAliasDefinition()
DCGVTables.cpp2449 return KeyFunction->hasBody(); in ShouldEmitVTableInThisTU()
2624 if (MD->hasBody(Def) && Def->isOutOfLine()) in setThunkVisibility()
DCGObjCMac.cpp3554 if (MD->hasBody() && MD->getPCHLevel() > 0) { in GetMethodDefinition()
/external/v8/tools/gcmole/
Dgcmole.cc89 if (f->hasBody(body) && !Analyzed(name)) { in AnalyzeFunction()
/external/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp80 assert(D && D->hasBody()); in runCheckersOnASTBody()
DExprEngine.cpp1646 if (FD->hasBody(FD)) { in InlineCall()
/external/clang/include/clang/AST/
DDecl.h1536 bool hasBody(const FunctionDecl *&Definition) const;
1538 virtual bool hasBody() const { in hasBody() function
1540 return hasBody(Definition); in hasBody()
DDeclBase.h652 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 ?