Home
last modified time | relevance | path

Searched refs:vcomplex (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dglobals.h91 bool vcomplex; // identify complex/imaginary type usage member
H A Ddeclaration.c966 if (global.params.vcomplex) in semantic()
H A Dexpressionsem.c842 if (global.params.vcomplex) in visit()
1856 if (global.params.vcomplex) in visit()
H A Dfunc.c1736 if (global.params.vcomplex && f->next != NULL) in semantic3()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dglobals.h111 bool vcomplex; // identify complex/imaginary type usage member
H A Dglobals.d121 bool vcomplex = true; // identify complex/imaginary type usage variable
H A Ddeclaration.c966 if (global.params.vcomplex) in semantic()
H A Dexpressionsem.c842 if (global.params.vcomplex) in visit()
1856 if (global.params.vcomplex) in visit()
H A Dfunc.c1736 if (global.params.vcomplex && f->next != NULL) in semantic3()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc543 global.params.vcomplex = value; in d_handle_option()
551 global.params.vcomplex = value; in d_handle_option()