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 373 enum IsZeroed_t { IsNotZeroed, IsZeroed };
400 IsZeroed_t isZeroed = IsNotZeroed) {
406 AV.ZeroedFlag = isZeroed;
414 IsZeroed_t isZeroed = IsNotZeroed) {
416 isDestructed, needsGC, isAliased, isZeroed);
457 IsZeroed_t isZeroed() const {

Completed in 25 milliseconds