HomeSort by: relevance | last modified time | path
    Searched defs:shadow_type (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
asan.cc 2551 tree shadow_type = TREE_TYPE (shadow_ptr_type); local
2573 t = build2 (MEM_REF, shadow_type, gimple_assign_lhs (g),
2575 g = gimple_build_assign (make_ssa_name (shadow_type), MEM_REF, t);
3949 tree shadow_type = TREE_TYPE (shadow_ptr_type);
4023 build_type_cast (shadow_type,
4033 t = build_int_cst (shadow_type, real_size_in_bytes - 1);
4064 gimple_seq_add_stmt (&seq, build_type_cast (shadow_type,
  /src/external/gpl3/gcc.old/dist/gcc/
asan.cc 2509 tree shadow_type = TREE_TYPE (shadow_ptr_type); local
2531 t = build2 (MEM_REF, shadow_type, gimple_assign_lhs (g),
2533 g = gimple_build_assign (make_ssa_name (shadow_type), MEM_REF, t);
3893 tree shadow_type = TREE_TYPE (shadow_ptr_type);
3967 build_type_cast (shadow_type,
3977 t = build_int_cst (shadow_type, real_size_in_bytes - 1);
4008 gimple_seq_add_stmt (&seq, build_type_cast (shadow_type,
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 2421 struct type *shadow_type;
2437 shadow_type = ada_find_parallel_type_with_name (type, name);
2439 if (shadow_type == NULL)
2444 shadow_type = check_typedef (shadow_type);
2446 if (shadow_type->code () != TYPE_CODE_ARRAY)
2454 return constrained_packed_array_type (shadow_type, &bits);
2416 struct type *shadow_type; local
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 2419 struct type *shadow_type;
2435 shadow_type = ada_find_parallel_type_with_name (type, name);
2437 if (shadow_type == NULL)
2442 shadow_type = check_typedef (shadow_type);
2444 if (shadow_type->code () != TYPE_CODE_ARRAY)
2452 return constrained_packed_array_type (shadow_type, &bits);
2414 struct type *shadow_type; local

Completed in 31 milliseconds