Searched refs:cu2 (Results 1 – 2 of 2) sorted by relevance
42 struct Dwarf_CU *cu2 = (struct Dwarf_CU *) arg2; in findcu_cb() local48 if (cu1->start < cu2->start) in findcu_cb()50 if (cu1->start >= cu2->end) in findcu_cb()55 if (cu2->start < cu1->start) in findcu_cb()57 if (cu2->start >= cu1->end) in findcu_cb()
2359 CurrencyUnit cu2(cu); in TestCurrencyUnit() local2360 if (!(cu2 == cu)){ in TestCurrencyUnit()