Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_personality.cpp420 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, in exception_spec_can_catch() argument
437 specIndex = -specIndex; in exception_spec_can_catch()
438 --specIndex; in exception_spec_can_catch()
441 static_cast<uintptr_t>(specIndex) * sizeof(uintptr_t)); in exception_spec_can_catch()
465 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, in exception_spec_can_catch() argument
475 specIndex = -specIndex; in exception_spec_can_catch()
476 --specIndex; in exception_spec_can_catch()
477 const uint8_t* temp = classInfo + specIndex; in exception_spec_can_catch()