Searched refs:setfill (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/libstdc++/src/
H A Diostream-inst.cc40 template _Setfill<char> setfill(char);
45 template _Setfill<wchar_t> setfill(wchar_t);
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOStreamMacros.h16 #define RAW_HEXBASE std::setfill('0') << std::hex << std::right
29 #define STRING_WIDTH(w) std::setfill(' ') << std::setw(w)
30 #define LEFT_STRING_WIDTH(s, w) std::left << std::setfill(' ') << std::setw(w) << (s) << std::right
31 #define DECIMAL std::dec << std::setfill(' ')
33 //#define FLOAT(n, d) std::setfill(' ') << std::setw((n)+(d)+1) << std::setprecision(d) << std::showpoint << std::fixed
34 #define INDENT_WITH_SPACES(iword_idx) std::setfill(' ') << std::setw((iword_idx)) << ""
35 #define INDENT_WITH_TABS(iword_idx) std::setfill('\t') << std::setw((iword_idx)) << ""
/freebsd-10.3-release/contrib/libstdc++/include/backward/
H A Diomanip.h62 using std::setfill;
/freebsd-10.3-release/contrib/libstdc++/include/std/
H A Dstd_iomanip.h174 setfill(_CharT __c) function

Completed in 59 milliseconds