OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isResult
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
declaration.d
366
if (isParameter() ||
isResult
())
509
final bool
isResult
() const pure nothrow @nogc @safe
1321
assert(!isParameter() && !
isResult
());
declaration.h
146
bool
isResult
() const { return (storage_class & STCresult) != 0; }
/src/external/gpl3/gcc.old/dist/gcc/d/
decl.cc
1303
if (vd->isConst () && !vd->
isResult
() && !vd->isDataseg ())
Completed in 19 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026