HomeSort by relevance Sort by last modified time
    Searched refs:IsZeroed (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/allocator/
allocator_unittest.cc 46 static bool IsZeroed(unsigned char* buffer, int n) {
469 EXPECT_TRUE(IsZeroed(src, src_size));
  /external/clang/lib/CodeGen/
CGValue.h 402 enum IsZeroed_t { IsNotZeroed, IsZeroed };
427 IsZeroed_t isZeroed = IsNotZeroed) {
434 AV.ZeroedFlag = isZeroed;
443 IsZeroed_t isZeroed = IsNotZeroed) {
445 LV.getQuals(), isDestructed, needsGC, isAliased, isZeroed);
495 IsZeroed_t isZeroed() const {
CGAtomic.cpp     [all...]
CGExprAgg.cpp 468 !(Dest.isZeroed() && hasTrivialFiller &&
638 if (!Dest.isZeroed())
650 AggValueSlot::IsZeroed);
    [all...]

Completed in 366 milliseconds