| /llvm-project-15.0.7/libcxx/test/libcxx/localization/locale.categories/ |
| H A D | __scan_keyword.pass.cpp | 53 keys, keys+sizeof(keys)/sizeof(keys[0]), in main() 55 assert(k - keys == 0); in main() 65 keys, keys+sizeof(keys)/sizeof(keys[0]), in main() 67 assert(k - keys == 2); in main() 77 keys, keys+sizeof(keys)/sizeof(keys[0]), in main() 79 assert(k - keys == 1); in main() 89 keys, keys+sizeof(keys)/sizeof(keys[0]), in main() 91 assert(k - keys == 2); in main() 101 keys, keys+sizeof(keys)/sizeof(keys[0]), in main() 103 assert(k - keys == 4); in main() [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/multiset/ |
| H A D | extract_key.pass.cpp | 51 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 52 test(m, std::begin(keys), std::end(keys)); in main() 58 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; in main() local 60 test(m, std::begin(keys), std::end(keys)); in main() 68 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 69 test(m, std::begin(keys), std::end(keys)); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/set/ |
| H A D | extract_key.pass.cpp | 51 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 52 test(m, std::begin(keys), std::end(keys)); in main() 58 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; in main() local 60 test(m, std::begin(keys), std::end(keys)); in main() 68 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 69 test(m, std::begin(keys), std::end(keys)); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.set/ |
| H A D | extract_key.pass.cpp | 51 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 52 test(m, std::begin(keys), std::end(keys)); in main() 58 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; in main() local 60 test(m, std::begin(keys), std::end(keys)); in main() 68 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 69 test(m, std::begin(keys), std::end(keys)); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.multiset/ |
| H A D | extract_key.pass.cpp | 51 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 52 test(m, std::begin(keys), std::end(keys)); in main() 58 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; in main() local 60 test(m, std::begin(keys), std::end(keys)); in main() 68 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 69 test(m, std::begin(keys), std::end(keys)); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.modifiers/ |
| H A D | extract_key.pass.cpp | 53 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 54 test(m, std::begin(keys), std::end(keys)); in main() 61 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; in main() local 63 test(m, std::begin(keys), std::end(keys)); in main() 73 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 74 test(m, std::begin(keys), std::end(keys)); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/map/map.modifiers/ |
| H A D | extract_key.pass.cpp | 53 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 54 test(m, std::begin(keys), std::end(keys)); in main() 61 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; in main() local 63 test(m, std::begin(keys), std::end(keys)); in main() 73 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 74 test(m, std::begin(keys), std::end(keys)); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/ |
| H A D | extract_key.pass.cpp | 54 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 55 test(m, std::begin(keys), std::end(keys)); in main() 62 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; in main() local 64 test(m, std::begin(keys), std::end(keys)); in main() 74 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 75 test(m, std::begin(keys), std::end(keys)); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/ |
| H A D | extract_key.pass.cpp | 55 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 56 test(m, std::begin(keys), std::end(keys)); in main() 63 Counter<int> keys[] = {1, 2, 3, 4, 5, 6}; in main() local 65 test(m, std::begin(keys), std::end(keys)); in main() 75 int keys[] = {1, 2, 3, 4, 5, 6}; in main() local 76 test(m, std::begin(keys), std::end(keys)); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/ |
| H A D | many_tls_keys_pthread.cpp | 29 pthread_key_t keys[PTHREAD_KEYS_MAX]; variable 35 if ((keys[i] == PTHREAD_KEY_INVALID) || pthread_setspecific(keys[i], ptr)) { in alloc() 60 if (pthread_key_create(&keys[i], pthread_destructor)) { in main() 61 keys[i] = PTHREAD_KEY_INVALID; in main()
|
| /llvm-project-15.0.7/libcxx/utils/ |
| H A D | generate_feature_test_macro_components.py | 795 if s in d.keys(): 803 if s in d.keys(): 812 if cand in d.keys(): 832 if s in d.keys(): 850 if 'test_suite_guard' in tc.keys(): 859 if 'unimplemented' in tc.keys(): 863 if 'test_suite_guard' in tc.keys(): 1024 elif 'unimplemented' in tc.keys(): 1026 elif "test_suite_guard" in tc.keys(): 1167 if std not in tc["values"].keys(): [all …]
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | foreach.mm | 7 id keys; 12 for (id thisKey : keys); 14 …for (auto thisKey : keys) { } // expected-warning{{'auto' deduced as 'id' in declaration of 'thisK… 18 for (id keys; id key : keys) {} // expected-warning{{extension}} expected-error{{not supported}} 21 for (T keys; id key : keys) {} // expected-warning{{extension}} expected-error{{not supported}}
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | none-value.yaml | 1 ## We have a special "<none>" value for all keys that are implemented 5 ## Test a few keys for which the "<none>" value is supported. 6 ## We do not test all possible keys, because it would be too verbose. 7 ## It reasonable to test all keys for a section, because normally many
|
| /llvm-project-15.0.7/openmp/runtime/tools/ |
| H A D | summarizeStats.py | 174 data[[k for k in data.keys() if k != countField]] /= factor 195 for key in data.keys(): 209 ax.set_xticklabels(tmp[s]['Total'].keys(), rotation=50, horizontalalignment='right') 217 for key in data.keys(): 230 for key in data.keys(): 253 labels = data.keys() 298 params = setRadarFigure(data.keys()) 306 for key in data.keys():
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbinline.py | 101 if t in list(categories.keys()): 107 for t in list(categories.keys()): 111 if ('OBJCXX_SOURCES' in list(categories.keys())) or \ 112 ('OBJC_SOURCES' in list(categories.keys())): 116 if ('CXX_SOURCES' in list(categories.keys())):
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-subscripting-unavailable.m.result | 39 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 42 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 44 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 47 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
| H A D | objcmt-subscripting-unavailable.m | 39 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 42 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 44 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 47 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
| H A D | objcmt-subscripting-literals-in-arc.m.result | 62 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 65 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 67 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 70 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
| H A D | objcmt-subscripting-literals-in-arc.m | 62 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 65 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 67 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 70 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
| /llvm-project-15.0.7/llvm/test/Transforms/ObjCARC/ |
| H A D | allocas.ll | 366 %keys = alloca [2 x i8*], align 16 381 %keys.begin = getelementptr inbounds [2 x i8*], [2 x i8*]* %keys, i64 0, i64 0 383 store i8* %call2, i8** %keys.begin, align 8 384 %keys.elt = getelementptr inbounds [2 x i8*], [2 x i8*]* %keys, i64 0, i64 1 386 store i8* %call3, i8** %keys.elt 401 %gep1 = getelementptr inbounds [2 x i8*], [2 x i8*]* %keys, i64 0, i64 2 444 %keys = alloca [2 x i8*], align 16 460 %keys.begin = getelementptr inbounds [2 x i8*], [2 x i8*]* %keys, i64 0, i64 0 462 store i8* %call2, i8** %keys.begin, align 8 463 %keys.elt = getelementptr inbounds [2 x i8*], [2 x i8*]* %keys, i64 0, i64 1 [all …]
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | CFContainers.mm | 80 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values… 92 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values… 124 CFStringRef keys[6]; 126 …keys[0] = CFSTR("January"); values[0] = CFNumberCreate(kCFAllocatorDefault, kCFNumberShortType, &… 127 …keys[1] = CFSTR("February"); values[1] = CFNumberCreate(kCFAllocatorDefault, kCFNumberShortType, &… 128 …keys[2] = CFSTR("March"); values[2] = CFNumberCreate(kCFAllocatorDefault, kCFNumberShortType, &day… 129 …keys[3] = CFSTR("April"); values[3] = CFNumberCreate(kCFAllocatorDefault, kCFNumberShortType, &day… 130 …keys[4] = CFSTR("May"); values[4] = CFNumberCreate(kCFAllocatorDefault, kCFNumberShortType, &days3… 131 …keys[5] = CFSTR("June"); values[5] = CFNumberCreate(kCFAllocatorDefault, kCFNumberShortType, &days… 135 …CFDictionaryRef dict1 = CFDictionaryCreate(kCFAllocatorDefault, (const void**)keys, (const void**)… [all …]
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBStructuredData.cpp | 123 bool SBStructuredData::GetKeys(lldb::SBStringList &keys) const { in GetKeys() 124 LLDB_INSTRUMENT_VA(this, keys); in GetKeys() 141 key_arr->ForEach([&keys] (StructuredData::Object *object) -> bool { in GetKeys() 143 keys.AppendString(key.str().c_str()); in GetKeys()
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | cocoa-api-usage.m | 50 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 53 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 55 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 58 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
| H A D | cocoa-api-usage.m.fixed | 50 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 53 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 55 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 58 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
| /llvm-project-15.0.7/lldb/unittests/API/ |
| H A D | SBStructuredDataTest.cpp | 25 SBStringList keys; in TEST_F() local 26 EXPECT_FALSE(data.GetKeys(keys)); in TEST_F()
|