Home
last modified time | relevance | path

Searched refs:DEFCIFCODE (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcif-code.def24 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 Dcgraph.cc2048 #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 Dcgraph.h845 #define DEFCIFCODE(code, type, string) CIF_ ## code, macro
H A DChangeLog-201448104 * 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 Dcif-code.def24 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 Dcgraph.c2021 #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 Dcgraph.h892 #define DEFCIFCODE(code, type, string) CIF_ ## code, macro