Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.cc7438 build_function_type_list_1 (bool vaargs, tree return_type, va_list argp) in build_function_type_list_1() argument
7446 if (vaargs) in build_function_type_list_1()
7507 build_function_type_array_1 (bool vaargs, tree return_type, int n, in build_function_type_array_1() argument
7511 tree t = vaargs ? NULL_TREE : void_list_node; in build_function_type_array_1()