Home
last modified time | relevance | path

Searched defs:k1 (Results 1 – 25 of 70) sorted by relevance

123

/llvm-project/clang/test/CodeGenCXX/
H A Dvtable-layout-extreme-address-space.cpp27 int k1; member in Test1::C3
64 int k1; member in Test1::C7
75 int k1; member in Test1::C8
203 int k1; member in Test1::C9
H A Dvtable-layout-extreme.cpp27 int k1; member in Test1::C3
64 int k1; member in Test1::C7
75 int k1; member in Test1::C8
203 int k1; member in Test1::C9
H A Dstatic-data-member.cpp98 static const int k1; member
104 const int U::k1 = (k0 = 9, 42); member in test5::U
/llvm-project/clang/test/CXX/class/class.union/
H A Dp2-0x.cpp6 static constexpr int k1 = 0; member
14 constexpr int U1::k1; member in U1
23 static const int k1; member
27 template<typename T> constexpr int U2<T>::k1 = sizeof(U2<T>); member in U2<T>
/llvm-project/flang/test/Semantics/
H A Dresolve121.f9030 integer :: j1, k1 local
31 common /blk/ k1 local
42 integer :: j1, k1 local
43 common /blk/ k1 local
H A Dtypeinfo08.f906 integer,kind :: k1 component
H A Dmodfile20.f907 integer, parameter :: k1 = 1 variable
H A Dresolve14.f906 integer, parameter :: k1 = selected_int_kind(9) variable
H A Dmodproc01.f904 integer, kind :: k1 component
[all...]
/llvm-project/flang/test/Lower/
H A Dequivalence-with-host-assoc.f9089 integer :: j1, k1 local
90 common /blk/ k1 local
144 integer :: j1, k1 local
145 common /blk/ k1 local
H A Dderived-types-kind-params.f906 integer(4), kind :: k1 = 7 component
12 integer(4), kind :: k1 component
/llvm-project/mlir/lib/AsmParser/
H A DToken.h40 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/CXX/over/over.match/over.match.best/
H A Dp2.cpp10 bool k1 = A<int>() < A<int>(); // prefer more-constrained 'operator<=>' variable
/llvm-project/clang/test/SemaCUDA/
H A Dcxx11-kernel-call.cu5 __global__ void k1() {} in k1() function
/llvm-project/clang/test/SemaTemplate/
H A Dsubst-into-subst.cpp17 int k1 = f(0); // expected-error {{ambiguous}} variable
H A Dinstantiate-declref.cpp15 K1 k1 = K1Val; in foo() local
23 K1 k1 = K1Val; in bar() local
46 enum { K1Val = sizeof(T) } k1; in foo() local
/llvm-project/flang/test/Lower/OpenMP/
H A Dthreadprivate-commonblock-use.f909 common /cmn/ k1 local
/llvm-project/clang/test/SemaCXX/
H A Dadl.cpp18 int k1 = B::e ->* B(); variable
/llvm-project/clang/test/Lexer/
H A Dcxx1y_binary_literal.cpp15 int k1 = 0b1234; // expected-error {{invalid digit '2' in binary constant}} variable
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp17.cpp6 void k1() { in k1() function
/llvm-project/clang/test/Modules/
H A Dtemplate-specialization-visibility.cpp9 int k1 = implicit_inst_class_template.n; variable
/llvm-project/clang/test/PCH/
H A Dcxx11-enum-template.cpp24 int k1 = (int)S<int>::E::e; variable
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DLexer.h127 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/flang/test/Lower/Intrinsics/
H A Dextends_type_of.f9013 type k1(a) type
H A Dsame_type_as.f9013 type k1(a) type

123