| /NextBSD/contrib/gcc/cp/ |
| HD | rtti.c | 146 = build_qualified_type (type_info_type, TYPE_QUAL_CONST); in init_rtti_processing() 669 (tinfo_ptr, TYPE_QUAL_CONST)); in build_dynamic_cast_1() 733 if (quals & TYPE_QUAL_CONST) in qualifier_flags() 811 (build_qualified_type (char_type_node, TYPE_QUAL_CONST), in tinfo_base_init() 980 && (cp_type_quals (TREE_TYPE (type)) == TYPE_QUAL_CONST in typeinfo_in_lib_p() 1149 ti->type = cp_build_qualified_type (pseudo_type, TYPE_QUAL_CONST); in create_pseudo_type_info() 1416 TYPE_QUAL_CONST)); in emit_support_tinfos()
|
| HD | method.c | 622 quals &= ~TYPE_QUAL_CONST; in do_build_copy_constructor() 725 quals &= ~TYPE_QUAL_CONST; in do_build_assign_ref() 1052 data.quals = TYPE_QUAL_CONST; in implicitly_declare_fn() 1053 rhs_parm_type = build_qualified_type (type, TYPE_QUAL_CONST); in implicitly_declare_fn()
|
| HD | tree.c | 545 if (type_quals & (TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE) in cp_build_qualified_type_real() 549 bad_quals |= type_quals & (TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE); in cp_build_qualified_type_real() 550 type_quals &= ~(TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE); in cp_build_qualified_type_real() 574 bad_quals &= ~TYPE_QUAL_CONST; in cp_build_qualified_type_real()
|
| HD | decl.c | 3252 vtbl_type_node = build_qualified_type (vtbl_type_node, TYPE_QUAL_CONST); in cxx_init_decl_processing() 3340 type = build_qualified_type (char_type_node, TYPE_QUAL_CONST); in cp_fname_init() 6447 this_quals = (quals & TYPE_QUAL_RESTRICT) | TYPE_QUAL_CONST; in build_this_parm() 7922 type_quals |= TYPE_QUAL_CONST; in grokdeclarator() 8061 if (!(type_quals & TYPE_QUAL_CONST)) in grokdeclarator() 8553 else if (type_quals & TYPE_QUAL_CONST) in grokdeclarator() 9246 (type_quals & TYPE_QUAL_CONST) != 0, in grokdeclarator()
|
| HD | cp-tree.h | 917 ((cp_type_quals (NODE) & TYPE_QUAL_CONST) != 0) 932 ((cp_type_quals (NODE) & (TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE)) \ 933 == TYPE_QUAL_CONST)
|
| HD | typeck.c | 1694 t = build_pointer_type (build_qualified_type (t, TYPE_QUAL_CONST)); in string_conv_p() 1969 type_quals &= ~TYPE_QUAL_CONST; in build_class_member_access_expr() 1980 if (type_quals & TYPE_QUAL_CONST) in build_class_member_access_expr() 7172 type_quals &= ~TYPE_QUAL_CONST; in cp_apply_type_quals_to_decl()
|
| HD | mangle.c | 1709 if (TYPE_QUALS (type) & TYPE_QUAL_CONST) in write_CV_qualifiers_for_type()
|
| HD | semantics.c | 1441 quals &= ~TYPE_QUAL_CONST; in finish_non_static_data_member()
|
| HD | parser.c | 12537 cv_qualifier = TYPE_QUAL_CONST; in cp_parser_cv_qualifier_seq_opt() 20162 build_qualified_type (type, TYPE_QUAL_CONST)); in build_block_ref_decl() 20170 c_apply_type_quals_to_decl (TYPE_QUAL_CONST, ref_decl); in build_block_ref_decl()
|
| /NextBSD/contrib/gcc/ |
| HD | coverage.c | 798 const_type = build_qualified_type (type, TYPE_QUAL_CONST); in build_gcov_info() 822 TYPE_QUAL_CONST)); in build_gcov_info() 843 (fn_info_type, TYPE_QUAL_CONST)); in build_gcov_info()
|
| HD | c-tree.h | 532 ((CONST_P) ? TYPE_QUAL_CONST : 0) | \
|
| HD | tree-dump.c | 374 (quals & TYPE_QUAL_CONST) ? 'c' : ' ', in dequeue_and_dump()
|
| HD | tree-mudflap.c | 363 (char_type_node, TYPE_QUAL_CONST)); in mudflap_init()
|
| HD | c-decl.c | 2849 type = c_build_qualified_type (type, TYPE_QUAL_CONST); in c_make_fname_decl() 3078 int quals = ((specs->const_p ? TYPE_QUAL_CONST : 0) in quals_from_declspecs() 4580 type_quals = ((constp ? TYPE_QUAL_CONST : 0) in grokdeclarator() 7920 build_qualified_type (type, TYPE_QUAL_CONST)); in build_block_ref_decl() 7928 c_apply_type_quals_to_decl (TYPE_QUAL_CONST, ref_decl); in build_block_ref_decl()
|
| HD | stmt.c | 945 | TYPE_QUAL_CONST)); in expand_asm_operands() 1734 tree nt = build_qualified_type (ot, TYPE_QUALS (ot) | TYPE_QUAL_CONST); in expand_return()
|
| HD | tree-pretty-print.c | 508 if (quals & TYPE_QUAL_CONST) in dump_generic_node() 576 if (quals & TYPE_QUAL_CONST) in dump_generic_node()
|
| HD | tree.h | 2042 #define TYPE_QUAL_CONST 0x1 macro 2048 ((TYPE_READONLY (NODE) * TYPE_QUAL_CONST) \ 3855 ((CONST_P) ? TYPE_QUAL_CONST : 0) \
|
| HD | c-pretty-print.c | 242 if (qualifiers & TYPE_QUAL_CONST) in pp_c_type_qualifier_list()
|
| HD | calls.c | 2888 | TYPE_QUAL_CONST)); in expand_call() 4101 | TYPE_QUAL_CONST)); in store_one_arg()
|
| HD | c-common.c | 907 a_type = c_build_qualified_type (a_type, TYPE_QUAL_CONST); in fix_string_type() 2761 if (((type_quals & TYPE_QUAL_CONST) in c_apply_type_quals_to_decl() 3432 (char_type_node, TYPE_QUAL_CONST)); in c_common_nodes_and_builtins()
|
| HD | expr.c | 2072 | TYPE_QUAL_CONST)), in copy_blkmode_from_reg() 7190 * TYPE_QUAL_CONST))), in expand_expr_real_1() 7496 | TYPE_QUAL_CONST)); in expand_expr_real_1()
|
| /NextBSD/contrib/gcclibs/libiberty/ |
| HD | cplus-dem.c | 456 #define TYPE_QUAL_CONST 0x1 macro 569 return TYPE_QUAL_CONST; in code_for_qualifier() 596 case TYPE_QUAL_CONST: in qualifier_string() 605 case TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE: in qualifier_string() 608 case TYPE_QUAL_CONST | TYPE_QUAL_RESTRICT: in qualifier_string() 614 case TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE | TYPE_QUAL_RESTRICT: in qualifier_string()
|
| /NextBSD/contrib/binutils/libiberty/ |
| HD | cplus-dem.c | 456 #define TYPE_QUAL_CONST 0x1 macro 569 return TYPE_QUAL_CONST; in code_for_qualifier() 596 case TYPE_QUAL_CONST: in qualifier_string() 605 case TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE: in qualifier_string() 608 case TYPE_QUAL_CONST | TYPE_QUAL_RESTRICT: in qualifier_string() 614 case TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE | TYPE_QUAL_RESTRICT: in qualifier_string()
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | rs6000.c | 8400 …e pcfloat_type_node = build_pointer_type (build_qualified_type (float_type_node, TYPE_QUAL_CONST)); in altivec_init_builtins() 8401 …e pcint_type_node = build_pointer_type (build_qualified_type (integer_type_node, TYPE_QUAL_CONST)); in altivec_init_builtins() 8402 …t_type_node = build_pointer_type (build_qualified_type (short_integer_type_node, TYPE_QUAL_CONST)); in altivec_init_builtins() 8403 …tree pcchar_type_node = build_pointer_type (build_qualified_type (char_type_node, TYPE_QUAL_CONST)… in altivec_init_builtins() 8405 …tree pcvoid_type_node = build_pointer_type (build_qualified_type (void_type_node, TYPE_QUAL_CONST)… in altivec_init_builtins() 17646 result = build_qualified_type (result, TYPE_QUAL_CONST); in rs6000_handle_altivec_attribute()
|
| /NextBSD/contrib/gcc/doc/ |
| HD | c-tree.texi | 290 @findex TYPE_QUAL_CONST 335 applied. The @code{TYPE_QUAL_CONST} bit is set if the type is
|