/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | incpath.c | 38 # define INO_T_COPY(DEST, SRC) memcpy(&(DEST), &(SRC), sizeof (SRC)) argument 41 # define INO_T_COPY(DEST, SRC) (DEST) = (SRC) argument
|
H A D | tree-flow.h | 248 #define FOR_EACH_IMM_USE_FAST(DEST, ITER, SSAVAR) \ argument 283 #define FOR_EACH_IMM_USE_ON_STMT(DEST, ITER) \ argument
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | incpath.c | 34 # define INO_T_COPY(DEST, SRC) memcpy (&(DEST), &(SRC), sizeof (SRC)) argument 37 # define INO_T_COPY(DEST, SRC) (DEST) = (SRC) argument
|
H A D | ssa-iterators.h | 75 #define FOR_EACH_IMM_USE_FAST(DEST, ITER, SSAVAR) \ argument 116 #define FOR_EACH_IMM_USE_ON_STMT(DEST, ITER) \ argument
|
H A D | lto-streamer-out.c | 735 #define DFS_follow_tree_edge(DEST) \ in DFS_write_tree_body() argument
|
/dflybsd-src/contrib/tcsh-6/ |
H A D | tc.os.h | 609 # define va_copy(DEST, SRC) __va_copy(DEST, SRC) argument 611 # define va_copy(DEST, SRC) memcpy(&(DEST), &(SRC), sizeof(va_list)) argument
|
/dflybsd-src/contrib/binutils-2.34/gas/config/ |
H A D | obj-elf.h | 193 #define OBJ_COPY_SYMBOL_ATTRIBUTES(DEST, SRC) \ argument
|
/dflybsd-src/contrib/binutils-2.27/gas/config/ |
H A D | obj-elf.h | 190 #define OBJ_COPY_SYMBOL_ATTRIBUTES(DEST, SRC) \ argument
|
/dflybsd-src/contrib/gdb-7/bfd/ |
H A D | bfd-in.h | 72 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1) argument 73 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) argument
|
H A D | bfd-in2.h | 79 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1) argument 80 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) argument
|
/dflybsd-src/contrib/binutils-2.27/bfd/ |
H A D | bfd-in2.h | 77 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1) argument 78 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) argument
|
/dflybsd-src/contrib/binutils-2.34/bfd/ |
H A D | bfd-in2.h | 80 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1) argument 81 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2)) argument
|