Home
last modified time | relevance | path

Searched refs:error_info (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
Dexception.hpp87 class error_info;
89 typedef error_info<struct throw_function_,char const *> throw_function;
90 typedef error_info<struct throw_file_,char const *> throw_file;
91 typedef error_info<struct throw_line_,int> throw_line;
95 error_info<throw_function_,char const *> class
101 error_info( value_type v ): in error_info() function in boost::error_info
109 error_info<throw_file_,char const *> class
115 error_info( value_type v ): in error_info() function in boost::error_info
123 error_info<throw_line_,int> class
129 error_info( value_type v ): in error_info() function in boost::error_info
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/
Derror_info_impl.hpp42 error_info: class
49 error_info( value_type const & value );
50 ~error_info() throw();
/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c74 struct error_info { struct
90 struct error_info err_info; /* track where `{}' blocks start */ argument
110 static struct error_info cur_input;
714 P_((struct sed_label *, countT, char *, const struct error_info *));
720 const struct error_info *err_info;