OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:right_justify
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Support/
Format.h
115
/// This is a helper class used for left_justify() and
right_justify
().
134
///
right_justify
- add spaces before string so total output is
137
inline FormattedString
right_justify
(StringRef Str, unsigned Width) {
function in namespace:llvm
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Format.h
128
/// This is a helper class used for left_justify() and
right_justify
().
147
///
right_justify
- add spaces before string so total output is
150
inline FormattedString
right_justify
(StringRef Str, unsigned Width) {
function in namespace:llvm
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Format.h
128
/// This is a helper class for left_justify,
right_justify
, and center_justify.
149
///
right_justify
- add spaces before string so total output is
152
inline FormattedString
right_justify
(StringRef Str, unsigned Width) {
function in namespace:llvm
Completed in 259 milliseconds