Lines Matching full:terminator

13 #include "terminator.h"
47 class Terminator;
52 const char *, std::size_t, const Terminator &);
90 Terminator &, const char *funcName, const char *toName,
113 Terminator &, int kind, const char *intrinsic);
124 const char *p, std::size_t bytes, Terminator &terminator) {
135 terminator.Crash("GetInt64: no case for %zd bytes", bytes);
140 const char *p, std::size_t bytes, Terminator &terminator) {
160 terminator.Crash("GetInt64Safe: no case for %zd bytes", bytes);
190 TypeCategory cat, int kind, Terminator &terminator, A &&...x) {
207 terminator.Crash("not yet implemented: INTEGER(KIND=%d)", kind);
224 terminator.Crash("not yet implemented: UNSIGNED(KIND=%d)", kind);
249 terminator.Crash("not yet implemented: REAL(KIND=%d)", kind);
273 terminator.Crash("not yet implemented: COMPLEX(KIND=%d)", kind);
283 terminator.Crash("not yet implemented: CHARACTER(KIND=%d)", kind);
296 terminator.Crash("not yet implemented: LOGICAL(KIND=%d)", kind);
299 terminator.Crash(
308 int kind, Terminator &terminator, A &&...x) {
323 terminator.Crash("not yet implemented: INTEGER/UNSIGNED(KIND=%d)", kind);
330 int kind, Terminator &terminator, A &&...x) {
359 terminator.Crash("not yet implemented: REAL/COMPLEX(KIND=%d)", kind);
364 int kind, Terminator &terminator, A &&...x) {
373 terminator.Crash("not yet implemented: CHARACTER(KIND=%d)", kind);
379 int kind, Terminator &terminator, A &&...x) {
390 terminator.Crash("not yet implemented: LOGICAL(KIND=%d)", kind);
525 // size memory for null-terminator if necessary. Returns the original or a newly
529 char *str, std::size_t length, Terminator &terminator);
544 const Descriptor *length, std::int64_t value, Terminator &terminator);
569 const Descriptor &x, std::size_t resultElementSize, int dim, Terminator &,