OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialpad
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
CheckerRegistry.cpp
134
const size_t
initialPad
= 2;
137
out.indent(
initialPad
) << i->FullName;
144
pad = optionFieldWidth +
initialPad
;
/external/clang/lib/Driver/
OptTable.cpp
271
const unsigned
InitialPad
= 2;
275
OS.indent(
InitialPad
) << Option;
280
Pad = OptionFieldWidth +
InitialPad
;
Completed in 365 milliseconds