Home
last modified time | relevance | path

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

123

/dragonfly/contrib/gcc-4.7/gcc/
HDcoverage.c714 (gcov_info_type, TYPE_QUAL_CONST))); in build_fn_info_type()
831 (type, TYPE_QUAL_CONST))); in build_info_type()
844 (char_type_node, TYPE_QUAL_CONST))); in build_info_type()
869 (build_qualified_type (fn_info_ptr_type, TYPE_QUAL_CONST)); in build_info_type()
1002 (build_qualified_type (gcov_fn_info_type, TYPE_QUAL_CONST)); in coverage_obj_init()
1061 (build_qualified_type (gcov_fn_info_ptr_type, TYPE_QUAL_CONST), in coverage_obj_finish()
HDbuiltin-types.def101 TYPE_QUAL_VOLATILE|TYPE_QUAL_CONST)))
109 TYPE_QUAL_CONST)))
HDtree-pretty-print.c681 if (quals & TYPE_QUAL_CONST) in dump_generic_node()
793 if (quals & TYPE_QUAL_CONST) in dump_generic_node()
952 if (quals & TYPE_QUAL_CONST) in dump_generic_node()
HDtree-dump.c386 (quals & TYPE_QUAL_CONST) ? 'c' : ' ', in dequeue_and_dump()
HDtree-mudflap.c360 (char_type_node, TYPE_QUAL_CONST)); in mudflap_init()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDrtti.c156 = cp_build_qualified_type (type_info_type, TYPE_QUAL_CONST); in init_rtti_processing()
734 (tinfo_ptr, TYPE_QUAL_CONST)); in build_dynamic_cast_1()
798 if (quals & TYPE_QUAL_CONST) in qualifier_flags()
877 (cp_build_qualified_type (char_type_node, TYPE_QUAL_CONST), in tinfo_base_init()
1048 && (cp_type_quals (TREE_TYPE (type)) == TYPE_QUAL_CONST in typeinfo_in_lib_p()
1225 ti->type = cp_build_qualified_type (pseudo_type, TYPE_QUAL_CONST); in create_pseudo_type_info()
1510 TYPE_QUAL_CONST)); in emit_support_tinfos()
HDmethod.c577 quals &= ~TYPE_QUAL_CONST; in do_build_copy_constructor()
693 quals &= ~TYPE_QUAL_CONST; in do_build_copy_assign()
897 ? TYPE_QUAL_CONST : TYPE_UNQUALIFIED); in get_copy_ctor()
912 ? TYPE_QUAL_CONST : TYPE_UNQUALIFIED); in get_copy_assign()
1091 mem_quals &= ~TYPE_QUAL_CONST; in walk_field_subobs()
1247 quals = TYPE_QUAL_CONST; in synthesized_method_walk()
1521 rhs_parm_type = cp_build_qualified_type (type, TYPE_QUAL_CONST); in implicitly_declare_fn()
HDtree.c1030 if (type_quals & (TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE) in cp_build_qualified_type_real()
1036 bad_quals |= type_quals & (TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE); in cp_build_qualified_type_real()
1037 type_quals &= ~(TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE); in cp_build_qualified_type_real()
1104 quals &= ~(TYPE_QUAL_CONST|TYPE_QUAL_VOLATILE); in cv_unqualified()
HDdecl.c3666 vtbl_type_node = cp_build_qualified_type (vtbl_type_node, TYPE_QUAL_CONST); in cxx_init_decl_processing()
3778 type = cp_build_qualified_type (char_type_node, TYPE_QUAL_CONST); in cp_fname_init()
7109 this_quals = (quals & TYPE_QUAL_RESTRICT) | TYPE_QUAL_CONST; in build_this_parm()
7777 TYPE_READONLY (t) = (type_quals & TYPE_QUAL_CONST) != 0; in build_ptrmemfunc_type()
8938 type_quals |= TYPE_QUAL_CONST; in grokdeclarator()
9523 type_quals |= TYPE_QUAL_CONST; in grokdeclarator()
9713 else if (type_quals & TYPE_QUAL_CONST) in grokdeclarator()
10029 real_quals |= TYPE_QUAL_CONST; in grokdeclarator()
10414 (type_quals & TYPE_QUAL_CONST) != 0, in grokdeclarator()
10457 if (!(type_quals & TYPE_QUAL_CONST)) in grokdeclarator()
HDtypeck.c2005 t = build_pointer_type (cp_build_qualified_type (t, TYPE_QUAL_CONST)); in string_conv_p()
2308 type_quals &= ~TYPE_QUAL_CONST; in build_class_member_access_expr()
2319 if (type_quals & TYPE_QUAL_CONST) in build_class_member_access_expr()
8210 || ((quals & (TYPE_QUAL_CONST|TYPE_QUAL_VOLATILE)) in cp_type_quals()
8250 return (quals & (TYPE_QUAL_CONST|TYPE_QUAL_VOLATILE)) != 0; in cv_qualified_p()
8299 type_quals &= ~TYPE_QUAL_CONST; in cp_apply_type_quals_to_decl()
8519 if (cp_type_quals (t) != TYPE_QUAL_CONST) in check_literal_operator_args()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDrtti.c176 = cp_build_qualified_type (type_info_type, TYPE_QUAL_CONST); in init_rtti_processing()
766 (tinfo_ptr, TYPE_QUAL_CONST)); in build_dynamic_cast_1()
835 if (quals & TYPE_QUAL_CONST) in qualifier_flags()
914 (cp_build_qualified_type (char_type_node, TYPE_QUAL_CONST), in tinfo_base_init()
1102 && (cp_type_quals (TREE_TYPE (type)) == TYPE_QUAL_CONST in typeinfo_in_lib_p()
1468 res->type = cp_build_qualified_type (pseudo_type, TYPE_QUAL_CONST); in get_tinfo_desc()
1502 TYPE_QUAL_CONST)); in emit_support_tinfo_1()
HDmethod.c739 quals &= ~TYPE_QUAL_CONST; in do_build_copy_constructor()
857 quals &= ~TYPE_QUAL_CONST; in do_build_copy_assign()
1079 ? TYPE_QUAL_CONST : TYPE_UNQUALIFIED); in get_copy_ctor()
1094 ? TYPE_QUAL_CONST : TYPE_UNQUALIFIED); in get_copy_assign()
1433 mem_quals &= ~TYPE_QUAL_CONST; in walk_field_subobs()
1668 int quals = const_p ? TYPE_QUAL_CONST : TYPE_UNQUALIFIED; in synthesized_method_walk()
2018 rhs_parm_type = cp_build_qualified_type (type, TYPE_QUAL_CONST); in implicitly_declare_fn()
HDlambda.c420 type = cp_build_qualified_type (type, TYPE_QUAL_CONST); in build_capture_proxy()
1189 tree thistype = cp_build_qualified_type (type, TYPE_QUAL_CONST); in maybe_add_lambda_conv_op()
1203 DECL_ARGUMENTS (fn) = build_this_parm (fn, fntype, TYPE_QUAL_CONST); in maybe_add_lambda_conv_op()
HDtypeck2.c2035 & (TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE)) in build_m_component_ref()
2036 != TYPE_QUAL_CONST) in build_m_component_ref()
HDtypeck.c2226 t = build_pointer_type (cp_build_qualified_type (t, TYPE_QUAL_CONST)); in string_conv_p()
2527 type_quals &= ~TYPE_QUAL_CONST; in build_class_member_access_expr()
2537 if (type_quals & TYPE_QUAL_CONST) in build_class_member_access_expr()
6837 && (cp_type_quals (type) & (TYPE_QUAL_CONST|TYPE_QUAL_VOLATILE))) in maybe_warn_about_cast_ignoring_quals()
9652 || ((quals & (TYPE_QUAL_CONST|TYPE_QUAL_VOLATILE)) in cp_type_quals()
9711 return (quals & (TYPE_QUAL_CONST|TYPE_QUAL_VOLATILE)) != 0; in cv_qualified_p()
9760 type_quals &= ~TYPE_QUAL_CONST; in cp_apply_type_quals_to_decl()
9981 if (cp_type_quals (t) != TYPE_QUAL_CONST) in check_literal_operator_args()
HDtree.c1262 if (type_quals & (TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE) in cp_build_qualified_type_real()
1268 bad_quals |= type_quals & (TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE); in cp_build_qualified_type_real()
1269 type_quals &= ~(TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE); in cp_build_qualified_type_real()
1325 quals &= ~(TYPE_QUAL_CONST|TYPE_QUAL_VOLATILE); in cv_unqualified()
HDdecl.c4254 vtbl_type_node = cp_build_qualified_type (vtbl_type_node, TYPE_QUAL_CONST); in cxx_init_decl_processing()
4446 type = cp_build_qualified_type (char_type_node, TYPE_QUAL_CONST); in cp_fname_init()
8630 this_quals = (quals & TYPE_QUAL_RESTRICT) | TYPE_QUAL_CONST; in build_this_parm()
9253 bool constp = (type_quals & TYPE_QUAL_CONST) != 0; in grokvardecl()
9907 if (type_quals & TYPE_QUAL_CONST) in smallest_type_quals_location()
10232 type_quals |= TYPE_QUAL_CONST; in grokdeclarator()
11597 type_quals |= TYPE_QUAL_CONST; in grokdeclarator()
11773 else if (type_quals & TYPE_QUAL_CONST) in grokdeclarator()
12062 real_quals |= TYPE_QUAL_CONST; in grokdeclarator()
12617 if (!(type_quals & TYPE_QUAL_CONST)) in grokdeclarator()
/dragonfly/contrib/gcc-8.0/gcc/
HDcoverage.c816 (gcov_info_type, TYPE_QUAL_CONST))); in build_fn_info_type()
933 (type, TYPE_QUAL_CONST))); in build_info_type()
946 (char_type_node, TYPE_QUAL_CONST))); in build_info_type()
971 (build_qualified_type (fn_info_ptr_type, TYPE_QUAL_CONST)); in build_info_type()
1159 (build_qualified_type (gcov_fn_info_type, TYPE_QUAL_CONST)); in coverage_obj_init()
1202 (build_qualified_type (gcov_fn_info_ptr_type, TYPE_QUAL_CONST), in coverage_obj_finish()
HDbuiltin-types.def122 TYPE_QUAL_VOLATILE|TYPE_QUAL_CONST)))
130 TYPE_QUAL_CONST)))
161 TYPE_QUAL_CONST)))
HDtree-dump.c375 (quals & TYPE_QUAL_CONST) ? 'c' : ' ', in dequeue_and_dump()
HDtree-core.h509 TYPE_QUAL_CONST = 0x1, enumerator
/dragonfly/contrib/binutils-2.27/libiberty/
HDcplus-dem.c460 #define TYPE_QUAL_CONST 0x1 macro
571 return TYPE_QUAL_CONST; in code_for_qualifier()
598 case TYPE_QUAL_CONST: in qualifier_string()
607 case TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE: in qualifier_string()
610 case TYPE_QUAL_CONST | TYPE_QUAL_RESTRICT: in qualifier_string()
616 case TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE | TYPE_QUAL_RESTRICT: in qualifier_string()
/dragonfly/contrib/gcc-8.0/libiberty/
HDcplus-dem.c480 #define TYPE_QUAL_CONST 0x1 macro
587 return TYPE_QUAL_CONST; in code_for_qualifier()
614 case TYPE_QUAL_CONST: in qualifier_string()
623 case TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE: in qualifier_string()
626 case TYPE_QUAL_CONST | TYPE_QUAL_RESTRICT: in qualifier_string()
632 case TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE | TYPE_QUAL_RESTRICT: in qualifier_string()
/dragonfly/contrib/gcc-4.7/libiberty/
HDcplus-dem.c454 #define TYPE_QUAL_CONST 0x1 macro
565 return TYPE_QUAL_CONST; in code_for_qualifier()
592 case TYPE_QUAL_CONST: in qualifier_string()
601 case TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE: in qualifier_string()
604 case TYPE_QUAL_CONST | TYPE_QUAL_RESTRICT: in qualifier_string()
610 case TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE | TYPE_QUAL_RESTRICT: in qualifier_string()
/dragonfly/contrib/gdb-7/libiberty/
HDcplus-dem.c454 #define TYPE_QUAL_CONST 0x1 macro
565 return TYPE_QUAL_CONST; in code_for_qualifier()
592 case TYPE_QUAL_CONST: in qualifier_string()
601 case TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE: in qualifier_string()
604 case TYPE_QUAL_CONST | TYPE_QUAL_RESTRICT: in qualifier_string()
610 case TYPE_QUAL_CONST | TYPE_QUAL_VOLATILE | TYPE_QUAL_RESTRICT: in qualifier_string()

123