HomeSort by relevance Sort by last modified time
    Searched refs:throw_ (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
discrim-union.cpp 64 template<typename T, typename U> T throw_(const U &u) { throw u; } function
91 return (elem != N ? throw_<const_get_result<N>>("bad_either_get")
  /art/openjdkjvmti/
events-inl.h 55 ScopedEventDispatchEnvironment() : env_(nullptr), throw_(nullptr, nullptr) {
61 throw_(env_, env_->ExceptionOccurred()) {
71 if (throw_.get() != nullptr && !env_->ExceptionCheck()) {
74 env_->Throw(throw_.get());
83 ScopedLocalRef<jthrowable> throw_; member in class:openjdkjvmti::impl::FINAL

Completed in 71 milliseconds