/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Format.h | 176 inline format_object1<T> format(const char *Fmt, const T &Val) { in format() 183 inline format_object2<T1, T2> format(const char *Fmt, const T1 &Val1, in format() 191 inline format_object3<T1, T2, T3> format(const char *Fmt, const T1 &Val1, in format() 199 inline format_object4<T1, T2, T3, T4> format(const char *Fmt, const T1 &Val1, in format() 208 inline format_object5<T1, T2, T3, T4, T5> format(const char *Fmt,const T1 &Val1, in format()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FormatVariadic.h | 81 StringRef Fmt; variable 92 formatv_object_base(StringRef Fmt, std::size_t ParamCount) in formatv_object_base() 147 formatv_object(StringRef Fmt, Tuple &&Params) in formatv_object()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | FormatVariadic.h | 81 StringRef Fmt; variable 92 formatv_object_base(StringRef Fmt, std::size_t ParamCount) in formatv_object_base() 156 formatv_object(StringRef Fmt, Tuple &&Params) in formatv_object()
|
D | Error.h | 1127 Error createStringError(std::error_code EC, char const *Fmt, in createStringError()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | ELFDump.cpp | 79 const char *Fmt = in printDynamicSection() local 144 const char *Fmt = ELFT::Is64Bits ? "0x%016" PRIx64 " " : "0x%08" PRIx64 " "; in printProgramHeaders() local
|
D | llvm-objdump.cpp | 1040 StringRef Fmt = "\t\t\t%08" PRIx64 ": "; in printInst() local 1295 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "\t\t%016" PRIx64 ": " : in DisassembleObject() local 1782 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "%016" PRIx64 : in PrintRelocations() local 1824 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "%016" PRIx64 : "%08" PRIx64; in PrintDynamicRelocations() local 1967 const char *Fmt = o->getBytesInAddress() > 4 ? "%016" PRIx64 : in PrintSymbolTable() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugRnglists.cpp | 20 static Error createError(char const *Fmt, const Ts &... Vals) { in createError() 29 Error DWARFListType<RangeListEntry>::createError(const char *Fmt, const char *s, in createError()
|
D | DWARFListTable.cpp | 19 static Error createError(char const *Fmt, const Ts &... Vals) { in createError()
|
D | DWARFDebugRangeList.cpp | 21 static Error createError(char const *Fmt, const Ts &... Vals) { in createError()
|
D | DWARFDebugLine.cpp | 277 static std::string formatErrorString(char const *Fmt, const Ts &... Vals) { in formatErrorString() 285 static Error createError(char const *Fmt, const Ts &... Vals) { in createError()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | FormatVariadic.cpp | 93 formatv_object_base::splitLiteralAndReplacement(StringRef Fmt) { in splitLiteralAndReplacement() 145 formatv_object_base::parseFormatString(StringRef Fmt) { in parseFormatString()
|
/external/llvm/tools/llvm-objdump/ |
D | ELFDump.cpp | 54 const char *Fmt = ELFT::Is64Bits ? "0x%016" PRIx64 " " : "0x%08" PRIx64 " "; in printProgramHeaders() local
|
D | llvm-objdump.cpp | 988 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "\t\t%016" PRIx64 ": " : in DisassembleObject() local 1298 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "%016" PRIx64 : in PrintRelocations() local 1443 const char *Fmt = o->getBytesInAddress() > 4 ? "%016" PRIx64 : in PrintSymbolTable() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | LinePrinter.h | 45 template <typename... Ts> void formatLine(const char *Fmt, Ts &&... Items) { in formatLine() 48 template <typename... Ts> void format(const char *Fmt, Ts &&... Items) { in format()
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerIO.cpp | 135 void Printf(const char *Fmt, ...) { in Printf()
|
/external/llvm/include/llvm/Support/ |
D | Format.h | 111 inline format_object<Ts...> format(const char *Fmt, const Ts &... Vals) { in format()
|
/external/golang-protobuf/protoc-gen-go/testdata/imports/ |
D | test_import_all.pb.go | 34 Fmt *fmt1.M `protobuf:"bytes,7,opt,name=fmt,proto3" json:"fmt,omitempty"` member
|
/external/clang/lib/Frontend/ |
D | VerifyDiagnosticConsumer.cpp | 620 SmallString<256> Fmt; in PrintUnexpected() local 648 SmallString<256> Fmt; in PrintExpected() local
|
D | InitPreprocessor.cpp | 204 for (const char *Fmt = IsSigned ? "di" : "ouxX"; *Fmt; ++Fmt) { in DefineFmt() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | Twine.h | 298 /*implicit*/ Twine(const formatv_object_base &Fmt) in Twine()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Twine.h | 299 /*implicit*/ Twine(const formatv_object_base &Fmt) in Twine()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | raw_ostream.cpp | 343 raw_ostream &raw_ostream::operator<<(const format_object_base &Fmt) { in operator <<()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | FormatVariadicTest.cpp | 488 const char *Fmt; member
|
/external/llvm/lib/Support/ |
D | raw_ostream.cpp | 361 raw_ostream &raw_ostream::operator<<(const format_object_base &Fmt) { in operator <<()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | raw_ostream.cpp | 282 raw_ostream &raw_ostream::operator<<(const format_object_base &Fmt) { in operator <<()
|