Searched defs:ttypeEncoding (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libcxxabi/src/ |
H A D | cxa_personality.cpp | 351 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() 374 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() 421 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() 466 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() 641 uint8_t ttypeEncoding = *lsda++; in scan_eh_tab() local 1253 uint8_t ttypeEncoding = *lsda++; in __cxa_call_unexpected() local
|
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/ |
H A D | cxa_personality.cpp | 364 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() 387 uint8_t ttypeEncoding, bool native_exception, in get_shim_type_info() 435 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() 481 uint8_t ttypeEncoding, const __shim_type_info* excpType, in exception_spec_can_catch() 666 uint8_t ttypeEncoding = *lsda++; in scan_eh_tab() local 1232 uint8_t ttypeEncoding = *lsda++; in __cxa_call_unexpected() local
|
/aosp_15_r20/external/compiler-rt/lib/builtins/ |
H A D | gcc_personality_v0.c | 207 uint8_t ttypeEncoding = *lsda++; in __gcc_personality_sj0() local
|
/aosp_15_r20/external/llvm/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 681 uint8_t ttypeEncoding = *lsda++; in handleLsda() local
|