Searched refs:CHECKACTION (Results 1 – 5 of 5) sorted by relevance
39 typedef unsigned char CHECKACTION; typedef142 …CHECKACTION checkAction; // action to take when bounds, asserts or switch defaults are viola…
46 enum CHECKACTION : ubyte198 …CHECKACTION checkAction = CHECKACTION.D; // action to take when bounds, asserts or switch defaults…
49 typedef unsigned char CHECKACTION; typedef176 …CHECKACTION checkAction; // action to take when bounds, asserts or switch defaults are viola…
2334 global.params.checkAction != CHECKACTION.halt) in package()2336 if (global.params.checkAction == CHECKACTION.C) in package()
6089 …const generateMsg = !exp.msg && global.params.checkAction == CHECKACTION.context && global.params.… in visit()