Home
last modified time | relevance | path

Searched refs:target_cmp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c7074 int target_cmp = 0; /* Cache comp_target_types () result. */ in convert_for_assignment() local
7215 || (target_cmp = comp_target_types (location, type, rhstype)) in convert_for_assignment()
7290 || target_cmp) in convert_for_assignment()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc7187 int target_cmp = 0; /* Cache comp_target_types () result. */ in convert_for_assignment() local
7378 || (target_cmp = comp_target_types (location, type, rhstype)) in convert_for_assignment()
7457 || target_cmp) in convert_for_assignment()