Searched defs:BODY (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/SemaCXX/
H A Dif-empty-body.cpp19 #define BODY(x) macro
21 BODY(0);
22 #undef BODY macro
27 #define BODY(x) macro
29 BODY(0);
30 #undef BODY macro
/external/iproute2/genl/
H A Dgenl.c35 static void *BODY; variable
70 dlh = BODY;
72 dlh = BODY = dlopen(NULL, RTLD_LAZY);
/external/oauth/core/src/main/java/net/oauth/client/
H A DOAuthClient.java218 ParameterStyle style = (ps == null) ? ParameterStyle.BODY : Enum
268 if (style == ParameterStyle.BODY && !(isPost && body == null)) {
278 case BODY: {
340 AUTHORIZATION_HEADER, BODY, QUERY_STRING; enum constant in enum:OAuthClient.ParameterStyle
/external/clang/test/CodeGen/
H A D2007-03-05-DataLayout.c9 #define BODY 01 macro
45 Type(tmp) = BODY;
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DTag.java24 public static final Tag BODY = new TagImpl ("BODY"); field in class:Tag
/external/clang/include/clang/AST/
H A DStmtCXX.h129 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END }; enumerator in enum:clang::CXXForRangeStmt::__anon2567
155 Stmt *getBody() { return SubExprs[BODY]; }
172 const Stmt *getBody() const { return SubExprs[BODY]; }
180 void setBody(Stmt *S) { SubExprs[BODY] = S; }
191 return SourceRange(ForLoc, SubExprs[BODY]->getLocEnd());
H A DStmtObjC.h25 enum { ELEM, COLLECTION, BODY, END_EXPR }; enumerator in enum:clang::ObjCForCollectionStmt::__anon2570
39 Stmt *getBody() { return SubExprs[BODY]; }
45 const Stmt *getBody() const { return SubExprs[BODY]; }
51 void setBody(Stmt *S) { SubExprs[BODY] = S; }
59 return SourceRange(ForLoc, SubExprs[BODY]->getLocEnd());
H A DStmt.h776 enum { VAR, COND, BODY, END_EXPR }; enumerator in enum:clang::SwitchStmt::__anon2561
812 const Stmt *getBody() const { return SubExprs[BODY]; }
817 Stmt *getBody() { return SubExprs[BODY]; }
818 void setBody(Stmt *S) { SubExprs[BODY] = S; }
831 SubExprs[BODY] = S;
853 return SourceRange(SwitchLoc, SubExprs[BODY]->getLocEnd());
870 enum { VAR, COND, BODY, END_EXPR }; enumerator in enum:clang::WhileStmt::__anon2562
900 Stmt *getBody() { return SubExprs[BODY]; }
901 const Stmt *getBody() const { return SubExprs[BODY]; }
902 void setBody(Stmt *S) { SubExprs[BODY]
924 enum { BODY, COND, END_EXPR }; enumerator in enum:clang::DoStmt::__anon2563
976 enum { INIT, CONDVAR, COND, INC, BODY, END_EXPR }; enumerator in enum:clang::ForStmt::__anon2564
[all...]
/external/iproute2/tc/
H A Dtc.c43 static void *BODY = NULL; /* cached handle dlopen(NULL) */ variable
127 dlh = BODY;
129 dlh = BODY = dlopen(NULL, RTLD_LAZY);
180 dlh = BODY;
182 dlh = BODY = dlopen(NULL, RTLD_LAZY);
/external/iproute2/ip/
H A Diplink.c94 static void *BODY; /* cached dlopen(NULL) handle */ variable
111 dlh = BODY;
113 dlh = BODY = dlopen(NULL, RTLD_LAZY);
/external/zlib/examples/
H A Dgzlog.c337 #define BODY sizeof(log_gzbody) macro
838 write(log->fd, log_gzbody, BODY) != BODY) {
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 308 milliseconds