OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RightJustify
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
Format.h
119
bool
RightJustify
;
124
: Str(S), Width(W),
RightJustify
(R) { }
/external/llvm/lib/Support/
raw_ostream.cpp
402
if (FS.
RightJustify
&& (PadAmount > 0))
405
if (!FS.
RightJustify
&& (PadAmount > 0))
Completed in 74 milliseconds