Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp2168 Formatter(char *str_, const char *fmt_, size_t size_) in format() argument
2157 struct Formatter { global() struct
2158 FormatterFormatter Formatter() argument
2177 formatFormatter format() argument
2191 scanFormatter scan() argument
2205 scanFormatter scan() argument
2219 build_format_stringFormatter build_format_string() argument
2238 str_curFormatter str_cur() argument
2240 num_written_bytesFormatter num_written_bytes() argument
2260 strFormatter global() argument
2261 str_offFormatter global() argument
2262 sizeFormatter global() argument
2263 fmt_startFormatter global() argument
2287 skipFormatter format_buffer() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp860 const MIRFormatter *Formatter = nullptr; in print() local
1225 const MIRFormatter *Formatter = TII->getMIRFormatter(); print() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2983 if (const auto *Formatter = TII->getMIRFormatter()) { parseMachineOperand() local
3260 if (const auto *Formatter = TII->getMIRFormatter()) { parseMemoryPseudoSourceValue() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h88 mutable std::unique_ptr<AMDGPUMIRFormatter> Formatter; variable
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2386 class Formatter : public TokenAnalyzer { global() class
2388 Formatter(const Environment &Env, const FormatStyle &Style, Formatter() function in clang::format::__anon79e69e6d0111::Formatter