/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | StmtObjC.h | 24 enum { ELEM, COLLECTION, BODY, END_EXPR }; enumerator 38 Stmt *getBody() { return SubExprs[BODY]; } in getBody() 44 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() 50 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody() 59 return SubExprs[BODY]->getEndLoc(); in getEndLoc()
|
H A D | StmtCXX.h | 136 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator 169 Stmt *getBody() { return SubExprs[BODY]; } in getBody() 189 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() 199 void setBody(Stmt *S) { SubExprs[BODY] = S; } in setBody() 208 return SubExprs[BODY]->getEndLoc(); in getEndLoc()
|
/openbsd/usr.bin/nl/ |
H A D | nl.c | 63 #define BODY 1 macro 130 parse_numbering(optarg, BODY); in main() 247 section = BODY; in filter()
|
/openbsd/games/worm/ |
H A D | worm.c | 46 #define BODY 'o' macro 213 display(np, BODY); in life() 346 display(head, BODY); in process()
|
/openbsd/regress/usr.bin/m4/ |
H A D | m4wrap.out | 1 TEXT IN BODY
|
H A D | m4wrap.m4 | 6 TEXT IN BODY
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/ |
H A D | lib3styles.css | 5 BODY { background: #FFFFFF } selector
|
/openbsd/gnu/gcc/libstdc++-v3/docs/html/ |
H A D | lib3styles.css | 5 BODY { background: #FFFFFF } selector
|
/openbsd/games/battlestar/ |
H A D | command3.c | 111 …if (wordtype[wordnumber] == NOUNS && (TestBit(location[position].objects, value) || value == BODY)… in bury() 113 case BODY: in bury()
|
H A D | command4.c | 104 case BODY: in take() 271 if (value == BODY) { /* special case */ in drop()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/ |
H A D | pbd.h | 134 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \ argument
|
/openbsd/gnu/gcc/gcc/config/pa/ |
H A D | pa-linux.h | 95 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \ argument
|
H A D | openbsd64.h | 71 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \ argument
|
H A D | openbsd.h | 79 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \ argument
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | StmtObjC.cpp | 26 SubExprs[BODY] = Body; in ObjCForCollectionStmt()
|
/openbsd/gnu/gcc/gcc/config/stormy16/ |
H A D | stormy16.h | 738 #define ASM_OUTPUT_ADDR_VEC(LABEL, BODY) \ argument 739 xstormy16_output_addr_vec (file, LABEL, BODY)
|
/openbsd/gnu/gcc/gcc/config/arm/ |
H A D | aout.h | 220 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \ argument
|
H A D | aof.h | 261 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \ argument
|
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/ |
H A D | pa-linux.h | 152 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \ argument
|
H A D | openbsd.h | 152 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \ argument
|
H A D | pa-openbsd64.h | 160 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \ argument
|
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/ |
H A D | aout.h | 163 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \ argument
|
/openbsd/gnu/usr.bin/gcc/gcc/config/stormy16/ |
H A D | stormy16.h | 3245 #define ASM_OUTPUT_ADDR_VEC(LABEL, BODY) \ argument 3246 xstormy16_output_addr_vec (file, LABEL, BODY)
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/doxygen/ |
H A D | style.css | 18 BODY { background: white } selector
|
/openbsd/gnu/gcc/gcc/config/mmix/ |
H A D | mmix.h | 927 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \ argument 928 mmix_asm_output_addr_diff_elt (STREAM, BODY, VALUE, REL)
|