Searched defs:compare_asm (Results 1 – 4 of 4) sorted by relevance
128 END E ;129 END T ;131 FUNCTION F3 RETURN A_T IS132 BEGIN
128 struct compare_asm { struct in opt::wmax129 wmax& max;130 compare_asm(wmax& max):max(max) {} in compare_asm() function131 bool operator()(expr* a, expr* b) const { in operator ()()
450 struct compare_asm { struct in maxres451 maxres& mr;452 compare_asm(maxres& mr):mr(mr) {} in compare_asm() argument453 bool operator()(expr* a, expr* b) const { in operator ()()
432 struct compare_asm { struct in maxres433 maxres& mr;434 compare_asm(maxres& mr):mr(mr) {} in compare_asm() argument435 bool operator()(expr* a, expr* b) const { in operator ()()