Lines Matching refs:bot
641 bot = new_sp;
642 __asan_allocas_unpoison (top, bot);
645 In general, we can't use new_sp as bot parameter because on some
2182 /* Emit __asan_allocas_unpoison (top, bot) call. The BASE parameter corresponds
2183 to BOT argument, for TOP virtual_stack_dynamic_rtx is used. NEW_SEQUENCE
2187 asan_emit_allocas_unpoison (rtx top, rtx bot, rtx_insn *before)
2195 bot = convert_memory_address (ptr_mode, bot);
2197 top, ptr_mode, bot, ptr_mode);
4521 poly_int64 bot = 0, top = 0;
4530 bot = farthest;
4538 bot = nearest;
4540 poly_int64 size = (top - bot);
4545 gcc_assert (multiple_p (bot, HWASAN_TAG_GRANULE_SIZE));
4556 bot));