Home
last modified time | relevance | path

Searched refs:keys (Results 1 – 25 of 232) sorted by relevance

12345678910

/llvm-project-15.0.7/libcxx/test/libcxx/localization/locale.categories/
H A D__scan_keyword.pass.cpp53 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 Dextract_key.pass.cpp51 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 Dextract_key.pass.cpp51 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 Dextract_key.pass.cpp51 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 Dextract_key.pass.cpp51 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 Dextract_key.pass.cpp53 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 Dextract_key.pass.cpp53 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 Dextract_key.pass.cpp54 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 Dextract_key.pass.cpp55 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 Dmany_tls_keys_pthread.cpp29 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 Dgenerate_feature_test_macro_components.py795 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 Dforeach.mm7 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 Dnone-value.yaml1 ## 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 DsummarizeStats.py174 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 Dlldbinline.py101 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 Dobjcmt-subscripting-unavailable.m.result39 + (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 Dobjcmt-subscripting-unavailable.m39 + (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 Dobjcmt-subscripting-literals-in-arc.m.result62 + (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 Dobjcmt-subscripting-literals-in-arc.m62 + (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 Dallocas.ll366 %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 DCFContainers.mm80 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];
126keys[0] = CFSTR("January"); values[0] = CFNumberCreate(kCFAllocatorDefault, kCFNumberShortType, &…
127keys[1] = CFSTR("February"); values[1] = CFNumberCreate(kCFAllocatorDefault, kCFNumberShortType, &…
128keys[2] = CFSTR("March"); values[2] = CFNumberCreate(kCFAllocatorDefault, kCFNumberShortType, &day…
129keys[3] = CFSTR("April"); values[3] = CFNumberCreate(kCFAllocatorDefault, kCFNumberShortType, &day…
130keys[4] = CFSTR("May"); values[4] = CFNumberCreate(kCFAllocatorDefault, kCFNumberShortType, &days3…
131keys[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 DSBStructuredData.cpp123 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 Dcocoa-api-usage.m50 + (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 Dcocoa-api-usage.m.fixed50 + (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 DSBStructuredDataTest.cpp25 SBStringList keys; in TEST_F() local
26 EXPECT_FALSE(data.GetKeys(keys)); in TEST_F()

12345678910