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

  /external/chromium_org/base/allocator/
allocator_unittest.cc 46 static bool IsZeroed(unsigned char* buffer, int n) {
480 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 {

Completed in 93 milliseconds