/llvm-project/clang/test/SemaCXX/ |
H A D | using-directive.cpp | 48 struct K2 {}; // expected-note 2{{candidate found by name lookup is 'A::K2'}} struct 51 struct K2 {}; // expected-note 2{{candidate found by name lookup is 'K2'}} struct 68 struct K2 { }; struct
|
H A D | paren-list-agg-init.cpp | 61 enum K { K0, K1, K2 }; enumerator
|
/llvm-project/llvm/test/MC/AMDGPU/ |
H A D | sym_kernel_scope_agpr.s | 40 K2: label
|
H A D | sym_kernel_scope.s | 32 K2: label
|
/llvm-project/clang-tools-extra/test/clang-move/Inputs/ |
H A D | helper_decls_test.cpp | 27 static const int K2 = 2; variable
|
/llvm-project/clang/test/Sema/ |
H A D | warn-duplicate-enum.c | 68 K2, enumerator
|
/llvm-project/lldb/source/Target/ |
H A D | Trace.cpp | 70 static std::optional<V> Lookup(DenseMap<K1, DenseMap<K2, V>> &map, K1 k1, in Lookup() 80 static V *LookupAsPtr(DenseMap<K1, DenseMap<K2, V>> &map, K1 k1, K2 k2) { in LookupAsPtr()
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-class-nttp.cpp | 347 struct K2 : K1 { int c; }; argument
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-declref.cpp | 47 enum K2 { K2Val = sizeof(T)*2 } k2a; in foo() enum
|
/llvm-project/clang/include/clang/Lex/ |
H A D | Token.h | 101 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const { in isOneOf()
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_dense_map_test.cpp | 536 IncompleteStruct *K2 = reinterpret_cast<IncompleteStruct *>(&Keys[1]); in TEST() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | DenseMapTest.cpp | 695 IncompleteStruct *K2 = reinterpret_cast<IncompleteStruct *>(&Keys[1]); in TEST() local
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | LocalTest.cpp | 1356 ConstantInt *K2 = ConstantInt::get(Type::getInt64Ty(Context), 5678); in TEST() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 1351 unsigned K2 = getKillRegState(Op2.isKill()); expandPostRAPseudo() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 5346 SDValue K2 = Op2.getOperand(1); LowerSaturatingConditional() local
|