Home
last modified time | relevance | path

Searched refs:isReturnOnStack (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtarget.h205 bool isReturnOnStack(TypeFunction *tf, bool needsThis);
H A Dtarget.d246 extern (C++) bool isReturnOnStack(TypeFunction tf, bool needsThis);
H A Dtraits.d1332 if (e.ident == Id.isReturnOnStack) in semanticTraits()
1350 bool value = target.isReturnOnStack(tf, fd && fd.needThis()); in semanticTraits()
H A Dsemantic3.d656 if (!target.isReturnOnStack(f, funcdecl.needThis()) || !funcdecl.checkNRVO()) in visit()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dd-target.cc458 Target::isReturnOnStack (TypeFunction *tf, bool) in isReturnOnStack() function in Target
H A DChangeLog158 * d-target.cc (Target::isReturnOnStack): Check for return type size.
H A DChangeLog-2021278 (Target::isReturnOnStack): Likewise.
1048 (Target::isReturnOnStack): New function.