HomeSort by: relevance | last modified time | path
    Searched refs:isScope (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
escape.d 331 if (v.isScope())
393 if ((v.isReference() || v.isScope()) && p == sc.func)
629 if (va && !vaIsRef && !va.isScope() && !v.isScope() &&
640 (v.isScope() || (v.storage_class & STC.maybescope)) &&
650 if (!(va && va.isScope()) || vaIsRef)
653 if (v.isScope())
658 if (va.isScope())
669 if (va && va.isScope() && va.storage_class & STC.return_ && !(v.storage_class & STC.return_) &&
692 if (!va.isScope())
    [all...]
ob.d 1234 return v.isScope() && !v.isowner && v.type.nextOf().isMutable();
1244 return v.isScope() && !v.type.nextOf().isMutable();
1745 if (v.isScope())
declaration.h 141 bool isScope() const { return (storage_class & STCscope) != 0; }
declaration.d 479 final bool isScope() const pure nothrow @nogc @safe
dsymbolsem.d 835 if (dsym.type.isscope() && !(dsym.storage_class & STC.nodtor))
1024 if (ei && dsym.isScope())
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 920 static bool isScope(const Metadata *MD) { return !MD || isa<DIScope>(MD); }
1052 AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope());
1094 AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope());
1240 AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope());

Completed in 66 milliseconds