Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp30 static int AppendChar(char **buff, const char *buff_end, char c) { in AppendChar() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp272 void FormatEntity::Entry::AppendChar(char ch) { in AppendChar() function in FormatEntity::Entry