Lines Matching defs:is_addr
59 cp_ubsan_instrument_vptr (location_t loc, tree op, tree type, bool is_addr,
69 if (!is_addr)
107 bool is_addr, enum ubsan_null_ckind ckind)
111 return cp_ubsan_instrument_vptr (loc, op, type, is_addr, ckind);
161 bool is_addr;
192 merely when it's address is taken. Therefore we track in is_addr field
214 ucmd->is_addr = true;
217 ucmd->is_addr = false;
231 if (!ucmd->is_addr && cp_ubsan_maybe_instrument_member_access (stmt, ucmd))
238 if (ucmd->is_addr && handled_component_p (stmt))
243 ucmd->is_addr = false;
248 ucmd->is_addr = false;
250 ucmd->is_addr = true;
267 ucmd.is_addr = false;