Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_personality.cpp404 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, in exception_spec_can_catch() argument
418 specIndex = -specIndex; in exception_spec_can_catch()
419 --specIndex; in exception_spec_can_catch()
422 static_cast<uintptr_t>(specIndex) * sizeof(uintptr_t)); in exception_spec_can_catch()
446 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, in exception_spec_can_catch() argument
456 specIndex = -specIndex; in exception_spec_can_catch()
457 --specIndex; in exception_spec_can_catch()
458 const uint8_t* temp = classInfo + specIndex; in exception_spec_can_catch()