Home
last modified time | relevance | path

Searched defs:k4 (Results 1 – 19 of 19) sorted by relevance

/llvm-project/clang/test/CXX/class/class.union/
H A Dp2-0x.cpp9 static constexpr double k4 = k2; member
18 const double U1::k4; member in U1
/llvm-project/clang/test/SemaTemplate/
H A Dsubst-into-subst.cpp33 int k4 = g(0); // expected-error {{ambiguous}} variable
H A Dpack-deduction.cpp152 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 Dcxx1y_binary_literal.cpp20 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 Dp17.cpp26 void k4() { in k4() function
/llvm-project/clang/test/Modules/
H A Dtemplate-specialization-visibility.cpp20 int k4 = explicit_inst_member_class_template.n; variable
/llvm-project/clang/test/PCH/
H A Dcxx11-enum-template.cpp27 int k4 = (int)S<char>::E::e; variable
/llvm-project/flang/test/Semantics/
H A Dmodfile20.f906 integer(8), parameter :: k4 = k8/2 variable
H A Doffsets03.f9055 integer :: i4, j4, l4(10), k4(10) variable
H A Dmodfile17.f908 integer(kind=4), kind :: k4 component
/llvm-project/offload/test/offloading/fortran/
H A Dtarget-map-large-nested-dtype-multi-member.f9011 real(4) :: k4 global() component
H A Dtarget-map-double-large-nested-dtype-multi-member.f9011 real(4) :: k4 global() component
/llvm-project/clang/test/CodeGenCXX/
H A Dstatic-data-member.cpp101 static const int k4 = 81; member
/llvm-project/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp100 int k4 = 123_ambig2; // expected-error {{ambiguous}} variable
H A Ddeduced-return-type-cxx14.cpp635 int k4 = X::g1(ai); variable
H A Dconstant-expression-cxx11.cpp1987 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 Dcxx-ambig-init-templ.cpp12 int k4 = b < c, x, y = d > ::val, e4; member
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp218 constexpr int k4 = c2.f(); // ok! global() variable
/llvm-project/clang/test/CXX/drs/
H A Dcwg1xx.cpp215 int k4 = f(&s.f); global() variable