Lines Matching defs:be
28 // this workaround, it won't be possible to build libc++abi against libunwind headers
77 | call sites. There may be action needed. |
147 * landingPad can be 0, this implies there is nothing to be done.
149 * landingPad != 0 and actionEntry == 0 implies a cleanup needs to be done
152 * A cleanup can also be found under landingPad != 0 and actionEntry != 0 in
349 // pointers. The reason being it allows their precise semantics to be
463 // (instead of ttypeIndex). The table will be terminated with 0.
601 // None of these flags should be set during Phase 1
611 // _UA_HANDLER_FRAME should only be set if phase 1 found a handler.
620 // One of these should be set.
850 } // there might be some tricky cases which break out of this loop
1242 // This shouldn't be able to happen!
1276 // Will a std::bad_exception be catchable by the exception spec at
1282 std::bad_exception be;
1283 adjustedPtr = &be;
1295 throw be;