HomeSort by: relevance | last modified time | path
    Searched defs:BODY (Results 1 - 17 of 17) sorted by relevancy

  /src/tests/dev/audio/
h_pad.c 111 BODY,
198 phase = BODY;
200 } else if (phase == BODY) {
  /src/games/worm/
worm.c 60 #define BODY 'o'
65 struct body { struct
68 struct body *prev;
69 struct body *next;
74 static struct body *head, *tail, goody;
86 static void display(const struct body *, char);
89 static void newpos(struct body *);
96 static struct body *
99 struct body *b;
172 struct body *bp, *np
    [all...]
  /src/usr.bin/nl/
nl.c 68 #define BODY 1
74 { "body", number_nonempty, { 0, 0, 0, 0 } },
155 parse_numbering(optarg, BODY);
284 section = BODY;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtObjC.h 24 enum { ELEM, COLLECTION, BODY, END_EXPR };
29 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body,
38 Stmt *getBody() { return SubExprs[BODY]; }
44 const Stmt *getBody() const { return SubExprs[BODY]; }
50 void setBody(Stmt *S) { SubExprs[BODY] = S; }
59 return SubExprs[BODY]->getEndLoc();
80 Stmt *Body;
88 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { }
93 const Stmt *getCatchBody() const { return Body; }
94 Stmt *getCatchBody() { return Body; }
    [all...]
StmtCXX.h 136 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END };
148 Stmt *Body, SourceLocation FL, SourceLocation CAL,
169 Stmt *getBody() { return SubExprs[BODY]; }
189 const Stmt *getBody() const { return SubExprs[BODY]; }
199 void setBody(Stmt *S) { SubExprs[BODY] = S; }
208 return SubExprs[BODY]->getEndLoc();
314 /// Represents the body of a coroutine. This wraps the normal function
315 /// body and holds the additional semantic context required to set up and tear
321 Body, ///< The body of the coroutine
    [all...]
Stmt.h 1431 body_range body() { return body_range(body_begin(), body_end()); } function in class:clang::final
1443 body_const_range body() const { function in class:clang::final
1491 for (auto *B : llvm::reverse(body())) {
2143 // * A "Stmt *" for the body.
2202 void setBody(Stmt *Body) {
2203 getTrailingObjects<Stmt *>()[bodyOffset()] = Body;
2328 // * A "Stmt *" for the body.
2345 WhileStmt(const ASTContext &Ctx, VarDecl *Var, Expr *Cond, Stmt *Body,
2355 Stmt *Body, SourceLocation WL,
2382 void setBody(Stmt *Body) {
    [all...]
  /src/external/bsd/atf/dist/atf-c/detail/
tp_main.c 66 BODY,
178 p->m_tcpart = BODY;
314 if (strcmp(delim, "body") == 0) {
315 *tcpart = BODY;
509 case BODY:
  /src/common/dist/zlib/examples/
gzlog.c 337 #define BODY sizeof(log_gzbody)
809 extra, and body content of an empty foo.gz log file. If there is an error
841 write(log->fd, log_gzbody, BODY) != BODY) {
  /src/external/gpl3/binutils/dist/zlib/examples/
gzlog.c 337 #define BODY sizeof(log_gzbody)
809 extra, and body content of an empty foo.gz log file. If there is an error
841 write(log->fd, log_gzbody, BODY) != BODY) {
  /src/external/gpl3/binutils.old/dist/zlib/examples/
gzlog.c 337 #define BODY sizeof(log_gzbody)
809 extra, and body content of an empty foo.gz log file. If there is an error
841 write(log->fd, log_gzbody, BODY) != BODY) {
  /src/external/gpl3/gdb.old/dist/zlib/examples/
gzlog.c 337 #define BODY sizeof(log_gzbody)
809 extra, and body content of an empty foo.gz log file. If there is an error
841 write(log->fd, log_gzbody, BODY) != BODY) {
  /src/external/gpl3/gdb/dist/zlib/examples/
gzlog.c 337 #define BODY sizeof(log_gzbody)
809 extra, and body content of an empty foo.gz log file. If there is an error
841 write(log->fd, log_gzbody, BODY) != BODY) {
  /src/external/bsd/atf/dist/atf-c++/
tests.cpp 157 (*iter).second->body();
417 BODY,
621 return std::make_pair(tcarg, BODY);
626 if (partname == "body")
627 return std::make_pair(tcname, BODY);
656 case BODY:
  /src/external/gpl3/gdb.old/dist/gdb/
ui-out.c 150 /* We are generating the table body. */
151 BODY,
162 /* Start building the body of the table. */
224 m_state = state::BODY;
420 && m_table_up->current_state () == ui_out_table::state::BODY
784 && m_table_up->current_state () != ui_out_table::state::BODY)
793 && m_table_up->current_state () == ui_out_table::state::BODY
  /src/external/gpl3/gdb/dist/gdb/
ui-out.c 150 /* We are generating the table body. */
151 BODY,
162 /* Start building the body of the table. */
224 m_state = state::BODY;
420 && m_table_up->current_state () == ui_out_table::state::BODY
784 && m_table_up->current_state () != ui_out_table::state::BODY)
793 && m_table_up->current_state () == ui_out_table::state::BODY
  /src/external/gpl2/groff/dist/src/preproc/refer/
refer.cpp 1118 START, MIDDLE, BODY, BODY_START, BODY_BLANK, BODY_DOT
1120 string body; local
1132 body = c;
1133 state = BODY;
1142 case BODY:
1143 body += c;
1149 do_ref(body);
1156 body += c;
1159 body += c;
1160 state = BODY;
    [all...]
  /src/games/battlestar/
extern.h 80 #define BODY 10

Completed in 66 milliseconds