Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDcif-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 …]
HDcgraph.c1981 #undef DEFCIFCODE in cgraph_inline_failed_string()
1982 #define DEFCIFCODE(code, type, string) string, in cgraph_inline_failed_string() macro
1999 #undef DEFCIFCODE in cgraph_inline_failed_type()
2000 #define DEFCIFCODE(code, type, string) type, in cgraph_inline_failed_type() macro
HDcgraph.h866 #define DEFCIFCODE(code, type, string) CIF_ ## code, macro
/dragonfly/contrib/gcc-4.7/gcc/
HDcif-code.def24 DEFCIFCODE(code, string).
31 DEFCIFCODE(OK , NULL)
34 DEFCIFCODE(UNSPECIFIED , "")
38 DEFCIFCODE(FUNCTION_NOT_CONSIDERED, N_("function not considered for inlining"))
41 DEFCIFCODE(BODY_NOT_AVAILABLE, N_("function body not available"))
44 DEFCIFCODE(REDEFINED_EXTERN_INLINE,
49 DEFCIFCODE(FUNCTION_NOT_INLINABLE, N_("function not inlinable"))
52 DEFCIFCODE(OVERWRITABLE, N_("function body can be overwritten at link time"))
55 DEFCIFCODE(FUNCTION_NOT_INLINE_CANDIDATE, N_("function not inline candidate"))
58 DEFCIFCODE(LARGE_FUNCTION_GROWTH_LIMIT,
[all …]
HDcgraph.h312 #define DEFCIFCODE(code, string) CIF_ ## code, macro
HDcgraph.c1759 #undef DEFCIFCODE in cgraph_inline_failed_string()
1760 #define DEFCIFCODE(code, string) string, in cgraph_inline_failed_string() macro