Searched defs:singleton (Results 1 – 7 of 7) sorted by relevance
59 static GMG singleton; member63 GMG<Type> GMG<Type>::singleton; // expected-note{{requested here}} member in PR10020::GMG<Type>
166 atomic_uintptr_t *singleton = (atomic_uintptr_t *)param; in singleton_thread() local188 atomic_uintptr_t singleton; in TEST() local
8 static const RT1& singleton; member107 __forceinline static TSS0& singleton() { in singleton() function
135 isl::map polly::singleton(isl::union_map UMap, isl::space ExpectedSpace) { in singleton() function in polly149 isl::set polly::singleton(isl::union_set USet, isl::space ExpectedSpace) { in singleton() function in polly
338 static RefCounted& singleton() { singleton() function in RefCounted
614 TEST(ISLTools, singleton) { in TEST() argument
696 mlir::Value singleton) { in extractCodeFromSingleton()