Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ADT/
H A DTwineTest.cpp126 formatter Formatter(Count); in TEST() local
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp2167 struct Formatter { global() struct
2168 FormatterFormatter Formatter() argument
2178 formatFormatter format() argument
2187 formatFormatter format() argument
2201 build_format_stringFormatter build_format_string() argument
2210 str_curFormatter str_cur() argument
2212 num_written_bytesFormatter num_written_bytes() argument
2232 strFormatter global() argument
2233 str_offFormatter global() argument
2234 sizeFormatter global() argument
2235 fmt_startFormatter global() argument
2259 skipFormatter format_buffer() argument
/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp860 const MIRFormatter *Formatter = nullptr; print() local
1228 const MIRFormatter *Formatter = TII->getMIRFormatter(); print() local
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2993 if (const auto *Formatter = TII->getMIRFormatter()) { parseMachineOperand() local
3270 if (const auto *Formatter = TII->getMIRFormatter()) { parseMemoryPseudoSourceValue() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h88 mutable std::unique_ptr<AMDGPUMIRFormatter> Formatter; global() variable
/llvm-project/clang/lib/Format/
H A DFormat.cpp2419 class Formatter : public TokenAnalyzer { global() class
2421 Formatter(const Environment &Env, const FormatStyle &Style, Formatter() function in clang::format::__anon57ed8e8e0111::Formatter
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp285 class Formatter { global() class in __anon4a9417d70111::OpOrAdaptorHelper
288 Formatter(Functor &&func) : func(std::forward<Functor>(func)) {} Formatter() function in __anon4a9417d70111::OpOrAdaptorHelper::Formatter