Home
last modified time | relevance | path

Searched defs:GetOrCreate (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_bytemap.h91 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