Home | History | Annotate | Download | only in info

Lines Matching full:lose

292      conversion.  (GCC may lose track of the current line number if a
2482 #define bar(x) lose(x)
2483 #define lose(x) (1 + (x))
2487 `lose(a,b)', and you get an error because `lose' requires a single
2494 #define bar(x) lose((x))