Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDc-aux-info.c316 if (TYPE_VOLATILE (t)) in gen_type()
455 if (TYPE_VOLATILE (t)) in gen_type()
HDtree-ssa.c947 && TYPE_VOLATILE (TREE_TYPE (outer_type)) in tree_ssa_useless_type_conversion_1()
948 != TYPE_VOLATILE (TREE_TYPE (inner_type))) in tree_ssa_useless_type_conversion_1()
HDdbxout.c1485 if (TYPE_VOLATILE (TREE_TYPE (firstarg))) in dbxout_type_method_1()
1795 dbxout_type (build_type_variant (type, 0, TYPE_VOLATILE (type)), 0); in dbxout_type()
1798 else if (TYPE_VOLATILE (type) > TYPE_VOLATILE (main_variant)) in dbxout_type()
HDc-typeck.c1297 if (TYPE_VOLATILE (ret1) != TYPE_VOLATILE (ret2)) in function_types_compatible_p()
1299 if (TYPE_VOLATILE (ret1)) in function_types_compatible_p()
1302 if (TYPE_VOLATILE (ret2)) in function_types_compatible_p()
1964 = TYPE_VOLATILE (t) || TREE_SIDE_EFFECTS (pointer); in build_indirect_ref()
1965 TREE_THIS_VOLATILE (ref) = TYPE_VOLATILE (t); in build_indirect_ref()
2077 |= (TYPE_VOLATILE (TREE_TYPE (TREE_TYPE (array))) in build_array_ref()
2080 |= (TYPE_VOLATILE (TREE_TYPE (TREE_TYPE (array))) in build_array_ref()
HDalias.c363 || (t1 != 0 && TYPE_VOLATILE (t1) && t2 != 0 && TYPE_VOLATILE (t2))) in objects_must_conflict_p()
HDtree.c3815 TYPE_VOLATILE (type) = (type_quals & TYPE_QUAL_VOLATILE) != 0; in set_type_quals()
6445 TYPE_VOLATILE (t) = TYPE_VOLATILE (innertype); in make_vector_type()
6891 TYPE_VOLATILE (outer) = TYPE_VOLATILE (type); in reconstruct_complex_type()
HDtree.h2028 #define TYPE_VOLATILE(NODE) (TYPE_CHECK (NODE)->common.volatile_flag) macro
2049 | (TYPE_VOLATILE (NODE) * TYPE_QUAL_VOLATILE) \
HDdwarf2out.c8507 || is_volatile_type < TYPE_VOLATILE (dtype) in modified_type_die()
8509 && is_volatile_type <= TYPE_VOLATILE (dtype) in modified_type_die()
8593 TYPE_VOLATILE (item_type), in modified_type_die()
11213 decl_volatile || TYPE_VOLATILE (type), in add_type_attribute()
HDc-format.c2246 || TYPE_VOLATILE (cur_type) in check_format_types()
HDcalls.c2220 || TYPE_VOLATILE (TREE_TYPE (TREE_TYPE (addr))) in expand_call()
HDemit-rtl.c1461 MEM_VOLATILE_P (ref) |= TYPE_VOLATILE (type); in set_mem_attributes_minus_bitpos()
HDfunction.c781 MEM_VOLATILE_P (slot) = TYPE_VOLATILE (type); in assign_stack_temp_for_type()
HDc-decl.c4568 volatilep = declspecs->volatile_p + TYPE_VOLATILE (element_type); in grokdeclarator()
HDChangeLog-20015841 * tree.h (TYPE_VOLATILE): Trap use not on TYPEs.
6002 * tree.h (TYPE_VOLATILE): Add enable-checking code.
HDChangeLog.tree-ssa10153 (create_tmp_alias_var): Use TYPE_VOLATILE on types.
HDChangeLog-200436560 and TYPE_VOLATILE.
/trueos/contrib/gdb/gdb/
HDparse.c1171 TYPE_VOLATILE (follow_type), in follow_types()
1198 TYPE_VOLATILE (follow_type), in follow_types()
1216 TYPE_VOLATILE (follow_type), in follow_types()
HDc-typeprint.c321 if (TYPE_VOLATILE (type)) in c_type_print_modifier()
HDgdbtypes.h202 #define TYPE_VOLATILE(t) (TYPE_INSTANCE_FLAGS (t) & TYPE_FLAG_VOLATILE) macro
HDgdbtypes.c1413 is_volatile = TYPE_VOLATILE (type); in check_typedef()
3008 if (TYPE_VOLATILE (type)) in recursive_dump_type()
HDstabsread.c1753 type = make_cvr_type (1, TYPE_VOLATILE (type), TYPE_RESTRICT(type), type, in read_type()
HDdwarf2read.c3758 die->type = make_cvr_type (1, TYPE_VOLATILE (base_type), in read_tag_const_type()
3788 die->type = make_cvr_type (TYPE_CONST (base_type), TYPE_VOLATILE (base_type), in read_tag_restrict_type()
/trueos/contrib/gcc/cp/
HDcvt.c864 int is_volatile = TYPE_VOLATILE (type); in convert_to_void()
889 if (TYPE_VOLATILE (type) && !is_complete) in convert_to_void()
HDdecl.c6509 if (TYPE_VOLATILE (type)) in grokfndecl()
HDChangeLog-1994498 TYPE_READONLY and TYPE_VOLATILE from the argument.