HomeSort by relevance Sort by last modified time
    Searched refs:NumChars (Results 1 - 4 of 4) 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adoint.h     [all...]

Completed in 398 milliseconds