Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h133 VARARGvariadic = 1, /// T t, ...) can be C-style (core.stdc.stdarg) or D-style (core.vararg) enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypes.cc869 if (t->parameterList.varargs != VARARGvariadic) in visit()
H A Dd-builtins.cc294 VarArg varargs_p = VARARGvariadic; in build_frontend_type()