Home
last modified time | relevance | path

Searched refs:tcc_exceptional (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dcp-lang.c65 tcc_exceptional, enumerator
67 tcc_exceptional, enumerator
Dcp-tree.def102 DEFTREECODE (BASELINK, "baselink", tcc_exceptional, 0)
154 DEFTREECODE (TEMPLATE_PARM_INDEX, "template_parm_index", tcc_exceptional, 0)
208 DEFTREECODE (DEFAULT_ARG, "default_arg", tcc_exceptional, 0)
219 DEFTREECODE (OVERLOAD, "overload", tcc_exceptional, 0)
326 DEFTREECODE (TINST_LEVEL, "TINST_LEVEL", tcc_exceptional, 0)
Dcp-objcp-common.c280 || class != tcc_exceptional) in c_return_interface_record_type()
/freebsd-12-stable/contrib/gcc/
Dc-lang.c57 tcc_exceptional, enumerator
Dtree.def30 define language-specific tcc_exceptional or tcc_constant codes must
43 DEFTREECODE (ERROR_MARK, "error_mark", tcc_exceptional, 0)
49 DEFTREECODE (IDENTIFIER_NODE, "identifier_node", tcc_exceptional, 0)
56 DEFTREECODE (TREE_LIST, "tree_list", tcc_exceptional, 0)
59 DEFTREECODE (TREE_VEC, "tree_vec", tcc_exceptional, 0)
80 DEFTREECODE (BLOCK, "block", tcc_exceptional, 0)
457 DEFTREECODE (CONSTRUCTOR, "constructor", tcc_exceptional, 0)
610 DEFTREECODE (PLACEHOLDER_EXPR, "placeholder_expr", tcc_exceptional, 0)
868 DEFTREECODE (SSA_NAME, "ssa_name", tcc_exceptional, 0)
876 DEFTREECODE (PHI_NODE, "phi_node", tcc_exceptional, 0)
[all …]
Dtree-ssa-pre.c1364 case tcc_exceptional: in phi_translate()
1628 case tcc_exceptional: in valid_in_set()
2887 || TREE_CODE_CLASS (code) == tcc_exceptional in create_value_expr_from()
2898 else if (TREE_CODE_CLASS (code) == tcc_exceptional) in create_value_expr_from()
Dtree.c375 case tcc_exceptional: /* something random, like an identifier. */ in tree_code_size()
483 case tcc_exceptional: /* something random, like an identifier. */ in make_node_stat()
2202 case tcc_exceptional: in contains_placeholder_p()
2388 case tcc_exceptional: in substitute_in_expr()
2521 case tcc_exceptional: in substitute_placeholder_in_expr()
2699 case tcc_exceptional: in stabilize_reference_1()
Dprint-tree.c685 case tcc_exceptional: in print_node()
Dtree.h61 tcc_exceptional, /* An exceptional code (fits no category). */ enumerator
92 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_exceptional)
Dtree-ssa-structalias.c2724 case tcc_exceptional: in get_constraint_for()
3510 case tcc_exceptional: in find_func_aliases()
Dc-typeck.c1000 case tcc_exceptional: in same_translation_unit_p()
1012 case tcc_exceptional: in same_translation_unit_p()
Dc-decl.c9126 || class != tcc_exceptional) in c_return_interface_record_type()
Dexpr.c6170 case tcc_exceptional: in safe_from_p()
Dfold-const.c11964 case tcc_exceptional: in fold_checksum_tree()
DChangeLog-200511147 * tree.def (CONSTRUCTOR): Make it a tcc_exceptional node.