Searched defs:body (Results 101 - 125 of 298) sorted by last modified time

1234567891011>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar ... equinox.p2.metadata.ICopyright { private final String body private java.net.URI location public void " href ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/doclava/res/assets/templates/
H A Dhead_tag.cs32 html,body{overflow:auto;} property
33 #body-content{position:relative; top:0;}
/external/deqp/modules/gles3/stress/
H A Des3sLongRunningShaderTests.cpp166 const char* const body = "color = cos(sin(color*1.25)*0.8);"; local
174 << " " << body << "\n"; local
181 << " " << body << "\n" local
190 << " " << body << "\n"
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_md5.cc42 static void *body(MD5_CTX *ctx, void *data, ulong_t size) { function in namespace:__tsan
176 body(ctx, ctx->buffer, 64);
180 data = body(ctx, data, size & ~(ulong_t)0x3f);
198 body(ctx, ctx->buffer, 64);
215 body(ctx, ctx->buffer, 64);
/external/clang/lib/Sema/
H A DTreeTransform.h597 /// \brief Transform the captures and body of a lambda expression.
1073 /// \brief Attach the body to a new case statement.
1132 /// \brief Attach the body to the switch statement.
1636 /// \brief Attach body to a C++0x range-based for statement.
5390 for (auto *B : S->body()) {
5457 // Attach the body to the case statement
5594 // Transform the body of the switch statement.
5639 // Transform the body
5657 // Transform the body
5727 // Transform the body
9707 StmtResult body = getDerived().TransformStmt(E->getBody()); local
[all...]
/external/clang/docs/tools/
H A Ddump_ast_matchers.py317 # body = True: We parse the definition of a matcher. We need
321 # body = False: We parse the comments and declaration of the matcher.
325 body = False variable
327 if body:
334 body = False variable
348 body = True variable
/external/clang/include/clang/AST/
H A DStmt.h576 body_range body() { return body_range(body_begin(), body_end()); } function in class:clang::CompoundStmt
589 body_const_range body() const { function in class:clang::CompoundStmt
1034 WhileStmt(const ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body,
1092 DoStmt(Stmt *body, Expr *cond, SourceLocation DL, SourceLocation WL, argument
1096 SubExprs[BODY] = body;
1966 /// and this compound statement is the body of an anonymous outlined function.
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h758 SExpr *body() { return Body.get(); } function in class:clang::threadSafety::Function
759 const SExpr *body() const { return Body.get(); } function in class:clang::threadSafety::Function
778 Ct = Cmp.compare(body(), E->body());
812 SExpr *body() { return Body.get(); } function in class:clang::threadSafety::SFunction
813 const SExpr *body() const { return Body.get(); } function in class:clang::threadSafety::SFunction
829 typename C::CType Ct = Cmp.compare(body(), E->body());
840 // A block of code -- e.g. the body of a function.
852 SExpr *body() { retur function in class:clang::threadSafety::Code
853 const SExpr *body() const { return Body.get(); } function in class:clang::threadSafety::Code
887 SExpr *body() { return Body.get(); } function in class:clang::threadSafety::Field
888 const SExpr *body() const { return Body.get(); } function in class:clang::threadSafety::Field
1773 SExpr *body() { return Body.get(); } function in class:clang::threadSafety::Let
1774 const SExpr *body() const { return Body.get(); } function in class:clang::threadSafety::Let
[all...]
/external/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp79 void transformBody(Stmt *body, Decl *ParentD) { argument
80 Body = body;
81 TraverseStmt(body);
H A DTransEmptyStatementsAndDealloc.cpp92 for (auto *I : S->body())
169 for (auto *I : S->body())
188 static bool isBodyEmpty(CompoundStmt *body, ASTContext &Ctx, argument
190 for (auto *I : body->body())
H A DTransRetainReleaseDealloc.cpp54 void transformBody(Stmt *body, Decl *ParentD) { argument
55 Body = body;
56 collectRemovables(body, Removables);
57 StmtMap.reset(new ParentMap(body));
58 TraverseStmt(body);
H A DTransUnbridgedCasts.cpp74 void transformBody(Stmt *body, Decl *ParentD) { argument
76 Body = body;
77 StmtMap.reset(new ParentMap(body));
78 TraverseStmt(body);
H A DTransUnusedInitDelegate.cpp44 void transformBody(Stmt *body, Decl *ParentD) { argument
45 Body = body;
46 collectRemovables(body, Removables);
47 TraverseStmt(body);
/external/clang/lib/AST/
H A DStmt.cpp915 WhileStmt::WhileStmt(const ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body, argument
920 SubExprs[BODY] = body;
/external/clang/lib/CodeGen/
H A DCGException.cpp1089 // - EmitCXXTryStmt emits the code for the catch body
1213 // We just emitted the body of the try; jump to the continue block.
1249 // Perform the body of the catch.
1375 const Stmt *body,
1420 CGF.EHStack.pushCleanup<PerformFinally>(NormalCleanup, body,
1374 enter(CodeGenFunction &CGF, const Stmt *body, llvm::Constant *beginCatchFn, llvm::Constant *endCatchFn, llvm::Constant *rethrowFn) argument
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp209 // Under modern abi, we cannot translate body of the function
1858 // Insert all these *after* the statement body.
2053 Stmt *body = finalStmt->getFinallyBody(); local
2054 SourceLocation startFinalBodyLoc = body->getLocStart();
2059 SourceLocation endFinalBodyLoc = body->getLocEnd();
5609 // Rewrite the block body in place.

Completed in 535 milliseconds

1234567891011>>