#include "config.h"
#include <unistd.h>
#include <iostream>
#include <fstream>
#include <string>
#include <cassert>
#include <cerrno>
#include "asserts.h"
#include "error.h"
Include dependency graph for test-error.cc:
Go to the source code of this file.
Functions | |
void | test1 (void) |
void | test2 (void) |
void | test3 (void) |
void | test4b (void) |
void | test4a (void) |
void | test4 (void) |
void | test5b (void) |
void | test5a (void) |
void | test5 (void) |
void | test6 (void) |
void | test7a (void) |
void | test7 (void) |
void | test8 (void) |
int | main (int argc, char *argv[]) |
|
Definition at line 207 of file test-error.cc. References err_unknown, test1(), test2(), test3(), test4(), test5(), test6(), test7(), and test8(). Here is the call graph for this function: |
|
Definition at line 16 of file test-error.cc. References error_instance::file(), error_instance::line(), and error_instance::what(). Referenced by main(). Here is the call graph for this function: |
|
Definition at line 28 of file test-error.cc. References ERROR, error::internal(), INTERNAL_ERROR, and error::num(). Referenced by main(). Here is the call graph for this function: |
|
Definition at line 45 of file test-error.cc. References ERROR, error::internal(), INTERNAL_ERROR, and error::num(). Referenced by main(). Here is the call graph for this function: |
|
Definition at line 84 of file test-error.cc. References ERROR_INSTANCE, and test4a(). Referenced by main(). Here is the call graph for this function: |
|
Definition at line 73 of file test-error.cc. References ERROR_INSTANCE, and test4b(). Referenced by test4(). Here is the call graph for this function: |
|
Definition at line 68 of file test-error.cc. References ERROR. Referenced by test4a(). |
|
Definition at line 121 of file test-error.cc. References ERROR_INSTANCE, and test5a(). Referenced by main(). Here is the call graph for this function: |
|
Definition at line 110 of file test-error.cc. References ERROR_INSTANCE, and test5b(). Referenced by test5(). Here is the call graph for this function: |
|
Definition at line 105 of file test-error.cc. References INTERNAL_ERROR. Referenced by test5a(). |
|
Definition at line 142 of file test-error.cc. References ERROR_INSTANCE. Referenced by main(). |
|
Definition at line 175 of file test-error.cc. References test7a(). Referenced by main(). Here is the call graph for this function: |
|
Definition at line 166 of file test-error.cc. References TRY. Referenced by test7(). |
|
Definition at line 198 of file test-error.cc. References err_nomem, and error::num(). Referenced by main(). Here is the call graph for this function: |