Searched refs:scopeEnd (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp114 uintptr_t scopeEnd = scopeStart + length; local
116 bool isInScope = (scopeStart <= pc) && (pc < scopeEnd);

Completed in 121 milliseconds