| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | FormatPaper.csv | 12 `[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 D | Cxx2bIssues.csv | 68 `3462 <https://wg21.link/LWG3462>`__,"§[formatter.requirements]: Formatter requirements forbid use …
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AVR/ |
| H A D | rust-avr-bug-37.ll | 3 %"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 D | rust-avr-bug-95.ll | 3 %"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 D | TwineTest.cpp | 120 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 D | FormatClasses.h | 61 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 D | MachineOperand.cpp | 809 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 D | TargetInstrInfo.h | 1986 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__.py | 102 handler.setFormatter(logging.Formatter(fmt=fmt_string))
|
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | OpDefinitionsGen.cpp | 226 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 D | SIInstrInfo.h | 49 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 D | MIParser.cpp | 2848 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 D | dfsan_custom.cpp | 2129 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 D | Format.cpp | 2015 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 D | gdbremote_testcase.py | 92 _log_formatter = logging.Formatter(
|