OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isReturnOnStack
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
target.h
205
bool
isReturnOnStack
(TypeFunction *tf, bool needsThis);
target.d
246
extern (C++) bool
isReturnOnStack
(TypeFunction tf, bool needsThis);
traits.d
122
"
isReturnOnStack
",
1332
if (e.ident == Id.
isReturnOnStack
)
1335
* https://dlang.org/spec/traits.html#
isReturnOnStack
1346
e.error("argument to `__traits(
isReturnOnStack
, %s)` is not a function", o.toChars());
1350
bool value = target.
isReturnOnStack
(tf, fd && fd.needThis());
semantic3.d
656
if (!target.
isReturnOnStack
(f, funcdecl.needThis()) || !funcdecl.checkNRVO())
/src/external/gpl3/gcc.old/dist/gcc/d/
d-target.cc
458
Target::
isReturnOnStack
(TypeFunction *tf, bool)
595
/* See note in Target::
isReturnOnStack
. */
Completed in 117 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026