Home
last modified time | relevance | path

Searched defs:getBody (Results 1 – 25 of 51) sorted by relevance

123

/external/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp30 Stmt *ModelInjector::getBody(const FunctionDecl *D) { in getBody() function in ModelInjector
35 Stmt *ModelInjector::getBody(const ObjCMethodDecl *D) { in getBody() function in ModelInjector
/external/deqp/framework/randomshaders/
DrsgShader.hpp51 BlockStatement& getBody (void) { return m_functionBlock; } in getBody() function in rsg::Function
52 const BlockStatement& getBody (void) const { return m_functionBlock; } in getBody() function in rsg::Function
/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/
DJavaApiConverter.java335 public InputStream getBody() throws IOException { in createJavaCacheResponse() method
349 public InputStream getBody() throws IOException { in createJavaCacheResponse() method
/external/javassist/src/main/javassist/compiler/ast/
DMethodDecl.java40 public Stmnt getBody() { return (Stmnt)sublist(4).head(); } in getBody() method in MethodDecl
/external/clang/include/clang/AST/
DStmtCXX.h161 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
178 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
326 Stmt *getBody() const { in getBody() function
DStmtObjC.h39 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
45 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
DStmt.h973 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
978 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
1056 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
1057 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
1101 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
1102 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
1166 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
1171 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
DDecl.h1767 Stmt *getBody() const override { in getBody() function
3515 Stmt *getBody() const override { return (Stmt*) Body; } in getBody() function
3661 Stmt *getBody() const override { return BodyAndNothrow.getPointer(); } in getBody() function
DDeclBase.h855 virtual Stmt* getBody() const { return nullptr; } in getBody() function
DStmtOpenMP.h646 const Stmt *getBody() const { in getBody() function
/external/clang/lib/Analysis/
DBodyFarm.cpp352 Stmt *BodyFarm::getBody(const FunctionDecl *D) { in getBody() function in BodyFarm
445 Stmt *BodyFarm::getBody(const ObjCMethodDecl *D) { in getBody() function in BodyFarm
DAnalysisDeclContext.cpp93 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const { in getBody() function in AnalysisDeclContext
121 Stmt *AnalysisDeclContext::getBody() const { in getBody() function in AnalysisDeclContext
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
DRecordedRequest.java101 public Buffer getBody() { in getBody() method in RecordedRequest
DMockResponse.java141 public Buffer getBody() { in getBody() method in MockResponse
/external/oauth/core/src/main/java/net/oauth/http/
DHttpMessage.java100 public final InputStream getBody() throws IOException in getBody() method in HttpMessage
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DHTMLDocument.java69 public IElement getBody () in getBody() method in HTMLDocument
/external/mockwebserver/src/main/java/com/google/mockwebserver/
DRecordedRequest.java161 public byte[] getBody() { in getBody() method in RecordedRequest
DMockResponse.java146 public byte[] getBody() { in getBody() method in MockResponse
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1ObjectIdentifier.java309 private synchronized byte[] getBody() in getBody() method in ASN1ObjectIdentifier
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliMethod.java121 @Nullable @Override public PsiCodeBlock getBody() { in getBody() method in SmaliMethod
/external/clang/lib/AST/
DExpr.cpp2033 const Stmt *BlockExpr::getBody() const { in getBody() function in BlockExpr
2036 Stmt *BlockExpr::getBody() { in getBody() function in BlockExpr
DExprCXX.cpp1101 CompoundStmt *LambdaExpr::getBody() const { in getBody() function in LambdaExpr
DDeclObjC.cpp756 Stmt *ObjCMethodDecl::getBody() const { in getBody() function in ObjCMethodDecl
DDecl.cpp2415 Stmt *FunctionDecl::getBody(const FunctionDecl *&Definition) const { in getBody() function in FunctionDecl
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...

123