Lines Matching full:marker
20 # 42 "foo" 2 // expected-error {{invalid line marker flag '2': cannot pop empty include stack}}
23 # 42 "foo" 2 3 4 // expected-error {{invalid line marker flag '2': cannot pop empty include stack}}
27 # 42 'f' // expected-error {{invalid filename for line marker directive}}
28 # 42 1 3 // expected-error {{invalid filename for line marker directive}}
29 # 42 "foo" 3 1 // expected-error {{invalid flag line marker directive}}
30 # 42 "foo" 42 // expected-error {{invalid flag line marker directive}}
31 # 42 "foo" 1 2 // expected-error {{invalid flag line marker directive}}
32 # 42a33 // expected-error {{GNU line marker directive requires a simple digit sequence}}
88 # 020 // expected-warning {{GNU line marker directive interprets number as decimal, not octal}}
95 _LINE__ == 42 ? 1: -1]; /* line marker is location of first _ */
100 _LINE__ == 52 ? 1: -1]; /* line marker is location of first _ */