HomeSort by: relevance | last modified time | path
    Searched refs:valist_array_p (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-convert.cc 711 if (decl != NULL && decl->isParameter () && valist_array_p (decl->type))
741 && valist_array_p (decl->type));
847 if (valist_array_p (arg->type))
d-tree.h 702 extern bool valist_array_p (Type *);
types.cc 94 valist_array_p (Type *type) function
d-codegen.cc 155 if (decl->isParameter () && valist_array_p (decl->type))
205 if (valist_array_p (arg->type))

Completed in 18 milliseconds