Searched refs:exception_spec_can_catch (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/ |
H A D | cxa_personality.cpp | 434 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, in exception_spec_can_catch() function 480 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, in exception_spec_can_catch() function 800 if (exception_spec_can_catch(ttypeIndex, classInfo, in scan_eh_tab() 1256 if (!exception_spec_can_catch(ttypeIndex, classInfo, ttypeEncoding, in __cxa_call_unexpected() 1286 if (!exception_spec_can_catch(ttypeIndex, classInfo, ttypeEncoding, in __cxa_call_unexpected()
|
/aosp_15_r20/external/libcxxabi/src/ |
H A D | cxa_personality.cpp | 420 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, in exception_spec_can_catch() function 465 exception_spec_can_catch(int64_t specIndex, const uint8_t* classInfo, in exception_spec_can_catch() function 801 if (exception_spec_can_catch(ttypeIndex, classInfo, in scan_eh_tab() 1277 if (!exception_spec_can_catch(ttypeIndex, classInfo, ttypeEncoding, in __cxa_call_unexpected() 1306 if (!exception_spec_can_catch(ttypeIndex, classInfo, ttypeEncoding, in __cxa_call_unexpected()
|