Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h66 template <class Formatter>
67 bool IsMatch(const std::shared_ptr<Formatter> &formatter_sp) const { in IsMatch()
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cc886 struct Formatter { struct
887 Formatter(char *str_, const char *fmt_, size_t size_) in Formatter() argument
969 Formatter formatter(str, fmt, size); in format_buffer() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1161 class Formatter : public TokenAnalyzer { class
1163 Formatter(const Environment &Env, const FormatStyle &Style, in Formatter() function in clang::format::__anon1d12efaa0111::Formatter
2187 return Formatter(Env, Expanded, Status).process(); in reformat()
/freebsd-12.1/contrib/googletest/googletest/docs/
H A Dadvanced.md248 #### Using a Predicate-Formatter