Searched refs:tcc_exceptional (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | cp-lang.c | 65 tcc_exceptional, enumerator 67 tcc_exceptional, enumerator
|
| D | cp-tree.def | 102 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)
|
| D | cp-objcp-common.c | 280 || class != tcc_exceptional) in c_return_interface_record_type()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | c-lang.c | 57 tcc_exceptional, enumerator
|
| D | tree.def | 30 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 …]
|
| D | tree-ssa-pre.c | 1364 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()
|
| D | tree.c | 375 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()
|
| D | print-tree.c | 685 case tcc_exceptional: in print_node()
|
| D | tree.h | 61 tcc_exceptional, /* An exceptional code (fits no category). */ enumerator 92 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_exceptional)
|
| D | tree-ssa-structalias.c | 2724 case tcc_exceptional: in get_constraint_for() 3510 case tcc_exceptional: in find_func_aliases()
|
| D | c-typeck.c | 1000 case tcc_exceptional: in same_translation_unit_p() 1012 case tcc_exceptional: in same_translation_unit_p()
|
| D | c-decl.c | 9126 || class != tcc_exceptional) in c_return_interface_record_type()
|
| D | expr.c | 6170 case tcc_exceptional: in safe_from_p()
|
| D | fold-const.c | 11964 case tcc_exceptional: in fold_checksum_tree()
|
| D | ChangeLog-2005 | 11147 * tree.def (CONSTRUCTOR): Make it a tcc_exceptional node.
|