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

  /prebuilts/go/darwin-x86/src/runtime/
string_test.go 250 func isZeroed(b []byte) bool {
274 if !isZeroed(b[len(b):cap(b)]) {
  /prebuilts/go/linux-x86/src/runtime/
string_test.go 250 func isZeroed(b []byte) bool {
274 if !isZeroed(b[len(b):cap(b)]) {
  /external/clang/lib/CodeGen/
CGValue.h 482 enum IsZeroed_t { IsNotZeroed, IsZeroed };
507 IsZeroed_t isZeroed = IsNotZeroed) {
519 AV.ZeroedFlag = isZeroed;
528 IsZeroed_t isZeroed = IsNotZeroed) {
530 LV.getQuals(), isDestructed, needsGC, isAliased, isZeroed);
587 IsZeroed_t isZeroed() const {

Completed in 102 milliseconds