Home
last modified time | relevance | path

Searched refs:shadow_type (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDasan.c1887 tree shadow_type = TREE_TYPE (shadow_ptr_type); variable
1909 t = build2 (MEM_REF, shadow_type, gimple_assign_lhs (g),
1911 g = gimple_build_assign (make_ssa_name (shadow_type), MEM_REF, t);
3184 tree shadow_type = TREE_TYPE (shadow_ptr_type); in asan_expand_check_ifn() local
3258 build_type_cast (shadow_type, in asan_expand_check_ifn()
3268 t = build_int_cst (shadow_type, real_size_in_bytes - 1); in asan_expand_check_ifn()
3299 gimple_seq_add_stmt (&seq, build_type_cast (shadow_type, in asan_expand_check_ifn()
/dragonfly/contrib/gdb-7/gdb/
HDada-lang.c2099 struct type *shadow_type; in decode_constrained_packed_array_type() local
2115 shadow_type = ada_find_parallel_type_with_name (type, name); in decode_constrained_packed_array_type()
2117 if (shadow_type == NULL) in decode_constrained_packed_array_type()
2122 CHECK_TYPEDEF (shadow_type); in decode_constrained_packed_array_type()
2124 if (TYPE_CODE (shadow_type) != TYPE_CODE_ARRAY) in decode_constrained_packed_array_type()
2132 return constrained_packed_array_type (shadow_type, &bits); in decode_constrained_packed_array_type()