#include "octave-config.h"
Go to the source code of this file.
◆ liboctave_panic_if
◆ liboctave_panic_impossible
◆ liboctave_panic_unless
◆ liboctave_error_handler
typedef void(* liboctave_error_handler) (const char *,...) |
◆ liboctave_error_with_id_handler
typedef void(* liboctave_error_with_id_handler) (const char *, const char *,...) |
◆ liboctave_warning_handler
typedef void(* liboctave_warning_handler) (const char *,...) |
◆ liboctave_warning_with_id_handler
typedef void(* liboctave_warning_with_id_handler) (const char *, const char *,...) |
◆ liboctave_fatal()
OCTAVE_NORETURN void liboctave_fatal |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
|
extern |
◆ liboctave_fatal_with_id()
OCTAVE_NORETURN void liboctave_fatal_with_id |
( |
const char * |
id, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
|
extern |
◆ liboctave_warning()
void liboctave_warning |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
|
extern |
◆ liboctave_warning_with_id()
void liboctave_warning_with_id |
( |
const char * |
id, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
|
extern |
◆ set_liboctave_error_handler()
◆ set_liboctave_error_with_id_handler()
◆ set_liboctave_warning_handler()
◆ set_liboctave_warning_with_id_handler()
◆ current_liboctave_error_handler
Definition at line 41 of file lo-error.c.
Referenced by svd< T >::svd(), base64_encode(), chol2inv(), ComplexDiagMatrix::column(), DiagMatrix::column(), FloatComplexDiagMatrix::column(), FloatDiagMatrix::column(), Sparse< T, Alloc >::delete_elements(), Matrix::diag(), FloatComplexMatrix::diag(), FloatMatrix::diag(), do_bsxfun_op(), DASPK::do_integrate(), EigsComplexNonSymmetricFunc(), EigsComplexNonSymmetricMatrix(), EigsComplexNonSymmetricMatrixShift(), EigsRealNonSymmetricFunc(), EigsRealNonSymmetricMatrix(), EigsRealNonSymmetricMatrixShift(), EigsRealSymmetricFunc(), EigsRealSymmetricMatrix(), EigsRealSymmetricMatrixShift(), command_history::error(), hash(), FloatComplexNDArray::insert(), MatrixType::mark_as_permuted(), MatrixType::mark_as_symmetric(), regexp::match(), matrix_norm(), ComplexDiagMatrix::row(), DiagMatrix::row(), FloatComplexDiagMatrix::row(), FloatDiagMatrix::row(), set_liboctave_error_handler(), Sparse< T, Alloc >::sort(), Sparse< T, Alloc >::sort(), oct_data_conv::string_to_data_type(), oct_data_conv::string_to_data_type(), oct_data_conv::string_to_data_type(), string_to_float_format(), and svd_matrix_norm().
◆ current_liboctave_error_with_id_handler
◆ current_liboctave_warning_handler
◆ current_liboctave_warning_with_id_handler