Home
last modified time | relevance | path

Searched refs:isInScope (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-EHABI.cpp110 bool isInScope = (scopeStart <= pc) && (pc < scopeEnd); in ProcessDescriptors() local
126 if (isInScope) { in ProcessDescriptors()