Lines Matching refs:cur_offset
411 /* Return true when pointer PTR for a given CUR_OFFSET is already sanitized
416 offset_int &cur_offset)
418 bool pos_p = !wi::neg_p (cur_offset);
437 if (wi::les_p (cur_offset, ooffset))
440 else if (!pos_p && wi::les_p (ooffset, cur_offset))
481 offset_int cur_offset = wi::sext (wi::to_offset (off), POINTER_SIZE);
482 if (has_dominating_ubsan_ptr_check (ctx, ptr, cur_offset))
507 offset_int total_offset = expr_offset + cur_offset;
510 record_ubsan_ptr_check_stmt (ctx, stmt, ptr, cur_offset);
546 bool sign_cur_offset = !wi::neg_p (cur_offset);
590 record_ubsan_ptr_check_stmt (ctx, stmt, ptr, cur_offset);