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

  /external/chromium/base/allocator/
allocator_unittests.cc 46 static bool IsZeroed(unsigned char* buffer, int n) {
471 EXPECT_TRUE(IsZeroed(src, src_size));
  /external/clang/lib/CodeGen/
CGValue.h 355 enum IsZeroed_t { IsNotZeroed, IsZeroed };
380 IsZeroed_t isZeroed = IsNotZeroed) {
387 AV.ZeroedFlag = isZeroed;
396 IsZeroed_t isZeroed = IsNotZeroed) {
398 LV.getQuals(), isDestructed, needsGC, isAliased, isZeroed);
444 IsZeroed_t isZeroed() const {

Completed in 78 milliseconds