Home | History | Annotate | Download | only in gcc

Lines Matching refs:couple

153 /* Tree couple for ptr_check_map.  */
229 /* This map maps a couple (tree and boolean) to a vector of UBSAN_PTR
419 sanopt_tree_couple couple;
420 couple.ptr = ptr;
421 couple.pos_p = pos_p;
423 auto_vec<gimple *> &v = ctx->ptr_check_map.get_or_insert (couple);
453 sanopt_tree_couple couple;
454 couple.ptr = ptr;
455 couple.pos_p = !wi::neg_p (offset);
457 auto_vec<gimple *> &v = ctx->ptr_check_map.get_or_insert (couple);