Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Descape.d484 const j = tf.isDstyleVariadic(); in checkConstructorEscape()
1704 int j = tf.isDstyleVariadic(); in visit()
2001 int j = tf.isDstyleVariadic(); in visit()
H A Dmtype.h611 bool isDstyleVariadic() const;
H A Dob.d1441 const int j = tf.isDstyleVariadic(); in genKill()
2145 const int j = tf.isDstyleVariadic(); in checkObErrors()
H A Ddcast.d900 size_t j = tf.isDstyleVariadic(); // if TypeInfoArray was prepended in implicitConvTo()
1221 size_t j = tf.isDstyleVariadic(); in implicitConvTo()
H A Dmtype.d4358 bool isDstyleVariadic() const pure nothrow in isDstyleVariadic() function
H A Dexpressionsem.d2406 if (tf.isDstyleVariadic()) in functionParameters()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypes.cc847 if (t->isDstyleVariadic ()) in visit()
H A Dd-codegen.cc2195 const size_t varargs = tf->isDstyleVariadic (); in d_build_call()