Searched refs:DEFCIFCODE (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cif-code.def | 24 DEFCIFCODE(code, string). 31 DEFCIFCODE(OK, CIF_FINAL_NORMAL, NULL) 34 DEFCIFCODE(UNSPECIFIED, CIF_FINAL_ERROR, "") 38 DEFCIFCODE(FUNCTION_NOT_CONSIDERED, CIF_FINAL_NORMAL, 42 DEFCIFCODE(FUNCTION_NOT_OPTIMIZED, CIF_FINAL_ERROR, 46 DEFCIFCODE(BODY_NOT_AVAILABLE, CIF_FINAL_ERROR, 50 DEFCIFCODE(REDEFINED_EXTERN_INLINE, CIF_FINAL_ERROR, 55 DEFCIFCODE(FUNCTION_NOT_INLINABLE, CIF_FINAL_ERROR, 59 DEFCIFCODE(OVERWRITABLE, CIF_FINAL_ERROR, 63 DEFCIFCODE(FUNCTION_NOT_INLINE_CANDIDATE, CIF_FINAL_NORMAL, [all …]
|
H A D | cgraph.cc | 2048 #undef DEFCIFCODE in cgraph_inline_failed_string() 2049 #define DEFCIFCODE(code, type, string) string, in cgraph_inline_failed_string() macro 2066 #undef DEFCIFCODE in cgraph_inline_failed_type() 2067 #define DEFCIFCODE(code, type, string) type, in cgraph_inline_failed_type() macro
|
H A D | cgraph.h | 845 #define DEFCIFCODE(code, type, string) CIF_ ## code, macro
|
H A D | ChangeLog-2014 | 48104 * cgraph.c (cgraph_inline_failed_string): Add type to DEFCIFCODE. 48106 * cgraph.h (DEFCIFCODE): Add type.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cif-code.def | 24 DEFCIFCODE(code, string). 31 DEFCIFCODE(OK, CIF_FINAL_NORMAL, NULL) 34 DEFCIFCODE(UNSPECIFIED, CIF_FINAL_ERROR, "") 38 DEFCIFCODE(FUNCTION_NOT_CONSIDERED, CIF_FINAL_NORMAL, 42 DEFCIFCODE(FUNCTION_NOT_OPTIMIZED, CIF_FINAL_ERROR, 46 DEFCIFCODE(BODY_NOT_AVAILABLE, CIF_FINAL_ERROR, 50 DEFCIFCODE(REDEFINED_EXTERN_INLINE, CIF_FINAL_ERROR, 55 DEFCIFCODE(FUNCTION_NOT_INLINABLE, CIF_FINAL_ERROR, 59 DEFCIFCODE(OVERWRITABLE, CIF_FINAL_ERROR, 63 DEFCIFCODE(FUNCTION_NOT_INLINE_CANDIDATE, CIF_FINAL_NORMAL, [all …]
|
H A D | cgraph.c | 2021 #undef DEFCIFCODE in cgraph_inline_failed_string() 2022 #define DEFCIFCODE(code, type, string) string, in cgraph_inline_failed_string() macro 2039 #undef DEFCIFCODE in cgraph_inline_failed_type() 2040 #define DEFCIFCODE(code, type, string) type, in cgraph_inline_failed_type() macro
|
H A D | cgraph.h | 892 #define DEFCIFCODE(code, type, string) CIF_ ## code, macro
|