/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFCompileUnit.cpp | 24 << ", format = " << dwarf::FormatString(getFormat()) in dump()
|
H A D | DWARFTypeUnit.cpp | 33 << ", 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 | 956 << " Format: " << FormatString(IsDWARF64) << "\n"; in dump() 1003 OS << " Format: " << FormatString(IsDWARF64) << "\n"; in dump()
|
H A D | DWARFAcceleratorTable.cpp | 368 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 | 198 << ", Format = " << dwarf::FormatString(Format) in dumpStringOffsetsSection()
|
/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 791 StringRef llvm::dwarf::FormatString(DwarfFormat Format) { in FormatString() function in llvm::dwarf 801 StringRef llvm::dwarf::FormatString(bool IsDWARF64) { in FormatString() function in llvm::dwarf 802 return FormatString(IsDWARF64 ? DWARF64 : DWARF32); in FormatString()
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckSecuritySyntaxOnly.cpp | 786 auto FormatString = in checkDeprecatedOrUnsafeBufferHandling() local 788 if (FormatString && !FormatString->getString().contains("%s") && in checkDeprecatedOrUnsafeBufferHandling() 789 !FormatString->getString().contains("%[")) in checkDeprecatedOrUnsafeBufferHandling()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | CMakeLists.txt | 64 FormatString.cpp
|
/openbsd-src/gnu/usr.bin/clang/libclangAST/ |
H A D | Makefile | 56 FormatString.cpp \
|
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.h | 660 StringRef FormatString(DwarfFormat Format); 661 StringRef FormatString(bool IsDWARF64);
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | DiagnosticIDs.h | 191 unsigned getCustomDiagID(Level L, StringRef FormatString);
|
H A D | Diagnostic.h | 868 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) { in getCustomDiagID() 870 StringRef(FormatString, N - 1)); in getCustomDiagID()
|
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/AST/ |
H A D | BUILD.gn | 92 "FormatString.cpp",
|
/openbsd-src/gnu/llvm/clang/lib/Basic/ |
H A D | DiagnosticIDs.cpp | 417 unsigned DiagnosticIDs::getCustomDiagID(Level L, StringRef FormatString) { in getCustomDiagID() argument 420 return CustomDiagInfo->getOrCreateDiagID(L, FormatString, *this); in getCustomDiagID()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan.cpp | 131 return FormatString(buffer, size, keep_going_str); in Format()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 2565 StringLiteral *FormatString = OSL->getString(); in DiagnoseCStringFormatDirectiveInObjCAPI() local 2566 if (S.FormatStringHasSArg(FormatString)) { in DiagnoseCStringFormatDirectiveInObjCAPI()
|