Lines Matching refs:status
36 /// The status of the @ref fe_iface::read_corpus call.
37 enum status
39 /// The status is in an unknown state
42 /// This status is for when the call went OK.
45 /// This status is for when the debug info could not be read.
48 /// This status is for when the alternate debug info could not be
52 /// This status is for when the symbols of the ELF binaries could
147 read_corpus(status& status) = 0;
153 status_to_diagnostic_string(fe_iface::status s);
155 fe_iface::status
156 operator|(fe_iface::status, fe_iface::status);
158 fe_iface::status
159 operator&(fe_iface::status, fe_iface::status);
161 fe_iface::status&
162 operator|=(fe_iface::status&, fe_iface::status);
164 fe_iface::status&
165 operator&=(fe_iface::status&, fe_iface::status);