/llvm-project/clang/test/CXX/class/class.union/ |
H A D | p2-0x.cpp | 9 static constexpr double k4 = k2; member 18 const double U1::k4; member in U1
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | subst-into-subst.cpp | 33 int k4 = g(0); // expected-error {{ambiguous}} variable
|
H A D | pack-deduction.cpp | 152 pair<tuple<int, float>, tuple<char, double>> k4 = A<int, float>().g<char>(pair<int, char>(), pair<float, double>(), pair<void, long>()); // expected-error {{no match}} variable
|
/llvm-project/clang/test/Lexer/ |
H A D | cxx1y_binary_literal.cpp | 20 int k4 = 0b; // expected-error {{invalid digit 'b' in octal constant}} variable
|
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
H A D | p17.cpp | 26 void k4() { in k4() function
|
/llvm-project/clang/test/Modules/ |
H A D | template-specialization-visibility.cpp | 20 int k4 = explicit_inst_member_class_template.n; variable
|
/llvm-project/clang/test/PCH/ |
H A D | cxx11-enum-template.cpp | 27 int k4 = (int)S<char>::E::e; variable
|
/llvm-project/flang/test/Semantics/ |
H A D | modfile20.f90 | 6 integer(8), parameter :: k4 = k8/2 variable
|
H A D | offsets03.f90 | 55 integer :: i4, j4, l4(10), k4(10) variable
|
H A D | modfile17.f90 | 8 integer(kind=4), kind :: k4 component
|
/llvm-project/offload/test/offloading/fortran/ |
H A D | target-map-large-nested-dtype-multi-member.f90 | 11 real(4) :: k4 global() component
|
H A D | target-map-double-large-nested-dtype-multi-member.f90 | 11 real(4) :: k4 global() component
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | static-data-member.cpp | 101 static const int k4 = 81; member
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx11-user-defined-literals.cpp | 100 int k4 = 123_ambig2; // expected-error {{ambiguous}} variable
|
H A D | deduced-return-type-cxx14.cpp | 635 int k4 = X::g1(ai); variable
|
H A D | constant-expression-cxx11.cpp | 1987 constexpr int k4 = out_of_lifetime({})->f(); // expected-error {{constant expression}} expected-note {{member call on object outside its lifetime}} global() variable
|
/llvm-project/clang/test/Parser/ |
H A D | cxx-ambig-init-templ.cpp | 12 int k4 = b < c, x, y = d > ::val, e4; member
|
/llvm-project/clang/test/CXX/expr/expr.const/ |
H A D | p2-0x.cpp | 218 constexpr int k4 = c2.f(); // ok! global() variable
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg1xx.cpp | 215 int k4 = f(&s.f); global() variable
|