Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp434 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, in exception_spec_can_catch() argument
452 specIndex = -specIndex; in exception_spec_can_catch()
453 --specIndex; in exception_spec_can_catch()
456 static_cast<uintptr_t>(specIndex) * sizeof(uintptr_t)); in exception_spec_can_catch()
480 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, in exception_spec_can_catch() argument
491 specIndex = -specIndex; in exception_spec_can_catch()
492 --specIndex; in exception_spec_can_catch()
493 const uint8_t* temp = classInfo + specIndex; in exception_spec_can_catch()