Home
last modified time | relevance | path

Searched defs:checkPurity (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.c2353 bool Expression::checkPurity(Scope *sc, FuncDeclaration *f) in checkPurity() function
2448 bool Expression::checkPurity(Scope *sc, VarDeclaration *v) in checkPurity() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.d1169 extern (D) final bool checkPurity(Scope* sc, FuncDeclaration f) in checkPurity() function
1272 extern (D) final bool checkPurity(Scope* sc, VarDeclaration v) in checkPurity() function