Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddecl2.c5306 if (cp_unevaluated_operand || in_discarded_stmt) in mark_used()
H A Dparser.c11412 bool was_discarded = in_discarded_stmt; in cp_parser_selection_statement()
11417 in_discarded_stmt = true; in cp_parser_selection_statement()
11431 in_discarded_stmt = was_discarded; in cp_parser_selection_statement()
11443 in_discarded_stmt = true; in cp_parser_selection_statement()
11500 in_discarded_stmt = was_discarded; in cp_parser_selection_statement()
12416 if (current_function_auto_return_pattern && in_discarded_stmt) in cp_parser_jump_statement()
H A Dcp-tree.h1635 #define in_discarded_stmt scope_chain->discarded_stmt macro