Home
last modified time | relevance | path

Searched refs:CONST_DECL (Results 1 – 25 of 87) sorted by relevance

1234

/openbsd-src/gnu/gcc/gcc/cp/
H A Dcxx-pretty-print.c153 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 Dmangle.c2052 || (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 Dtree.c112 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 Dpt.c359 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 Derror.c869 case CONST_DECL: in dump_decl()
1325 case CONST_DECL: in dump_expr()
/openbsd-src/gnu/gcc/gcc/
H A Dipa-utils.c222 && TREE_CODE (t) != CONST_DECL) in get_base_var()
H A Dtree-gimple.c264 || TREE_CODE (t) == CONST_DECL in is_gimple_id()
H A Dprint-tree.c97 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 Dc-pretty-print.c1022 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 Dipa-prop.c480 CONST_DECL) in ipa_callsite_compute_param()
H A Dc-decl.c519 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 Dtree.c243 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 Dprint-rtl.c82 char c = TREE_CODE (node) == CONST_DECL ? 'C' : 'D'; in print_decl_name()
H A Ddbxout.c1417 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 Dtree.def138 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 Dtree-dump.c491 case CONST_DECL: in dequeue_and_dump()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000914-1.c36 CONST_DECL, enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dmangle.c1936 || (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 Dlex.c1194 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 Dc-pretty-print.c514 case CONST_DECL:
1128 case CONST_DECL:
H A Dtree-dump.c462 case CONST_DECL:
H A Dtree.def155 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 Ddbxout.c816 else if (TREE_CODE (tem) != CONST_DECL)
1960 case CONST_DECL:
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dtypeck.c303 case CONST_DECL:
/openbsd-src/gnu/gcc/gcc/treelang/
H A Dtreetree.c805 case CONST_DECL: in tree_mark_addressable()

1234