Searched refs:to_match (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dtree-ssa-alias-warnings.c262 tree to_match = NULL_TREE;
274 to_match = TREE_OPERAND (rhs_pointer, 0);
276 to_match = rhs_pointer;
278 if (to_match != match->rhs)
260 tree to_match = NULL_TREE; local
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_edid.c1539 u8 drm_match_cea_mode(struct drm_display_mode *to_match) argument
1547 if (drm_mode_equal(to_match, cea_mode))
H A Ddrm_crtc.h1039 extern u8 drm_match_cea_mode(struct drm_display_mode *to_match);

Completed in 107 milliseconds