Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DInstrumentation.h25 inline void stringify_append(llvm::raw_string_ostream &ss, const T &t) { in stringify_append() function
30 inline void stringify_append(llvm::raw_string_ostream &ss, const T &t) { in stringify_append() function
35 inline void stringify_append(llvm::raw_string_ostream &ss, T *t) { in stringify_append() function
40 inline void stringify_append(llvm::raw_string_ostream &ss, const T *t) { in stringify_append() function