Searched refs:runtime_error_ne (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | frontend-passes.cc | 3385 runtime_error_ne (gfc_expr *e1, gfc_expr *e2, const char *msg) in runtime_error_ne() function 4318 test = runtime_error_ne (b1, a2, B_ERROR_1); in inline_matmul_assign() 4326 test = runtime_error_ne (c1, a1, C_ERROR_1); in inline_matmul_assign() 4336 test = runtime_error_ne (b1, a1, B_ERROR_1); in inline_matmul_assign() 4344 test = runtime_error_ne (c1, b2, C_ERROR_1); in inline_matmul_assign() 4354 test = runtime_error_ne (b1, a2, B_ERROR_1); in inline_matmul_assign() 4362 test = runtime_error_ne (c1, a1, C_ERROR_1); in inline_matmul_assign() 4368 test = runtime_error_ne (c2, b2, C_ERROR_2); in inline_matmul_assign() 4379 test = runtime_error_ne (b2, a2, B_ERROR_1); in inline_matmul_assign() 4387 test = runtime_error_ne (c1, a1, C_ERROR_1); in inline_matmul_assign() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | frontend-passes.c | 3107 runtime_error_ne (gfc_expr *e1, gfc_expr *e2, const char *msg) in runtime_error_ne() function 4038 test = runtime_error_ne (b1, a2, B_ERROR_1); in inline_matmul_assign() 4046 test = runtime_error_ne (c1, a1, C_ERROR_1); in inline_matmul_assign() 4056 test = runtime_error_ne (b1, a1, B_ERROR_1); in inline_matmul_assign() 4064 test = runtime_error_ne (c1, b2, C_ERROR_1); in inline_matmul_assign() 4074 test = runtime_error_ne (b1, a2, B_ERROR_1); in inline_matmul_assign() 4082 test = runtime_error_ne (c1, a1, C_ERROR_1); in inline_matmul_assign() 4088 test = runtime_error_ne (c2, b2, C_ERROR_2); in inline_matmul_assign() 4099 test = runtime_error_ne (b2, a2, B_ERROR_1); in inline_matmul_assign() 4107 test = runtime_error_ne (c1, a1, C_ERROR_1); in inline_matmul_assign() [all …]
|