Searched refs:gfc_trans_runtime_error (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans.cc | 612 gfc_trans_runtime_error (bool error, locus* where, const char* msgid, ...) in gfc_trans_runtime_error() function 1025 error = gfc_trans_runtime_error (true, &expr->where, in gfc_allocate_allocatable() 1031 error = gfc_trans_runtime_error (true, NULL, in gfc_allocate_allocatable() 1481 error = gfc_trans_runtime_error (true, &expr->where, in gfc_deallocate_with_status() 1640 error = gfc_trans_runtime_error (true, &expr->where, in gfc_deallocate_scalar_with_status()
|
H A D | trans.h | 730 tree gfc_trans_runtime_error (bool, locus*, const char*, ...);
|
H A D | ChangeLog-2008 | 809 * trans.h (gfc_trans_runtime_error): New method. 814 * trans.c (gfc_trans_runtime_error): New method. 820 gfc_trans_runtime_error for error reporting to include locus.
|
H A D | ChangeLog-2019 | 1355 (gfc_trans_runtime_error): Pass correct error function decl.
|
H A D | ChangeLog-2010 | 750 (gfc_trans_runtime_error): Use it.
|
H A D | trans-array.cc | 10119 error = gfc_trans_runtime_error (true, NULL, in structure_alloc_comps()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans.c | 538 gfc_trans_runtime_error (bool error, locus* where, const char* msgid, ...) in gfc_trans_runtime_error() function 952 error = gfc_trans_runtime_error (true, &expr->where, in gfc_allocate_allocatable() 958 error = gfc_trans_runtime_error (true, NULL, in gfc_allocate_allocatable() 1408 error = gfc_trans_runtime_error (true, &expr->where, in gfc_deallocate_with_status() 1567 error = gfc_trans_runtime_error (true, &expr->where, in gfc_deallocate_scalar_with_status()
|
H A D | trans.h | 725 tree gfc_trans_runtime_error (bool, locus*, const char*, ...);
|
H A D | trans-array.c | 9918 error = gfc_trans_runtime_error (true, NULL, in structure_alloc_comps()
|