Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h140 bool isAuto() const { return (storage_class & STCauto) != 0; } in isAuto() function
H A Dtypesem.d1275 const isAuto = fparam.storageClass & (STC.auto_ | STC.autoref); in typeSemantic() local
1276 if (isRefOrOut && !isAuto) in typeSemantic()
1298 if (isRefOrOut && (!isAuto || e.isLvalue()) in typeSemantic()
1308 if (isRefOrOut && !isAuto && in typeSemantic()
H A Ddeclaration.d474 final bool isAuto() const pure nothrow @nogc @safe in isAuto() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h147 bool isAuto() { return (storage_class & STCauto) != 0; } in isAuto() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc422 if (!fd || !fd->isAuto ()) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc306 if (!fd || !fd->isAuto ()) in visit()