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

  /src/external/apache2/llvm/dist/libcxx/src/
future.cpp 111 __assoc_sub_state::set_exception(exception_ptr __p) function in class:__assoc_sub_state
210 __state_->set_exception(make_exception_ptr(
235 promise<void>::set_exception(exception_ptr __p) function in class:promise
239 __state_->set_exception(__p);

Completed in 17 milliseconds