HomeSort by relevance Sort by last modified time
    Searched refs:LP1 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
decltype.cpp 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' }))) {} // 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' }))) {}
  /external/clang/test/CodeGen/
partial-reinitialization2.c 4 struct LP1 { struct P1 p1; };
21 struct LP1 l = { .p1 = g1, .p1.x[2] = 'x' };
30 struct LP1 l = { .p1 = g1, .p1.x[1] = 'r' };

Completed in 75 milliseconds