Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_bytemap.h90 u8 *GetOrCreate(uptr idx) { in GetOrCreate() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h127 template <typename T> T &GetOrCreate() { in GetOrCreate() function