Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:variable

36     C c; // expected-note {{jump bypasses variable initialization}}
83 C c1; // expected-note {{jump bypasses variable initialization}}
104 D d; // expected-note {{jump exits scope of variable with non-trivial destructor}}
155 int x = 56; // expected-note {{jump bypasses variable initialization}}
163 l1: int x = 5; // expected-note {{jump bypasses variable initialization}}
212 int a = 3; // expected-note {{jump bypasses variable initialization}}
227 C c0 = 42; // expected-note {{jump exits scope of variable with non-trivial destructor}}
294 const S &s = S(); // expected-note {{jump bypasses variable initialization}}
304 S s = {}; // expected-note {{jump bypasses variable initialization}}
432 int a = 0; // expected-note {{jump bypasses variable initialization}}
438 int x = 56; // expected-note {{jump bypasses variable initialization}}