HomeSort by relevance Sort by last modified time
    Searched refs:getBody (Results 101 - 125 of 328) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/lib/CodeGen/
CGStmt.cpp 661 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())));
675 EmitStmt(S.getBody());
716 EmitStmt(S.getBody());
740 uint64_t BackedgeCount = getProfileCount(S.getBody()) - ParentCount;
810 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())));
828 EmitStmt(S.getBody());
885 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())));
905 EmitStmt(S.getBody());
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 447 BR.getContext()).VisitStmt(D->getBody());
501 BR.getContext()).VisitStmt(D->getBody());
564 PathDiagnosticLocation::createEnd(MethodD->getBody(),
CheckObjCDealloc.cpp 195 if (scan_ivar_release(MD->getBody(), ID, PD, RS, SelfII, Ctx)
LLVMConventionsChecker.cpp 141 walker.Visit(D->getBody());
MallocSizeofChecker.cpp 181 Finder.Visit(D->getBody());
  /external/v8/tools/gcmole/
gcmole.cc 153 TraverseStmt(body->getBody());
1009 block.Loop(stmt->getCond(), stmt->getBody());
1017 block.Loop(stmt->getBody(), stmt->getCond());
1026 stmt->getBody(),
1041 block.Seq(stmt->getCond(), stmt->getBody());
1146 VisitStmt(body->getBody(), env);
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 973 const Stmt *getBody() const { return SubExprs[BODY]; }
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 437 if (const Stmt *Body = DeclWithIssue->getBody()) {
446 D->getUniqueingDecl()->getBody()->getLocStart()), *SM);
BugReporter.cpp 459 if (cast<CXXForRangeStmt>(Parent)->getBody() == S)
465 if (cast<ForStmt>(Parent)->getBody() == S)
473 if (cast<ObjCForCollectionStmt>(Parent)->getBody() == S)
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
Box2DTest.java 328 if (fixture.getBody() == groundBody) return true;
333 hitBody = fixture.getBody();
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
URLConnectionTest.java 314 assertEquals("body", server.takeRequest().getBody().readUtf8());
769 Buffer buffer = mockResponse.getBody();
785 Buffer fullBody = mockResponse.getBody();
    [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 112 collectRemovables(D->getBody(), Removables);
  /external/clang/lib/Analysis/
CallGraph.cpp 138 if (Stmt *Body = D->getBody())
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/box2d/
Box2DTest.java 166 hitBody = fixture.getBody();
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
AbstractDetailsDescriptionPresenter.java 139 public TextView getBody() {
  /frameworks/volley/src/main/java/com/android/volley/
Request.java 374 * @deprecated Use {@link #getBody()} instead.
379 // here instead of simply calling the getBody() function because this function must
393 * <p>Note that you can directly override {@link #getBody()} for custom data.</p>
433 public byte[] getBody() throws AuthFailureError {
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
HttpClientStack.java 148 byte[] body = request.getBody();
HurlStack.java 260 byte[] body = request.getBody();
  /prebuilts/devtools/tools/lib/
httpmime-4.1.jar 
  /prebuilts/tools/common/http-client/
httpmime-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.3.2/
httpmime-4.3.2.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
World.java 278 fixtureA.getBody().setAwake(true);
279 fixtureB.getBody().setAwake(true);
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 341 else if (isa<ObjCMethodDecl>(*D) && cast<ObjCMethodDecl>(*D)->getBody())
647 if (D->getBody())
648 D->getBody()->printPretty(Out, nullptr, SubPolicy, Indentation);
1068 if (OMD->getBody() && !Policy.TerseOutput) {
    [all...]

Completed in 1832 milliseconds

1 2 3 45 6 7 8 91011>>