Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dchkformat.d336 bool checkScanfFormat(ref const Loc loc, scope const char[] format, scope Expression[] args, bool i… in checkScanfFormat() function
H A Dexpressionsem.d2211 checkScanfFormat(se.loc, se.peekString(), (*arguments)[nparams .. nargs], isVa_list); in functionParameters()