Searched refs:TYPE_VOLATILE (Results 1 – 25 of 25) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | c-aux-info.c | 316 if (TYPE_VOLATILE (t)) in gen_type() 455 if (TYPE_VOLATILE (t)) in gen_type()
|
| HD | tree-ssa.c | 947 && 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()
|
| HD | dbxout.c | 1485 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()
|
| HD | c-typeck.c | 1297 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()
|
| HD | alias.c | 363 || (t1 != 0 && TYPE_VOLATILE (t1) && t2 != 0 && TYPE_VOLATILE (t2))) in objects_must_conflict_p()
|
| HD | tree.c | 3815 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()
|
| HD | tree.h | 2028 #define TYPE_VOLATILE(NODE) (TYPE_CHECK (NODE)->common.volatile_flag) macro 2049 | (TYPE_VOLATILE (NODE) * TYPE_QUAL_VOLATILE) \
|
| HD | dwarf2out.c | 8507 || 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()
|
| HD | c-format.c | 2246 || TYPE_VOLATILE (cur_type) in check_format_types()
|
| HD | calls.c | 2220 || TYPE_VOLATILE (TREE_TYPE (TREE_TYPE (addr))) in expand_call()
|
| HD | emit-rtl.c | 1461 MEM_VOLATILE_P (ref) |= TYPE_VOLATILE (type); in set_mem_attributes_minus_bitpos()
|
| HD | function.c | 781 MEM_VOLATILE_P (slot) = TYPE_VOLATILE (type); in assign_stack_temp_for_type()
|
| HD | c-decl.c | 4568 volatilep = declspecs->volatile_p + TYPE_VOLATILE (element_type); in grokdeclarator()
|
| HD | ChangeLog-2001 | 5841 * tree.h (TYPE_VOLATILE): Trap use not on TYPEs. 6002 * tree.h (TYPE_VOLATILE): Add enable-checking code.
|
| HD | ChangeLog.tree-ssa | 10153 (create_tmp_alias_var): Use TYPE_VOLATILE on types.
|
| HD | ChangeLog-2004 | 36560 and TYPE_VOLATILE.
|
| /trueos/contrib/gdb/gdb/ |
| HD | parse.c | 1171 TYPE_VOLATILE (follow_type), in follow_types() 1198 TYPE_VOLATILE (follow_type), in follow_types() 1216 TYPE_VOLATILE (follow_type), in follow_types()
|
| HD | c-typeprint.c | 321 if (TYPE_VOLATILE (type)) in c_type_print_modifier()
|
| HD | gdbtypes.h | 202 #define TYPE_VOLATILE(t) (TYPE_INSTANCE_FLAGS (t) & TYPE_FLAG_VOLATILE) macro
|
| HD | gdbtypes.c | 1413 is_volatile = TYPE_VOLATILE (type); in check_typedef() 3008 if (TYPE_VOLATILE (type)) in recursive_dump_type()
|
| HD | stabsread.c | 1753 type = make_cvr_type (1, TYPE_VOLATILE (type), TYPE_RESTRICT(type), type, in read_type()
|
| HD | dwarf2read.c | 3758 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/ |
| HD | cvt.c | 864 int is_volatile = TYPE_VOLATILE (type); in convert_to_void() 889 if (TYPE_VOLATILE (type) && !is_complete) in convert_to_void()
|
| HD | decl.c | 6509 if (TYPE_VOLATILE (type)) in grokfndecl()
|
| HD | ChangeLog-1994 | 498 TYPE_READONLY and TYPE_VOLATILE from the argument.
|