Home
last modified time | relevance | path

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

/llvm-project/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/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/clang/test/CodeGenCXX/
H A Dmangle-ms-back-references.cpp8 static const RT1& singleton; member
107 __forceinline static TSS0& singleton() { in singleton() function
/llvm-project/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/clang/test/Analysis/Checkers/WebKit/
H A Duncounted-obj-arg.cpp338 static RefCounted& singleton() { singleton() function in RefCounted
/llvm-project/polly/unittests/Isl/
H A DIslTest.cpp614 TEST(ISLTools, singleton) { in TEST() argument
/llvm-project/flang/lib/Optimizer/Builder/
H A DCharacter.cpp696 mlir::Value singleton) { in extractCodeFromSingleton()