Home
last modified time | relevance | path

Searched defs:isScope (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h148 bool isScope() { return (storage_class & STCscope) != 0; } in isScope() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h141 bool isScope() const { return (storage_class & STCscope) != 0; } in isScope() function
H A Ddeclaration.d479 final bool isScope() const pure nothrow @nogc @safe in isScope() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp920 static bool isScope(const Metadata *MD) { return !MD || isa<DIScope>(MD); } in isScope() function