Searched refs:Singleton (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | JSON.cpp | 794 assert(Stack.back().Ctx != Singleton && "Only one value allowed here"); in valueBegin() 825 if (Stack.size() > 1 && Stack.back().Ctx == Singleton) { in flushComment() 886 Stack.back().Ctx = Singleton; in attributeBegin() 899 assert(Stack.back().Ctx == Singleton); in attributeEnd()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | JSON.h | 989 assert(Stack.back().Ctx == Singleton); in ~OStream() 1070 Singleton, // Top level, or object attribute. enumerator 1076 Context Ctx = Singleton;
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | CompositionExclusions-3.2.0.txt | 112 # (3) Singleton Decompositions
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 12270 class Singleton : SingletonImplT, public ISingleton { class 12272 static auto getInternal() -> Singleton* { in getInternal() 12273 static Singleton* s_instance = nullptr; in getInternal() 12275 s_instance = new Singleton; in getInternal() 12351 using RegistryHubSingleton = Singleton<RegistryHub, IRegistryHub, IMutableRegistryHub>; 13541 : m_index( Singleton<StringStreams>::getMutable().add() ), in ReusableStringStream() 13542 m_oss( Singleton<StringStreams>::getMutable().m_streams[m_index].get() ) in ReusableStringStream() 13548 Singleton<StringStreams>::getMutable().release( m_index ); in ~ReusableStringStream()
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.ok | 109 Minimal Storage'', by R. C. Singleton 54--54
|
H A D | funstack.in | 596 …orithm 347 [{M1}]: An Efficient Algorithm for Sorting with Minimal Storage'', by R. C. Singleton}", 3757 …ore is applicable to a family of sorting algorithms discussed by Hoare, Singleton, and van Emden. …
|