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

  /src/external/gpl3/gcc/dist/gcc/
asan.cc 290 nearest_offset` and `untagged_base + farthest_offset`.
304 poly_int64 farthest_offset; member in struct:hwasan_stack_var
4450 `untagged_base + farthest_offset`.
4459 poly_int64 nearest_offset, poly_int64 farthest_offset)
4465 cur_var.farthest_offset = farthest_offset;
4590 poly_int64 farthest = cur.farthest_offset;
  /src/external/gpl3/gcc.old/dist/gcc/
asan.cc 290 nearest_offset` and `untagged_base + farthest_offset`.
304 poly_int64 farthest_offset; member in struct:hwasan_stack_var
4385 `untagged_base + farthest_offset`.
4394 poly_int64 nearest_offset, poly_int64 farthest_offset)
4400 cur_var.farthest_offset = farthest_offset;
4525 poly_int64 farthest = cur.farthest_offset;

Completed in 24 milliseconds