Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/packaging/dotnet-core/
H A Dprepare.py67 def make(self, f): member in WindowsItem
91 def make(self, f): member in MacOSItem
116 def make(self, f): member in LinuxItem
151 def make(self, f): member in ExtraItem
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dkbd.c419 uinput_kbd_write(bitstr_t *m, int32_t fb, int32_t make, int32_t fd) in uinput_kbd_write()
436 kbd_write(bitstr_t *m, int32_t fb, int32_t make, int32_t fd) in kbd_write()
480 kbd_xlate(int32_t code, int32_t make, int32_t *b, int32_t const *eob) in kbd_xlate()
H A Dbtuinput.c511 uinput_rep_key(int32_t fd, int32_t key, int32_t make) in uinput_rep_key()
534 uinput_rep_cons(int32_t fd, int32_t key, int32_t make) in uinput_rep_cons()
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclAccessPair.h35 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) { in make() function
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DMemory.h60 template <typename T, typename... U> T *make(U &&... args) { in make() function
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp59 Environment::make(StringRef Code, StringRef FileName, in make() function in clang::format::Environment
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DItaniumManglingCanonicalizer.cpp164 template<typename ...Args> Node *make(Args &&...As) { in make() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h752 const DataTagType *make(Args &&... ConstructorArgs) { in make() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1060 static Assignment make(DIAssignID *ID, DbgAssignIntrinsic *Source) { in make() function
1063 static Assignment make(DIAssignID *ID, DPValue *Source) { in make() function
1068 static Assignment make(DIAssignID *ID, AssignRecord Source) { in make() function
/freebsd/contrib/bmake/
H A Dmain.c1142 const char *make = argv0; in InitVarMake() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp94 void MCDwarfLineEntry::make(MCStreamer *MCOS, MCSection *Section) { in make() function in MCDwarfLineEntry
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc1828 auto make = [](int i) { return std::make_unique<int>(i); }; in TEST() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2707 template <class T, class... Args> Node *make(Args &&... args) { in make() function