Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp2170 struct Formatter { struct
2171 Formatter(char *str_, const char *fmt_, size_t size_) in Formatter() argument
2181 int format() { in format()
2190 template <typename T> int format(T arg) { in format()
2204 char *build_format_string() { in build_format_string()
2213 char *str_cur() { return str + str_off; } in str_cur()
2215 size_t num_written_bytes(int retval) { in num_written_bytes()
2235 char *str;
2236 size_t str_off;
2237 size_t size;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp872 const MIRFormatter *Formatter = nullptr; in print() local
1254 const MIRFormatter *Formatter = TII->getMIRFormatter(); in print() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2992 if (const auto *Formatter = TII->getMIRFormatter()) { in parseMachineOperand() local
3269 if (const auto *Formatter = TII->getMIRFormatter()) { in parseMemoryPseudoSourceValue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h90 mutable std::unique_ptr<AMDGPUMIRFormatter> Formatter; variable
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2588 class Formatter : public TokenAnalyzer { class
2590 Formatter(const Environment &Env, const FormatStyle &Style, in Formatter() function in clang::format::__anon2090391b0111::Formatter