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.cpp2167 struct Formatter { struct
2168 Formatter(char *str_, const char *fmt_, size_t size_) in Formatter() function
2178 int format() { in format()
2187 template <typename T> int format(T arg) { in format()
2201 char *build_format_string() { in build_format_string()
2210 char *str_cur() { return str + str_off; } in str_cur()
2212 size_t num_written_bytes(int retval) { in num_written_bytes()
2232 char *str;
2233 size_t str_off;
2234 size_t size;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp860 const MIRFormatter *Formatter = nullptr; in print() local
1228 const MIRFormatter *Formatter = TII->getMIRFormatter(); in print() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2959 if (const auto *Formatter = TII->getMIRFormatter()) { in parseMachineOperand() local
3236 if (const auto *Formatter = TII->getMIRFormatter()) { in parseMemoryPseudoSourceValue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h88 mutable std::unique_ptr<AMDGPUMIRFormatter> Formatter; variable
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2419 class Formatter : public TokenAnalyzer { class
2421 Formatter(const Environment &Env, const FormatStyle &Style, in Formatter() function in clang::format::__anon2090391b0111::Formatter