Home | History | Annotate | Download | only in bits

Lines Matching full:_exc

111 #  define _GLIBCXX_THROW(_EXC)
115 # define _GLIBCXX_THROW(_EXC) throw(_EXC)
125 # define _GLIBCXX_THROW_OR_ABORT(_EXC) (throw (_EXC))
127 # define _GLIBCXX_THROW_OR_ABORT(_EXC) (__builtin_abort())