Home
last modified time | relevance | path

Searched defs:make_args (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/
H A D__init__.py23 def make_args(target): function
/netbsd-src/lib/libform/
H A Dform.h258 char * (*make_args)(va_list *); /* make the args for the type */ member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-wrapper.cc1374 const char *make_args[] = {make, "--version", NULL}; in make_exists() local