Home
last modified time | relevance | path

Searched defs:zig_unreachable (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/src/stage1/
H A Dutil_base.hpp61 #define zig_unreachable() zig_panic("Unreachable at %s:%d in %s. This is a bug in the Zig compiler.… macro
/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Dutil_base.hpp61 #define zig_unreachable() zig_panic("Unreachable at %s:%d in %s. This is a bug in the Zig compiler.… macro
/dports/lang/zig-devel/zig-0.9.0/src/link/C/
H A Dzig.h38 #define zig_unreachable() __builtin_unreachable() macro
40 #define zig_unreachable() macro
/dports/lang/zig/zig-0.9.0/src/link/C/
H A Dzig.h38 #define zig_unreachable() __builtin_unreachable() macro
40 #define zig_unreachable() macro