Home
last modified time | relevance | path

Searched defs:k5 (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/CXX/class/class.union/
H A Dp2-0x.cpp10 …static const double k5 = k4; // expected-error {{requires 'constexpr' specifier}} expected-note {{… member
19 const double U1::k5; member in U1
/llvm-project/clang/test/Modules/
H A Dtemplate-specialization-visibility.cpp23 int k5 = decltype(implicit_inst_member_enum_template)::e; variable
/llvm-project/clang/test/SemaTemplate/
H A Dpack-deduction.cpp155 tuple<int[2], int[4]> k5 = A<int[1], int[3]>::h<int[2]>(tuple<pair<int[1], int[2]>, pair<int[3], int[4]>, pair<int, int>>()); // expected-error {{no match}} variable
/llvm-project/flang/test/Semantics/
H A Dmodfile17.f9023 integer(kind=4), kind :: k5 = 4 component
/llvm-project/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp106 int k5 = 123_ambig2; // ok variable
H A Ddeduced-return-type-cxx14.cpp643 int k5 = g2(ai); variable
/llvm-project/clang/test/CXX/drs/
H A Dcwg1xx.cpp217 int k5 = f(&s.f<int>); global() variable