OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:useExceptions
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
globals.h
135
bool
useExceptions
; // support exception handling
globals.d
145
bool
useExceptions
= true; // support exception handling
statementsem.d
3565
if (!global.params.
useExceptions
)
3692
if (!(global.params.
useExceptions
&& ClassDeclaration.throwable))
3773
if (!global.params.
useExceptions
)
func.d
146
if (!(global.params.
useExceptions
&& ClassDeclaration.throwable))
/src/external/gpl3/gcc.old/dist/gcc/d/
d-lang.cc
517
global.params.
useExceptions
= value;
924
global.params.
useExceptions
= false;
toir.cc
1175
if (!global.params.
useExceptions
)
/src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
date.d
6702
private void setDayOfYear(bool
useExceptions
= false)(int day)
6709
static if (
useExceptions
)
Completed in 40 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026