Home
last modified time | relevance | path

Searched refs:errorexp (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h271 static ErrorExp *errorexp; // handy shared value variable
1377 char errorexp [sizeof(ErrorExp)]; member
H A Dexpression.d567 char[__traits(classInstanceSize, ErrorExp)] errorexp;
2003 if (errorexp is null) in get()
2004 errorexp = new ErrorExp(); in get()
2015 return errorexp; in get()
2028 extern (C++) __gshared ErrorExp errorexp; // handy shared value
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.h252 static ErrorExp *errorexp; // handy shared value variable
1519 char errorexp [sizeof(ErrorExp)]; member