HomeSort by relevance Sort by last modified time
    Searched defs:OldSize (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/AST/
RawCommentList.h 210 size_t OldSize = Comments.size();
211 Comments.resize(C.size() + OldSize);
212 std::copy_backward(Comments.begin(), Comments.begin() + OldSize,
  /external/llvm/include/llvm/ADT/
BitVector.h 224 unsigned OldSize = Size;
226 if (t || N < OldSize)
DenseMap.h 899 unsigned OldSize = this->size();
904 if (OldSize) {
905 NewNumBuckets = 1 << (Log2_32_Ceil(OldSize) + 1);
    [all...]
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 478 unsigned OldSize = GVs.size();
483 if (GVs.size() < OldSize)
501 unsigned OldSize = Functions.size();
504 if (Functions.size() < OldSize)
519 unsigned OldSize = Blocks.size();
521 if (Blocks.size() < OldSize)
Miscompilation.cpp 570 unsigned OldSize = Blocks.size();
584 if (Blocks.size() == OldSize)
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 897 uint64_t OldSize = LF.getContents().size();
909 return OldSize != LF.getContents().size();
916 uint64_t OldSize = DF.getContents().size();
927 return OldSize != Data.size();
934 uint64_t OldSize = DF.getContents().size();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 399 size_t OldSize = LifetimeExtendedCleanupStack.size();
403 char *Buffer = &LifetimeExtendedCleanupStack[OldSize];
    [all...]

Completed in 493 milliseconds