Home
last modified time | relevance | path

Searched refs:canInferAttributes (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c390 static bool canInferAttributes(FuncDeclaration *fd, Scope *sc) in canInferAttributes() function
1194 if (canInferAttributes(this, sc)) in semantic()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfunc.d1294 final bool canInferAttributes(Scope* sc) in canInferAttributes() function
H A Ddsymbolsem.d3902 if (funcdecl.canInferAttributes(sc)) in funcDeclarationSemantic()