Home
last modified time | relevance | path

Searched refs:format_str (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp293 llvm::StringRef modifiable_format(format_str); in Parse()
1052 if (!format_str.empty()) { in FormatStringRef()
1070 llvm::StringRef format_str(format); in FormatCString() local
1935 entry.string = format_str.str(); in ParseEntry()
2011 if (format_str.back() == '.') in FindEntry()
2012 remainder = format_str.drop_front(format_str.size() - 1); in FindEntry()
2026 remainder = format_str; in FindEntry()
2326 const size_t paren_pos = format_str.find('}'); in ExtractVariableInfo()
2328 const size_t percent_pos = format_str.find('%'); in ExtractVariableInfo()
2340 format_str = format_str.substr(paren_pos + 1); in ExtractVariableInfo()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp62 const char *format_str = in dump() local
65 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress); in dump()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp305 llvm::SmallString<12> format_str; in WriteHeader() local
306 llvm::raw_svector_ostream format_os(format_str); in WriteHeader()
308 OS << llvm::formatv(format_str.c_str(), thread_name); in WriteHeader()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp291 llvm::StringRef format_str; in SetRegisterInfo() local
292 if (reg_info_dict->GetValueForKeyAsString("format", format_str, nullptr)) { in SetRegisterInfo()
293 if (OptionArgParser::ToFormat(format_str.str().c_str(), reg_info.format, in SetRegisterInfo()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h228 static Status ExtractVariableInfo(llvm::StringRef &format_str,
/freebsd-13.1/sbin/camcontrol/
H A Dcamcontrol.c4190 const char *format_str; in readdefects() local
4192 format_str = scsi_nv_to_str(defect_list_type_map, in readdefects()
4197 format_str ? format_str : "unknown"); in readdefects()
4199 format_str = scsi_nv_to_str(defect_list_type_map, in readdefects()
4202 if (format_str != NULL) { in readdefects()
4204 format_str); in readdefects()