Home
last modified time | relevance | path

Searched refs:gfc_trans_runtime_error (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.cc612 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 Dtrans.h730 tree gfc_trans_runtime_error (bool, locus*, const char*, ...);
H A DChangeLog-2008809 * 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 DChangeLog-20191355 (gfc_trans_runtime_error): Pass correct error function decl.
H A DChangeLog-2010750 (gfc_trans_runtime_error): Use it.
H A Dtrans-array.cc10119 error = gfc_trans_runtime_error (true, NULL, in structure_alloc_comps()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.c538 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 Dtrans.h725 tree gfc_trans_runtime_error (bool, locus*, const char*, ...);
H A Dtrans-array.c9918 error = gfc_trans_runtime_error (true, NULL, in structure_alloc_comps()