Searched defs:DEFPARAM (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | params-list.h | 20 #define DEFPARAM(enumerator, option, nocmsgid, default, min, max) \ macro
|
H A D | params-options.h | 20 #define DEFPARAM(enumerator, option, nocmsgid, default, min, max) \ macro
|
H A D | params.c | 42 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT, MIN, MAX) macro 50 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT, MIN, MAX) \ macro
|
H A D | params-enum.h | 20 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT, MIN, MAX) macro
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | params.c | 42 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT, MIN, MAX) \ macro
|
H A D | params.h | 85 #define DEFPARAM(enumerator, option, msgid, default, min, max) \ macro
|