Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp363 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, in get_shim_type_info() argument
379 const uint8_t* ttypePtr = classInfo - ttypeIndex * sizeof(uintptr_t); in get_shim_type_info()
386 get_shim_type_info(uint64_t ttypeIndex, const uint8_t* classInfo, in get_shim_type_info() argument
398 ttypeIndex *= sizeof(void*); in get_shim_type_info()
402 ttypeIndex *= 2; in get_shim_type_info()
406 ttypeIndex *= 4; in get_shim_type_info()
410 ttypeIndex *= 8; in get_shim_type_info()
416 classInfo -= ttypeIndex; in get_shim_type_info()
498 uint64_t ttypeIndex = readULEB128(&temp); in exception_spec_can_catch() local
499 if (ttypeIndex == 0) in exception_spec_can_catch()
[all …]
H A Daix_state_tab_eh.inc297 results.ttypeIndex = 0;