Home
last modified time | relevance | path

Searched refs:TYPE_QUAL_CONST (Results 1 – 25 of 34) sorted by relevance

12

/NextBSD/contrib/gcc/cp/
HDrtti.c146 = 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()
HDmethod.c622 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()
HDtree.c545 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()
HDdecl.c3252 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()
HDcp-tree.h917 ((cp_type_quals (NODE) & TYPE_QUAL_CONST) != 0)
932 ((cp_type_quals (NODE) & (TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE)) \
933 == TYPE_QUAL_CONST)
HDtypeck.c1694 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()
HDmangle.c1709 if (TYPE_QUALS (type) & TYPE_QUAL_CONST) in write_CV_qualifiers_for_type()
HDsemantics.c1441 quals &= ~TYPE_QUAL_CONST; in finish_non_static_data_member()
HDparser.c12537 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/
HDcoverage.c798 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()
HDc-tree.h532 ((CONST_P) ? TYPE_QUAL_CONST : 0) | \
HDtree-dump.c374 (quals & TYPE_QUAL_CONST) ? 'c' : ' ', in dequeue_and_dump()
HDtree-mudflap.c363 (char_type_node, TYPE_QUAL_CONST)); in mudflap_init()
HDc-decl.c2849 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()
HDstmt.c945 | TYPE_QUAL_CONST)); in expand_asm_operands()
1734 tree nt = build_qualified_type (ot, TYPE_QUALS (ot) | TYPE_QUAL_CONST); in expand_return()
HDtree-pretty-print.c508 if (quals & TYPE_QUAL_CONST) in dump_generic_node()
576 if (quals & TYPE_QUAL_CONST) in dump_generic_node()
HDtree.h2042 #define TYPE_QUAL_CONST 0x1 macro
2048 ((TYPE_READONLY (NODE) * TYPE_QUAL_CONST) \
3855 ((CONST_P) ? TYPE_QUAL_CONST : 0) \
HDc-pretty-print.c242 if (qualifiers & TYPE_QUAL_CONST) in pp_c_type_qualifier_list()
HDcalls.c2888 | TYPE_QUAL_CONST)); in expand_call()
4101 | TYPE_QUAL_CONST)); in store_one_arg()
HDc-common.c907 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()
HDexpr.c2072 | 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/
HDcplus-dem.c456 #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/
HDcplus-dem.c456 #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/
HDrs6000.c8400 …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/
HDc-tree.texi290 @findex TYPE_QUAL_CONST
335 applied. The @code{TYPE_QUAL_CONST} bit is set if the type is

12