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

  /src/external/gpl3/gcc/dist/gcc/
asan.cc 1857 HOST_WIDE_INT asan_frame_size = offsets[0] - base_offset; local
1917 if (asan_frame_size > 32 && asan_frame_size <= 65536 && pbase
1920 HOST_WIDE_INT adjusted_frame_size = asan_frame_size;
1923 while in that case we can still use asan_frame_size, we need to take
1927 use_after_return_class = floor_log2 (asan_frame_size - 1) - 5;
1940 = floor_log2 (asan_frame_size + base_align_bias - 1) - 5;
1993 GEN_INT (asan_frame_size
2102 unsigned HOST_WIDE_INT sz = asan_frame_size >> ASAN_SHADOW_SHIFT;
2123 GEN_INT (asan_frame_size + base_align_bias)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
asan.cc 1815 HOST_WIDE_INT asan_frame_size = offsets[0] - base_offset; local
1875 if (asan_frame_size > 32 && asan_frame_size <= 65536 && pbase
1878 HOST_WIDE_INT adjusted_frame_size = asan_frame_size;
1881 while in that case we can still use asan_frame_size, we need to take
1885 use_after_return_class = floor_log2 (asan_frame_size - 1) - 5;
1898 = floor_log2 (asan_frame_size + base_align_bias - 1) - 5;
1951 GEN_INT (asan_frame_size
2059 unsigned HOST_WIDE_INT sz = asan_frame_size >> ASAN_SHADOW_SHIFT;
2095 GEN_INT (asan_frame_size + base_align_bias)
    [all...]

Completed in 28 milliseconds