Home | History | Annotate | Download | only in info

Lines Matching full:lose

293      conversion.  (GCC may lose track of the current line number if a
2697 #define bar(x) lose(x)
2698 #define lose(x) (1 + (x))
2702 `lose(a,b)', and you get an error because `lose' requires a single
2709 #define bar(x) lose((x))