Searched refs:LP1 (Results 1 – 4 of 4) sorted by relevance
81 struct LP1 { struct P1 p1; };86 template<class T> void foo(decltype(T(LP1{ .p1 = g1, .p1.x[1] = 'x' }))) {}91 void foo(decltype(T(LP1{ .p1 = g1, .p1.x[1] = 'r' }))) {} // okay96 void foo(decltype(T(LP1{ .p1 = { "foo" }, .p1.x[1] = 'x'}))) {} // okay101 template<class T> void foo(decltype(T(LP1{ .p1 = g1, .p1.x[1] = 'x' }))) {}
4 struct LP1 { struct P1 p1; }; argument21 struct LP1 l = { .p1 = g1, .p1.x[2] = 'x' }; in test1()30 struct LP1 l = { .p1 = g1, .p1.x[1] = 'r' }; in test2()
47 jmp .LP149 .LP1: incq -24(%rbp) label
2077 ; CHECK-NEXT: to label [[LIVE_WITH_DEAD_ENTRY_DEAD:%.*]] unwind label [[LP1:%.*]]