Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp2129 struct Formatter { struct
2130 Formatter(char *str_, const char *fmt_, size_t size_) in Formatter() function
2134 int format() { in format()
2143 template <typename T> int format(T arg) { in format()
2157 char *build_format_string() { in build_format_string()
2166 char *str_cur() { return str + str_off; } in str_cur()
2168 size_t num_written_bytes(int retval) { in num_written_bytes()
2188 char *str;
2189 size_t str_off;
2213 Formatter formatter(str, fmt, size); in format_buffer() argument
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOperand.cpp842 const MIRFormatter *Formatter = nullptr; in print() local
1217 const MIRFormatter *Formatter = TII->getMIRFormatter(); in print() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2940 if (const auto *Formatter = TII->getMIRFormatter()) { in parseMachineOperand() local
3217 if (const auto *Formatter = TII->getMIRFormatter()) { in parseMemoryPseudoSourceValue() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h49 mutable std::unique_ptr<AMDGPUMIRFormatter> Formatter; variable
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp2214 class Formatter : public TokenAnalyzer { class
2216 Formatter(const Environment &Env, const FormatStyle &Style, in Formatter() function in clang::format::__anon9fd446720111::Formatter