Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dchkformat.d62 …PrintfFormat(ref const Loc loc, scope const char[] format, scope Expression[] args, bool isVa_list) in checkPrintfFormat()
336 …kScanfFormat(ref const Loc loc, scope const char[] format, scope Expression[] args, bool isVa_list) in checkScanfFormat()
H A Dexpressionsem.d2199 const isVa_list = tf.parameterList.varargs == VarArg.none; in functionParameters() local