Home
last modified time | relevance | path

Searched refs:FormatString (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/contrib/edk2/Include/Library/
H A DPrintLib.h245 IN CONST CHAR16 *FormatString,
292 IN CONST CHAR16 *FormatString,
341 IN CONST CHAR16 *FormatString,
389 IN CONST CHAR8 *FormatString,
435 IN CONST CHAR8 *FormatString,
484 IN CONST CHAR8 *FormatString,
591 IN CONST CHAR8 *FormatString,
635 IN CONST CHAR8 *FormatString,
682 IN CONST CHAR8 *FormatString,
730 IN CONST CHAR16 *FormatString,
[all …]
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp141 static void formatErrorString(StringRef FormatString, in formatErrorString() argument
144 while (!FormatString.empty()) { in formatErrorString()
145 std::pair<StringRef, StringRef> Pieces = FormatString.split("$"); in formatErrorString()
150 FormatString = Pieces.second.drop_front(); in formatErrorString()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.h37 inline bool FormatString(char *buffer, uptr size, const char *str_to_use) { in FormatString() function
79 return FormatString(buffer, size, *t_ ? "true" : "false"); in Format()
112 return FormatString(buffer, size, *t_); in Format()
H A Dsanitizer_flags.cpp106 return FormatString(buffer, size, original_path_); in Format()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFCompileUnit.cpp24 << ", format = " << dwarf::FormatString(getFormat()) in dump()
H A DDWARFTypeUnit.cpp33 << ", format = " << dwarf::FormatString(getFormat()) in dump()
H A DDWARFDebugPubTable.cpp97 OS << ", format = " << dwarf::FormatString(S.Format); in dump()
H A DDWARFListTable.cpp85 << ", format = " << dwarf::FormatString(Format) in dump()
H A DDWARFDebugArangeSet.cpp167 << "format = " << dwarf::FormatString(HeaderData.Format) << ", " in dump()
H A DDWARFDebugAddr.cpp143 << ", format = " << dwarf::FormatString(Format) in dump()
H A DDWARFDebugMacro.cpp35 << ", format = " << FormatString(getDwarfFormat()); in dumpMacroHeader()
H A DDWARFDebugFrame.cpp965 << " Format: " << FormatString(IsDWARF64) << "\n"; in dump()
1012 OS << " Format: " << FormatString(IsDWARF64) << "\n"; in dump()
H A DDWARFAcceleratorTable.cpp434 W.printString("Format", dwarf::FormatString(Format)); in dump()
H A DDWARFDebugLine.cpp125 << " format: " << dwarf::FormatString(FormParams.Format) << "\n" in dump()
H A DDWARFContext.cpp879 << ", Format = " << dwarf::FormatString(Format) in dumpStringOffsetsSection()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp868 StringRef llvm::dwarf::FormatString(DwarfFormat Format) { in FormatString() function in llvm::dwarf
878 StringRef llvm::dwarf::FormatString(bool IsDWARF64) { in FormatString() function in llvm::dwarf
879 return FormatString(IsDWARF64 ? DWARF64 : DWARF32); in FormatString()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h203 unsigned getCustomDiagID(Level L, StringRef FormatString);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp415 unsigned DiagnosticIDs::getCustomDiagID(Level L, StringRef FormatString) { in getCustomDiagID() argument
418 return CustomDiagInfo->getOrCreateDiagID(L, FormatString, *this); in getCustomDiagID()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h996 StringRef FormatString(DwarfFormat Format);
997 StringRef FormatString(bool IsDWARF64);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp2291 const StringLiteral *FormatString; in DiagnoseCStringFormatDirectiveInCFAPI() local
2294 FormatString = OSL->getString(); in DiagnoseCStringFormatDirectiveInCFAPI()
2296 FormatString = dyn_cast<StringLiteral>(FormatExpr->IgnoreParenImpCasts()); in DiagnoseCStringFormatDirectiveInCFAPI()
2297 if (!FormatString) in DiagnoseCStringFormatDirectiveInCFAPI()
2299 if (SemaRef.FormatStringHasSArg(FormatString)) { in DiagnoseCStringFormatDirectiveInCFAPI()
H A DSemaExprObjC.cpp2579 StringLiteral *FormatString = OSL->getString(); in DiagnoseCStringFormatDirectiveInObjCAPI() local
2580 if (S.FormatStringHasSArg(FormatString)) { in DiagnoseCStringFormatDirectiveInObjCAPI()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp140 return FormatString(buffer, size, keep_going_str); in Format()
/freebsd/lib/clang/libclang/
H A DMakefile107 SRCS_MIN+= AST/FormatString.cpp