Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d7082 if (!checkAddressCall(sc, ce, "take address of")) in visit()
7887 if (!checkAddressCall(sc, ce, "slice static array of")) in visit()
13058 private bool checkAddressCall(Scope* sc, CallExp ce, const(char)* action) in checkAddressCall() function