Home
last modified time | relevance | path

Searched refs:Formatter (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/libcxx/docs/Status/
H A DFormatPaper.csv12 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::file_time<Duration>``",,Not assigne…
13 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::local_time<Duration>``",,Not assign…
15 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::day``",,Mark de Wever,,|In Progress…
16 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::month``",,Mark de Wever,,|In Progre…
17 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::year``",,Mark de Wever,,|In Progres…
18 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::weekday``",,Mark de Wever,,|In Prog…
20 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::weekday_last``",,Mark de Wever,,|In…
21 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::month_day``",,Mark de Wever,,|In Pr…
22 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::month_day_last``",,Mark de Wever,,|…
23 `[time.syn] <https://wg21.link/time.syn>`_,"Formatter ``chrono::month_weekday``",,Mark de Wever,,|I…
[all …]
H A DCxx2bIssues.csv68 `3462 <https://wg21.link/LWG3462>`__,"§[formatter.requirements]: Formatter requirements forbid use …
/llvm-project-15.0.7/llvm/test/CodeGen/AVR/
H A Drust-avr-bug-37.ll3 %"fmt::Formatter" = type { i32, { i8*, void (i8*)** } }
7 define void @"TryFromIntError::Debug"(%"fmt::Formatter"* dereferenceable(32)) unnamed_addr #0 perso…
11 %1 = getelementptr inbounds %"fmt::Formatter", %"fmt::Formatter"* %0, i16 0, i32 1
14 %4 = getelementptr inbounds %"fmt::Formatter", %"fmt::Formatter"* %0, i16 0, i32 1, i32 1
H A Drust-avr-bug-95.ll3 %"fmt::Formatter.1.77.153.229.305.381.1673" = type { [0 x i8], i32, [0 x i8], i32, [0 x i8], i8, [0…
9 …27$a$GT$$u20$as$u20$lib..fmt..Debug$GT$3fmt17h76a537e22649f739E"(%"fmt::Formatter.1.77.153.229.305…
12 …%0 = getelementptr inbounds %"fmt::Formatter.1.77.153.229.305.381.1673", %"fmt::Formatter.1.77.153…
14 …%2 = getelementptr inbounds %"fmt::Formatter.1.77.153.229.305.381.1673", %"fmt::Formatter.1.77.153…
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DTwineTest.cpp120 formatter Formatter(Count); in TEST() local
121 (void)Twine(formatv("{0}", Formatter)); in TEST()
123 (void)Twine(formatv("{0}", Formatter)).str(); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h61 template <class Formatter>
62 bool IsMatch(const std::shared_ptr<Formatter> &formatter_sp) const { in IsMatch()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineOperand.cpp809 const MIRFormatter *Formatter = nullptr; in print() local
813 Formatter = TII->getMIRFormatter(); in print()
815 if (Formatter) in print()
816 Formatter->printImm(OS, *getParent(), OpIdx, getImm()); in print()
1170 const MIRFormatter *Formatter = TII->getMIRFormatter(); in print() local
1176 Formatter->printCustomPseudoSourceValue(OS, MST, *PVal); in print()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1986 if (!Formatter.get()) in getMIRFormatter()
1987 Formatter = std::make_unique<MIRFormatter>(); in getMIRFormatter()
1988 return Formatter.get(); in getMIRFormatter()
2004 mutable std::unique_ptr<MIRFormatter> Formatter;
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/
H A D__init__.py102 handler.setFormatter(logging.Formatter(fmt=fmt_string))
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp226 class Formatter { class in __anon5e0e87940111::OpOrAdaptorHelper
229 Formatter(Functor &&func) : func(std::forward<Functor>(func)) {} in Formatter() function in __anon5e0e87940111::OpOrAdaptorHelper::Formatter
241 friend raw_ostream &operator<<(raw_ostream &os, const Formatter &fmt) { in operator <<()
247 Formatter getAttr(StringRef attrName, bool isNamed = false) const { in getAttr()
258 Formatter getAttrName(StringRef attrName) const { in getAttrName()
273 Formatter emitErrorPrefix() const { in emitErrorPrefix()
283 Formatter getOperand(unsigned index) const { in getOperand()
293 Formatter getResult(unsigned index) const { in getResult()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h49 mutable std::unique_ptr<AMDGPUMIRFormatter> Formatter; variable
1171 if (!Formatter.get()) in getMIRFormatter()
1172 Formatter = std::make_unique<AMDGPUMIRFormatter>(); in getMIRFormatter()
1173 return Formatter.get(); in getMIRFormatter()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2848 if (const auto *Formatter = TII->getMIRFormatter()) { in parseMachineOperand() local
2849 return parseTargetImmMnemonic(OpCode, OpIdx, Dest, *Formatter); in parseMachineOperand()
3112 if (const auto *Formatter = TII->getMIRFormatter()) { in parseMemoryPseudoSourceValue() local
3113 if (Formatter->parseCustomPseudoSourceValue( in parseMemoryPseudoSourceValue()
/llvm-project-15.0.7/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
2213 Formatter formatter(str, fmt, size); in format_buffer() argument
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp2015 class Formatter : public TokenAnalyzer { class
2017 Formatter(const Environment &Env, const FormatStyle &Style, in Formatter() function in clang::format::__anon8802244b0111::Formatter
3243 Formatter(*Env, Style, Status).process().first; in reformat()
3307 return Formatter(Env, Expanded, Status).process(); in reformat()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py92 _log_formatter = logging.Formatter(