Searched defs:DEFCIFCODE (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | cgraph.c | 1982 #define DEFCIFCODE(code, type, string) string, in cgraph_inline_failed_string() macro 2000 #define DEFCIFCODE(code, type, string) type, in cgraph_inline_failed_type() macro
|
H A D | cgraph.h | 866 #define DEFCIFCODE(code, type, string) CIF_ ## code, macro
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | cgraph.h | 312 #define DEFCIFCODE(code, string) CIF_ ## code, macro
|
H A D | cgraph.c | 1760 #define DEFCIFCODE(code, string) string, in cgraph_inline_failed_string() macro
|