Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d3687 checkFunctionAttributes(exp, sc, f); in visit()
3756 checkFunctionAttributes(exp, sc, f); in visit()
4708 checkFunctionAttributes(exp, sc, exp.f); in visit()
4833 checkFunctionAttributes(exp, sc, exp.f); in visit()
5080 checkFunctionAttributes(exp, sc, exp.f); in visit()
13085 private bool checkFunctionAttributes(Expression exp, Scope* sc, FuncDeclaration f) in checkFunctionAttributes() function