Home
last modified time | relevance | path

Searched defs:UNIQUE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dtype_utils.hpp136 #define PB_DS_STATIC_ASSERT(UNIQUE, E) static_assert(E, #UNIQUE) argument
154 #define PB_DS_STATIC_ASSERT(UNIQUE, E) \ argument
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dtype_utils.hpp136 #define PB_DS_STATIC_ASSERT(UNIQUE, E) static_assert(E, #UNIQUE) argument
154 #define PB_DS_STATIC_ASSERT(UNIQUE, E) \ argument
/netbsd-src/usr.bin/sort/
H A Dsort.c102 int SINGL_FLD = 0, SEP_FLAG = 0, UNIQUE = 0; variable
/netbsd-src/external/bsd/flex/dist/src/
H A Dflexdef.h195 #define UNIQUE -1 /* marks a symbol as an e.c. representative */ macro