Searched defs:SECOND (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | enum5.C | 4 enum Thing { FIRST, SECOND } ; enumerator
|
/openbsd-src/usr.bin/leave/ |
H A D | leave.c | 44 #define SECOND 1 macro
|
/openbsd-src/usr.bin/tmux/ |
H A D | server-client.c | 581 SECOND, server_client_check_mouse() enumerator
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/cris/ |
H A D | cris.h | 1072 #define SETUP_INCOMING_VARARGS(ARGSSF, MODE, TYPE, PRETEND, SECOND) \ argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/v850/ |
H A D | v850.h | 762 #define SETUP_INCOMING_VARARGS(CUM, MODE, TYPE, PAS, SECOND) \ argument
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-mips.c | 761 #define RELAX_ENCODE(FIRST, SECOND) (((FIRST) << 8) | (SECOND)) argument 1385 #define CONFLICT(FIRST, SECOND) \ in init_vr4120_conflicts() argument
|
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-mips.c | 715 #define RELAX_ENCODE(FIRST, SECOND) (((FIRST) << 8) | (SECOND)) argument
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 1647 enum {FIRST, SECOND, NUM_MODIFIERS}; enumerator
|