Home
last modified time | relevance | path

Searched refs:STCresult (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h87 … #define STCresult 0x40000000000ULL /// for result variables passed to out contracts macro
146 bool isResult() const { return (storage_class & STCresult) != 0; } in isResult()
H A Ddeclaration.c1279 …if ((storage_class & (STCref | STCparameter | STCforeach | STCtemp | STCresult)) == STCref && iden… in semantic()
1313 if (!(storage_class & (STCctfe | STCref | STCresult)) && tbn->ty == Tstruct && in semantic()
1377 (!(storage_class & (STCfield | STCin | STCforeach | STCparameter | STCresult)) in semantic()
H A Dfunc.c2602 vresult->storage_class |= STCresult; in buildResultVar()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h80 #define STCresult 0x4000000000LL // for result variables passed to out contracts macro
153 bool isResult() { return (storage_class & STCresult) != 0; } in isResult()
H A Ddeclaration.c1279 …if ((storage_class & (STCref | STCparameter | STCforeach | STCtemp | STCresult)) == STCref && iden… in semantic()
1313 if (!(storage_class & (STCctfe | STCref | STCresult)) && tbn->ty == Tstruct && in semantic()
1377 (!(storage_class & (STCfield | STCin | STCforeach | STCparameter | STCresult)) in semantic()
H A Dfunc.c2602 vresult->storage_class |= STCresult; in buildResultVar()