Home | History | Annotate | Download | only in info

Lines Matching full:lose

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