Home
last modified time | relevance | path

Searched refs:LP1 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddecltype.cpp81 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' }))) {} // okay
96 void foo(decltype(T(LP1{ .p1 = { "foo" }, .p1.x[1] = 'x'}))) {} // okay
101 template<class T> void foo(decltype(T(LP1{ .p1 = g1, .p1.x[1] = 'x' }))) {}
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dpartial-reinitialization2.c4 struct LP1 { struct P1 p1; }; struct
21 struct LP1 l = { .p1 = g1, .p1.x[2] = 'x' }; in test1()
30 struct LP1 l = { .p1 = g1, .p1.x[1] = 'r' }; in test2()
/llvm-project-15.0.7/bolt/test/X86/Inputs/
H A Dunreachable.s47 jmp .LP1
49 .LP1: incq -24(%rbp) label
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/
H A Dliveness.ll2077 ; CHECK-NEXT: to label [[LIVE_WITH_DEAD_ENTRY_DEAD:%.*]] unwind label [[LP1:%.*]]