/freebsd-src/sys/contrib/edk2/Include/Library/ |
H A D | PrintLib.h | 245 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, 647 IN CONST CHAR8 *FormatString, 691 IN CONST CHAR8 *FormatString, 738 IN CONST CHAR8 *FormatString, 786 IN CONST CHAR16 *FormatString, [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Diagnostics.cpp | 141 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-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_flag_parser.h | 37 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 D | sanitizer_flags.cpp | 106 return FormatString(buffer, size, original_path_); in Format()
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFTypeUnit.cpp | 33 << ", format = " << dwarf::FormatString(getFormat()) in dump()
|
H A D | DWARFCompileUnit.cpp | 24 << ", format = " << dwarf::FormatString(getFormat()) in dump()
|
H A D | DWARFDebugPubTable.cpp | 97 OS << ", format = " << dwarf::FormatString(S.Format); in dump()
|
H A D | DWARFListTable.cpp | 85 << ", format = " << dwarf::FormatString(Format) in dump()
|
H A D | DWARFDebugArangeSet.cpp | 167 << "format = " << dwarf::FormatString(HeaderData.Format) << ", " in dump()
|
H A D | DWARFDebugAddr.cpp | 143 << ", format = " << dwarf::FormatString(Format) in dump()
|
H A D | DWARFDebugMacro.cpp | 35 << ", format = " << FormatString(getDwarfFormat()); in dumpMacroHeader()
|
H A D | DWARFDebugFrame.cpp | 965 << " Format: " << FormatString(IsDWARF64) << "\n"; in dump() 1012 OS << " Format: " << FormatString(IsDWARF64) << "\n"; in dump()
|
H A D | DWARFAcceleratorTable.cpp | 434 W.printString("Format", dwarf::FormatString(Format)); in dump()
|
H A D | DWARFDebugLine.cpp | 125 << " format: " << dwarf::FormatString(FormParams.Format) << "\n" in dump()
|
H A D | DWARFContext.cpp | 879 << ", Format = " << dwarf::FormatString(Format) in dumpStringOffsetsSection()
|
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 868 StringRef llvm::dwarf::FormatString(DwarfFormat Format) { 878 StringRef llvm::dwarf::FormatString(bool IsDWARF64) { 879 return FormatString(IsDWARF64 ? DWARF64 : DWARF32); 826 StringRef llvm::dwarf::FormatString(DwarfFormat Format) { FormatString() function in llvm::dwarf 836 StringRef llvm::dwarf::FormatString(bool IsDWARF64) { FormatString() function in llvm::dwarf
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckSecuritySyntaxOnly.cpp | 784 auto FormatString = in checkDeprecatedOrUnsafeBufferHandling() local 786 if (FormatString && !FormatString->getString().contains("%s") && in checkDeprecatedOrUnsafeBufferHandling() 787 !FormatString->getString().contains("%[")) in checkDeprecatedOrUnsafeBufferHandling()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.h | 996 StringRef FormatString(DwarfFormat Format); 997 StringRef FormatString(bool IsDWARF64);
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticIDs.h | 203 unsigned getCustomDiagID(Level L, StringRef FormatString);
|
H A D | Diagnostic.h | 873 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) { in getCustomDiagID() 875 StringRef(FormatString, N - 1)); in getCustomDiagID()
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | DiagnosticIDs.cpp | 413 /// \param FormatString A fixed diagnostic format string that will be hashed and in isBuiltinWarningOrExtension() 415 unsigned DiagnosticIDs::getCustomDiagID(Level L, StringRef FormatString) { in isBuiltinWarningOrExtension() 418 return CustomDiagInfo->getOrCreateDiagID(L, FormatString, *this); 402 getCustomDiagID(Level L,StringRef FormatString) getCustomDiagID() argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan.cpp | 140 return FormatString(buffer, size, keep_going_str); in RegisterMsanFlags()
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 2579 StringLiteral *FormatString = OSL->getString(); in DiagnoseCStringFormatDirectiveInObjCAPI() 2580 if (S.FormatStringHasSArg(FormatString)) { 2570 StringLiteral *FormatString = OSL->getString(); DiagnoseCStringFormatDirectiveInObjCAPI() local
|
H A D | SemaChecking.cpp | 29 #include "clang/AST/FormatString.h" 7257 const StringLiteral *FormatString; DiagnoseCStringFormatDirectiveInCFAPI() local
|
/freebsd-src/lib/clang/libclang/ |
H A D | Makefile | 92 SRCS_MIN+= AST/FormatString.cpp
|