Home
last modified time | relevance | path

Searched defs:singleton (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dvtable-instantiation.cpp59 static GMG singleton; member
63 GMG<Type> GMG<Type>::singleton; // expected-note{{requested here}} member in PR10020::GMG<Type>
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_mutex.cpp166 atomic_uintptr_t *singleton = (atomic_uintptr_t *)param; in singleton_thread() local
188 atomic_uintptr_t singleton; in TEST() local
/llvm-project-15.0.7/polly/lib/Support/
H A DISLTools.cpp135 isl::map polly::singleton(isl::union_map UMap, isl::space ExpectedSpace) { in singleton() function in polly
149 isl::set polly::singleton(isl::union_set USet, isl::space ExpectedSpace) { in singleton() function in polly
/llvm-project-15.0.7/polly/unittests/Isl/
H A DIslTest.cpp614 TEST(ISLTools, singleton) { in TEST() argument
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DCharacter.cpp655 mlir::Value singleton) { in extractCodeFromSingleton()