OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumChars
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/TableGen/
StringMatcher.cpp
80
unsigned
NumChars
= FirstNonCommonLetter-CharNo;
83
if (
NumChars
== 1) {
93
<< ", \"" << Matches[0]->first.substr(CharNo,
NumChars
) << "\", "
94
<<
NumChars
<< "))\n";
/external/clang/lib/Format/
BreakableToken.cpp
53
for (unsigned
NumChars
= 0;
54
NumChars
< MaxSplit && MaxSplitBytes < Text.size();) {
57
NumChars
+=
/external/clang/lib/CodeGen/
CGExprConstant.cpp
325
CharUnits
NumChars
=
329
if (
NumChars
> CharUnits::One())
330
Ty = llvm::ArrayType::get(Ty,
NumChars
.getQuantity());
[
all
...]
Completed in 52 milliseconds