Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-indentation.c550 guard_tinfo_to_string (enum rid keyword) in guard_tinfo_to_string() function
615 guard_tinfo_to_string (guard_tinfo.keyword))) in warn_for_misleading_indentation()
619 guard_tinfo_to_string (guard_tinfo.keyword)); in warn_for_misleading_indentation()
H A Dc-indentation.h52 guard_tinfo_to_string (enum rid keyword);
H A Dc-warn.c2946 "this %qs clause", guard_tinfo_to_string (keyword)); in warn_for_multistatement_macros()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-indentation.cc587 guard_tinfo_to_string (enum rid keyword) in guard_tinfo_to_string() function
652 guard_tinfo_to_string (guard_tinfo.keyword))) in warn_for_misleading_indentation()
656 guard_tinfo_to_string (guard_tinfo.keyword)); in warn_for_misleading_indentation()
H A Dc-indentation.h52 guard_tinfo_to_string (enum rid keyword);
H A Dc-warn.cc2937 "this %qs clause", guard_tinfo_to_string (keyword)); in warn_for_multistatement_macros()
H A DChangeLog5404 * c-indentation.c (guard_tinfo_to_string): No longer static.
5406 * c-indentation.h (guard_tinfo_to_string): Declare.
7983 (guard_tinfo_to_string): Define.