HomeSort by: relevance | last modified time | path
    Searched defs:coro_unhandled_exception_identifier (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc 215 static GTY(()) tree coro_unhandled_exception_identifier; variable
255 coro_unhandled_exception_identifier = get_identifier ("unhandled_exception");
4456 coro_unhandled_exception_identifier,
4544 = lookup_promise_method (orig, coro_unhandled_exception_identifier,
4548 coro_unhandled_exception_identifier,
  /src/external/gpl3/gcc.old/dist/gcc/cp/
coroutines.cc 210 static GTY(()) tree coro_unhandled_exception_identifier; variable
251 coro_unhandled_exception_identifier = get_identifier ("unhandled_exception");
4225 coro_unhandled_exception_identifier,
4307 = lookup_promise_method (orig, coro_unhandled_exception_identifier,
4311 coro_unhandled_exception_identifier,

Completed in 51 milliseconds