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

/barrelfish-master/lib/cxx/cxxabi/
H A Dcxa_personality.cpp419 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, argument
435 // specIndex is negative of 1-based byte offset into classInfo;
436 specIndex = -specIndex;
437 --specIndex;
440 static_cast<uintptr_t>(specIndex) * sizeof(uintptr_t));
464 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, argument
473 // specIndex is negative of 1-based byte offset into classInfo;
474 specIndex = -specIndex;
[all...]

Completed in 76 milliseconds