Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/__support/CPP/
H A Dstring.h33 static constexpr char *get_empty_string() { in get_empty_string() function
37 char *buffer_ = get_empty_string();
42 buffer_ = get_empty_string(); in reset_no_deallocate()
49 if (buffer_ != get_empty_string()) in set_size_and_add_null_character()
91 if (buffer_ != get_empty_string()) in ~string()
134 if (void *Ptr = ::realloc(buffer_ == get_empty_string() ? nullptr : buffer_, in reserve()