/llvm-project/clang/test/CXX/class/class.union/ |
H A D | p2-0x.cpp | 7 static const int k2 = k1; member 15 constexpr int U1::k2; member in U1 24 static double k2; member 28 template<typename T> double U2<T>::k2 = 5.3; member in U2<T>
|
/llvm-project/mlir/lib/AsmParser/ |
H A D | Token.h | 40 bool isAny(Kind k1, Kind k2) const { return is(k1) || is(k2); } in isAny() 44 bool isAny(Kind k1, Kind k2, Kind k3, T... others) const { in isAny() 54 bool isNot(Kind k1, Kind k2, T... others) const { in isNot()
|
/llvm-project/clang/test/CodeGenCUDA/ |
H A D | constexpr-variables.cu | 24 static constexpr int k2 = 6; member 26 constexpr int Q::k2; member in Q
|
/llvm-project/clang/test/CXX/over/over.match/over.match.best/ |
H A D | p2.cpp | 15 bool k2 = A<float>() < A<float>(); // prefer more-constrained 'operator<=>' variable
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | vtable-layout-extreme-address-space.cpp | 28 int k2; member in Test1::C3 204 int k2; member in Test1::C9
|
H A D | vtable-layout-extreme.cpp | 28 int k2; member in Test1::C3 204 int k2; member in Test1::C9
|
H A D | static-data-member.cpp | 99 static const int k2 = 76; member 105 const int U::k2; member in test5::U
|
/llvm-project/flang/test/Lower/ |
H A D | derived-types-kind-params.f90 | 7 integer(8), kind :: k2 component 13 integer(8), kind :: k2 component
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | subst-into-subst.cpp | 21 int k2 = f(0); // ok variable
|
/llvm-project/offload/test/offloading/fortran/ |
H A D | basic-target-region-3D-array-section.f90 | 11 integer :: j2 = 3, k2 = 3 variable
|
H A D | basic-target-region-3D-array.f90 | 11 integer :: i2 = 2, j2 = 2, k2 = 2 variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | adl.cpp | 19 int k2 = B() ->* B::e; variable
|
H A D | cxx11-user-defined-literals.cpp | 76 int k2 = 'x'_using; variable 91 int k2 = 123_ambig2; // expected-error {{call to 'operator""_ambig2' is ambiguous}} variable 136 int k2 = 123_y; // expected-error {{no matching literal operator for call to 'operator""_y'}} variable
|
/llvm-project/clang/test/Lexer/ |
H A D | cxx1y_binary_literal.cpp | 18 int k2 = 0b10010f; // expected-error {{invalid digit 'f' in binary constant}} variable
|
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
H A D | p17.cpp | 13 void k2() { in k2() function
|
/llvm-project/clang/test/Modules/ |
H A D | template-specialization-visibility.cpp | 12 int k2 = explicit_inst_class_template.n; variable
|
/llvm-project/clang/test/PCH/ |
H A D | cxx11-enum-template.cpp | 25 int k2 = (int)decltype(b)::e; variable
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve14.f90 | 12 integer, parameter :: k2 = selected_int_kind(9) variable
|
H A D | modproc01.f90 | 9 integer, kind :: k2 component [all...] |
H A D | resolve20.f90 | 27 procedure(bad2) :: k2 variable
|
/llvm-project/libcxx/test/std/containers/associative/map/map.access/ |
H A D | index_rv_key.pass.cpp | 72 Key k2(1); in main() local
|
/llvm-project/compiler-rt/test/dfsan/ |
H A D | propagate.c | 24 int k2 = 4; in main() local
|
/llvm-project/mlir/lib/Tools/PDLL/Parser/ |
H A D | Lexer.h | 127 bool isAny(Kind k1, Kind k2) const { return is(k1) || is(k2); } in isAny() 129 bool isAny(Kind k1, Kind k2, Kind k3, T... others) const { in isAny() 136 bool isNot(Kind k1, Kind k2, T... others) const { in isNot()
|
/llvm-project/clang/test/CXX/over/over.match/over.match.best/over.ics.rank/ |
H A D | p3-0x.cpp | 16 float &k2 = g2(f1()); variable
|
/llvm-project/clang/test/CXX/expr/expr.ass/ |
H A D | p9-cxx11.cpp | 34 int k2 = T() = { 1, 2 } + 1; // expected-error {{initializer list cannot be used on the left hand s… variable
|