Searched defs:fine (Results 1 – 4 of 4) sorted by relevance
132 typedef logic_error &fine; typedef
152 …static type fine; /* expected-error {{variable length array declaration cannot have 'static' stora… in dr320() local
131 constexpr pad fine = bit_cast<pad>(no_pad{1, 2, 3, 4, 5}); in test_partially_initialized() local
408 bool fine(A a, B b) { return a == b; } // Ok. Found a matching operator!=. in fine() function