Home
last modified time | relevance | path

Searched refs:GetOrCreate (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_bytemap.h71 u8 *map2 = GetOrCreate(idx / kSize2); in set()
91 u8 *GetOrCreate(uptr idx) { in GetOrCreate() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DReproducer.h123 template <typename T> T &GetOrCreate() { in GetOrCreate() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp309 g->GetOrCreate<ProcessGDBRemoteProvider>(); in ProcessGDBRemote()