Lines Matching full:spec
86 | ttypeIndex < 0 : exception spec |
102 | | 1st ttypeIndex for 1st exception spec | (ULEB128) | classInfoOffset points here! | |
104 | | Mth ttypeIndex for 1st exception spec | (ULEB128) | | |
113 | | 1st ttypeIndex for Nth exception spec | (ULEB128) | | |
115 | | Mth ttypeIndex for Nth exception spec | (ULEB128) | | |
122 * ttypeIndex in the Action Table, and in the exception spec table, is an index,
397 list of catchType's which make up an exception spec.
399 An exception spec acts like a catch handler, but in reverse. This "catch
402 excpType, then this exception spec does not catch the excpType.
426 // If any type in the spec list can catch excpType, return false, else return true
462 // If any type in the spec list can catch excpType, return false, else return true
499 int64_t ttypeIndex; // > 0 catch handler, < 0 exception spec handler, == 0 a cleanup
768 // Found an exception spec. If this is a foreign exception,
772 // Does the exception spec catch this native exception?
786 // native exception caught by exception spec
810 // foreign exception caught by exception spec
875 // this exception. By spec, terminate it immediately.
894 3. An exception spec that will catch this exception
1207 // We have no way to recover the needed old exception spec. There's
1227 // Is this new exception catchable by the exception spec at ttypeIndex?
1269 // Will a std::bad_exception be catchable by the exception spec at