Searched refs:shadow_ptr_type (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | asan.c | 2092 tree base_addr, tree shadow_ptr_type, 2096 tree shadow_type = TREE_TYPE (shadow_ptr_type); 2111 g = gimple_build_assign (make_ssa_name (shadow_ptr_type), NOP_EXPR, 2119 build_int_cst (shadow_ptr_type, 0)); 3217 tree shadow_ptr_type; in asan_store_shadow_bytes() local 3222 shadow_ptr_type = shadow_ptr_types[0]; in asan_store_shadow_bytes() 3225 shadow_ptr_type = shadow_ptr_types[1]; in asan_store_shadow_bytes() 3228 shadow_ptr_type = shadow_ptr_types[2]; in asan_store_shadow_bytes() 3248 tree magic = build_int_cst (TREE_TYPE (shadow_ptr_type), val); in asan_store_shadow_bytes() 3250 tree dest = build2 (MEM_REF, TREE_TYPE (shadow_ptr_type), shadow, in asan_store_shadow_bytes() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | asan.cc | 2505 tree base_addr, tree shadow_ptr_type, in build_shadow_mem_access() argument 2509 tree shadow_type = TREE_TYPE (shadow_ptr_type); in build_shadow_mem_access() 2524 g = gimple_build_assign (make_ssa_name (shadow_ptr_type), NOP_EXPR, in build_shadow_mem_access() 2532 build_int_cst (shadow_ptr_type, 0)); in build_shadow_mem_access() 3680 tree shadow_ptr_type; in asan_store_shadow_bytes() local 3685 shadow_ptr_type = shadow_ptr_types[0]; in asan_store_shadow_bytes() 3688 shadow_ptr_type = shadow_ptr_types[1]; in asan_store_shadow_bytes() 3691 shadow_ptr_type = shadow_ptr_types[2]; in asan_store_shadow_bytes() 3711 tree magic = build_int_cst (TREE_TYPE (shadow_ptr_type), val); in asan_store_shadow_bytes() 3713 tree dest = build2 (MEM_REF, TREE_TYPE (shadow_ptr_type), shadow, in asan_store_shadow_bytes() [all …]
|