Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp228 bool DIDescriptor::isScope() const { in isScope() function in DIDescriptor
/external/v8/src/debug/
Dmirrors.js402 Mirror.prototype.isScope = function() { method in Mirror
/external/llvm/lib/IR/
DVerifier.cpp768 static bool isScope(const Metadata *MD) { return !MD || isa<DIScope>(MD); } in isScope() function