| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | cxx-pretty-print.c | 153 case CONST_DECL: in pp_cxx_unqualified_id() 360 case CONST_DECL: in pp_cxx_primary_expression() 471 case CONST_DECL: in pp_cxx_postfix_expression() 894 case CONST_DECL: in pp_cxx_expression() 1017 case CONST_DECL: in pp_cxx_decl_specifier_seq() 1286 case CONST_DECL: in pp_cxx_direct_declarator()
|
| H A D | mangle.c | 2052 || (abi_version_at_least (2) && code == CONST_DECL)) in write_expression() 2058 if (code == CONST_DECL) in write_expression() 2248 case CONST_DECL: in write_template_arg_literal() 2315 || (abi_version_at_least (2) && code == CONST_DECL)) in write_template_arg() 2321 if (code == CONST_DECL && !abi_version_at_least (2)) in write_template_arg()
|
| H A D | tree.c | 112 case CONST_DECL: in lvalue_p_1() 1528 case CONST_DECL: in cp_tree_equal() 2216 if (TREE_CODE (decl) == CONST_DECL) in decl_linkage()
|
| H A D | pt.c | 359 tree decl = build_decl (CONST_DECL, DECL_NAME (parm), in push_inline_template_parms_recursive() 2370 if (TREE_CODE (decl) != CONST_DECL) in reduce_template_parm_level() 2442 decl = build_decl (CONST_DECL, DECL_NAME (parm), TREE_TYPE (parm)); in process_template_parm() 5023 case CONST_DECL: in for_each_template_parm_r() 5024 if (TREE_CODE (t) == CONST_DECL && DECL_TEMPLATE_PARM_P (t) in for_each_template_parm_r() 5904 if (TREE_CODE (t) != CONST_DECL) in instantiate_class_template() 8041 case CONST_DECL: in tsubst_copy() 9441 case CONST_DECL: in tsubst_copy_and_build() 9445 if (TREE_CODE (t) == CONST_DECL) in tsubst_copy_and_build() 10926 case CONST_DECL: in unify() [all …]
|
| H A D | error.c | 869 case CONST_DECL: in dump_decl() 1325 case CONST_DECL: in dump_expr()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | ipa-utils.c | 222 && TREE_CODE (t) != CONST_DECL) in get_base_var()
|
| H A D | tree-gimple.c | 264 || TREE_CODE (t) == CONST_DECL in is_gimple_id()
|
| H A D | print-tree.c | 97 fprintf (file, " %c.%u", TREE_CODE (node) == CONST_DECL ? 'C' : 'D', in print_node_brief() 243 fprintf (file, " %c.%u", TREE_CODE (node) == CONST_DECL ? 'C' : 'D', in print_node()
|
| H A D | c-pretty-print.c | 1022 case CONST_DECL: in pp_c_primary_expression() 1225 case CONST_DECL: in pp_c_id_expression() 1840 case CONST_DECL: in pp_c_expression()
|
| H A D | ipa-prop.c | 480 CONST_DECL) in ipa_callsite_compute_param()
|
| H A D | c-decl.c | 519 case CONST_DECL: in bind() 826 case CONST_DECL: in pop_scope() 1203 if (TREE_CODE (olddecl) == CONST_DECL) in diagnose_mismatched_decls() 1655 && TREE_CODE (newdecl) != CONST_DECL) in merge_decls() 1867 case CONST_DECL: in merge_decls() 2314 gcc_assert (TREE_CODE (x) == VAR_DECL || TREE_CODE (x) == CONST_DECL); in pushdecl_top_level() 2318 gcc_assert (TREE_CODE (x) == CONST_DECL || !I_SYMBOL_BINDING (name)); in pushdecl_top_level() 5178 case CONST_DECL: in get_parm_info() 5977 decl = build_decl (CONST_DECL, name, type); in build_enumerator()
|
| H A D | tree.c | 243 tree_contains_struct[CONST_DECL][TS_DECL_COMMON] = 1; in init_ttree() 254 tree_contains_struct[CONST_DECL][TS_DECL_WRTL] = 1; in init_ttree() 261 tree_contains_struct[CONST_DECL][TS_DECL_MINIMAL] = 1; in init_ttree() 290 tree_contains_struct[CONST_DECL][TS_CONST_DECL] = 1; in init_ttree() 331 case CONST_DECL: in tree_code_size() 1884 case LABEL_DECL: case CONST_DECL: in expr_align() 1944 case CONST_DECL: in staticp() 2117 case CONST_DECL: in tree_node_structure() 4723 case CONST_DECL: in simple_cst_equal()
|
| H A D | print-rtl.c | 82 char c = TREE_CODE (node) == CONST_DECL ? 'C' : 'D'; in print_decl_name()
|
| H A D | dbxout.c | 1417 else if (TREE_CODE (tem) != CONST_DECL) in dbxout_type_fields() 2331 case CONST_DECL: in dbxout_expand_expr() 2541 case CONST_DECL: in dbxout_symbol()
|
| H A D | tree.def | 138 CONST_DECL nodes, but the type does not point to them; 294 PARM_DECL, FUNCTION_DECL, LABEL_DECL, and CONST_DECL nodes, this 306 They are unused in LABEL_DECL, TYPE_DECL and CONST_DECL nodes. 348 compiler. FIELD_DECL, VAR_DECL, CONST_DECL, PARM_DECL, 352 DEFTREECODE (CONST_DECL, "const_decl", tcc_declaration, 0)
|
| H A D | tree-dump.c | 491 case CONST_DECL: in dequeue_and_dump()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 20000914-1.c | 36 CONST_DECL, enumerator
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | mangle.c | 1936 || (abi_version_at_least (2) && code == CONST_DECL)) 1942 if (code == CONST_DECL) 2102 if (TREE_CODE (value) == CONST_DECL) 2160 || (abi_version_at_least (2) && code == CONST_DECL)) 2166 if (code == CONST_DECL)
|
| H A D | lex.c | 1194 if (TREE_CODE (id) == CONST_DECL) 1254 if (TREE_CODE (id) == CONST_DECL && ! processing_template_decl)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-pretty-print.c | 514 case CONST_DECL: 1128 case CONST_DECL:
|
| H A D | tree-dump.c | 462 case CONST_DECL:
|
| H A D | tree.def | 155 CONST_DECL nodes, but the type does not point to them; 285 and CONST_DECL nodes, this points to either the FUNCTION_DECL for the 296 They are unused in LABEL_DECL, TYPE_DECL and CONST_DECL nodes. 336 DEFTREECODE (CONST_DECL, "const_decl", 'd', 0)
|
| H A D | dbxout.c | 816 else if (TREE_CODE (tem) != CONST_DECL) 1960 case CONST_DECL:
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | typeck.c | 303 case CONST_DECL:
|
| /openbsd-src/gnu/gcc/gcc/treelang/ |
| H A D | treetree.c | 805 case CONST_DECL: in tree_mark_addressable()
|