Home
last modified time | relevance | path

Searched refs:guard_tinfo (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-indentation.c206 should_warn_for_misleading_indentation (const token_indent_info &guard_tinfo, in should_warn_for_misleading_indentation() argument
210 location_t guard_loc = guard_tinfo.location; in should_warn_for_misleading_indentation()
245 if (guard_tinfo.keyword == RID_DO in should_warn_for_misleading_indentation()
246 || guard_tinfo.keyword == RID_SWITCH) in should_warn_for_misleading_indentation()
467 unsigned int guard_column = (guard_tinfo.keyword == RID_ELSE in should_warn_for_misleading_indentation()
594 warn_for_misleading_indentation (const token_indent_info &guard_tinfo, in warn_for_misleading_indentation() argument
604 if (should_warn_for_misleading_indentation (guard_tinfo, in warn_for_misleading_indentation()
608 if (warning_at (guard_tinfo.location, OPT_Wmisleading_indentation, in warn_for_misleading_indentation()
610 guard_tinfo_to_string (guard_tinfo.keyword))) in warn_for_misleading_indentation()
614 guard_tinfo_to_string (guard_tinfo.keyword)); in warn_for_misleading_indentation()
H A Dc-indentation.h48 warn_for_misleading_indentation (const token_indent_info &guard_tinfo,
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dparser.c11328 token_indent_info guard_tinfo; in cp_parser_selection_statement() local
11422 guard_tinfo); in cp_parser_selection_statement()
11447 guard_tinfo in cp_parser_selection_statement()
11485 guard_tinfo, chain); in cp_parser_selection_statement()
11539 guard_tinfo); in cp_parser_selection_statement()
12161 token_indent_info guard_tinfo; in cp_parser_iteration_statement() local
12516 if (guard_tinfo.keyword == RID_IF in cp_parser_implicitly_scoped_statement()
12546 guard_tinfo.location, guard_tinfo.keyword); in cp_parser_implicitly_scoped_statement()
12559 const token_indent_info &guard_tinfo) in cp_parser_already_scoped_statement() argument
12577 guard_tinfo.location, in cp_parser_already_scoped_statement()
[all …]