Home
last modified time | relevance | path

Searched refs:checkAction (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dglobals.h142 …CHECKACTION checkAction; // action to take when bounds, asserts or switch defaults are viola… member
H A Dstatementsem.c2345 global.params.checkAction != CHECKACTION_halt) in visit()
2347 if (global.params.checkAction == CHECKACTION_C) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dglobals.h176 …CHECKACTION checkAction; // action to take when bounds, asserts or switch defaults are viola… member
H A Dglobals.d198 …CHECKACTION checkAction = CHECKACTION.D; // action to take when bounds, asserts or switch defaults… variable
H A Dstatementsem.d2334 global.params.checkAction != CHECKACTION.halt) in package()
2336 if (global.params.checkAction == CHECKACTION.C) in package()
H A Dexpressionsem.d6089 …const generateMsg = !exp.msg && global.params.checkAction == CHECKACTION.context && global.params.… in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-lang.cc450 global.params.checkAction = (value == 0) ? CHECKACTION_D in d_handle_option()
928 global.params.checkAction = CHECKACTION_C; in d_post_options()
H A Dd-codegen.cc2063 switch (global.params.checkAction) in checkaction_trap_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc1258 tree tassert = (global.params.checkAction == CHECKACTION_D) in visit()
1998 && global.params.checkAction == CHECKACTION_D) in visit()
2043 && global.params.checkAction == CHECKACTION_C) in visit()
H A Dd-lang.cc766 global.params.checkAction = CHECKACTION_halt; in d_post_options()
H A Dd-codegen.cc1751 tree boundserr = (global.params.checkAction == CHECKACTION_D) in build_bounds_condition()