Home
last modified time | relevance | path

Searched defs:make (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl2/gmake/dist/
H A Dbuild_w32.bat28 set make=gnumake variable
163 set make= variable
H A DMakefile.am33 bin_PROGRAMS = make program
H A Dmisc.c631 static enum { make, user } current_access; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DOwnership.h60 static OpaquePtr make(PtrTy P) { OpaquePtr OP; OP.set(P); return OP; } in make() function
99 static UnionOpaquePtr make(OpaquePtr<T> P) { in make() function
/netbsd-src/external/zlib/pigz/dist/zopfli/
H A Dmakefile1 make: target
/netbsd-src/external/bsd/nvi/dist/perl_scripts/
H A Dmake.pl13 sub make { subroutine
/netbsd-src/tools/make/
H A Dconfigure.ac25 AC_INIT([make], [noversion], [bin-bug-people@NetBSD.org]) package
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclAccessPair.h35 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) { in make() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dallocator_list.d122 private auto make(size_t n) { return factory(n); } in make() function
126 private auto make(size_t n) { Factory f; return f(n); } in make() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp163 template<typename ...Args> Node *make(Args &&...As) { in make() function
198 Node *make(Node *Child) { in make() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dllvm-compilers-check563 def make(self, component, srcdir, builddir, flags, env): member in Builder
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dallocator_list.d126 private auto make(size_t n) { return factory(n); } in make() function
130 private auto make(size_t n) { Factory f; return f(n); } in make() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dmake_graph.py210 def make(self, res, of_name): member in image_maker
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Dmake_graph.py210 def make(self, res, of_name): member in image_maker
/netbsd-src/usr.bin/error/
H A Dinput.c564 make(void) in make() function
/netbsd-src/sys/dev/
H A Dccd.c253 ccdget(int unit, int make) { in ccdget() argument
1087 int part, pmask, make, hook; in ccdioctl() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d662 auto make(T, Allocator, A...)(auto ref Allocator alloc, auto ref A args) in make() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-wrapper.cc1370 const char *make = "make"; in make_exists() local
/netbsd-src/usr.bin/make/
H A Dmain.c1126 const char *make = argv0; in InitVarMake() local
[all...]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp108 void MCDwarfLineEntry::make(MCStreamer *MCOS, MCSection *Section) { in make() function in MCDwarfLineEntry
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d1155 auto make(T, Allocator, A...)(auto ref Allocator alloc, auto ref A args) in make() function
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp87 make(A0 a0) in make() function
97 make(A0 a0, A1 a1) in make() function
107 make(A0 a0, A1 a1, A2 a2) in make() function
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dstore.cc124 binding_key::make (store_manager *mgr, const region *r) in make() function in ana::binding_key
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2415 template <class T, class... Args> Node *make(Args &&... args) { in make() function