Lines Matching refs:FATAL
85 #define FATAL(...) \ macro
251 #define FATAL_PIV(NAME) FATAL("<P,I,V> type mismatch for: " #NAME);
1134 FATAL("Already opened file %s\n", filename); in openFile()
1137 FATAL("Cannot find file %s\n", filename); in openFile()
1159 FATAL("Cannot read next line of %s\n", filename); in readLine()
1170 FATAL("Unknown format %s\n", filename); in readHeader()
1247 FATAL("Corrupt header in %s\n", filename); in readMMEHeader()
1258 FATAL("Unexpected header field value in %s\n", filename); in readMMEHeader()
1267 FATAL("Cannot find a general sparse matrix in %s\n", filename); in readMMEHeader()
1278 FATAL("Cannot find size in %s\n", filename); in readMMEHeader()
1294 FATAL("Cannot find metadata in %s\n", filename); in readExtFROSTTHeader()
1298 FATAL("Cannot find dimension size %s\n", filename); in readExtFROSTTHeader()
1369 FATAL("Tensor element type %d not compatible with values in file %s\n", in openSparseTensorCOO()
1437 FATAL("Not a permutation of 0..%" PRIu64 "\n", rank); in toMLIRSparseTensor()
1443 FATAL("Unsupported sparsity value %d\n", static_cast<int>(sparsity[i])); in toMLIRSparseTensor()
1677 FATAL("unsupported combination of types: <P=%d, I=%d, V=%d>\n", in _mlir_ciface_newSparseTensor()
1834 FATAL("Environment variable %s is not set\n", var); in FOREVERY_V()