/freebsd/sys/contrib/libsodium/packaging/dotnet-core/ |
H A D | prepare.py | 67 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 D | kbd.c | 418 uinput_kbd_write(bitstr_t * m,int32_t fb,int32_t make,int32_t fd) uinput_kbd_write() argument 435 kbd_write(bitstr_t * m,int32_t fb,int32_t make,int32_t fd) kbd_write() argument 479 kbd_xlate(int32_t code,int32_t make,int32_t * b,int32_t const * eob) kbd_xlate() argument [all...] |
H A D | btuinput.c | 511 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/lld/include/lld/Common/ |
H A D | Memory.h | 60 template <typename T, typename... U> T *make(U &&... args) { in make() function
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclAccessPair.h | 44 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) { in make() function
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | TokenAnalyzer.cpp | 59 Environment::make(StringRef Code, StringRef FileName, in make() function in clang::format::Environment
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | ItaniumManglingCanonicalizer.cpp | 164 template<typename ...Args> Node *make(Args &&...As) { in make() function
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporter.h | 764 const DataTagType *make(Args &&... ConstructorArgs) { in make() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 1061 static Assignment make(DIAssignID *ID, DbgAssignIntrinsic *Source) { in make() function 1064 static Assignment make(DIAssignID *ID, DbgVariableRecord *Source) { in make() function 1069 static Assignment make(DIAssignID *ID, AssignRecord Source) { in make() function
|
/freebsd/contrib/bmake/ |
H A D | main.c | 1144 const char *make = argv0; in InitVarMake() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 95 void MCDwarfLineEntry::make(MCStreamer *MCOS, MCSection *Section) { in make() function in MCDwarfLineEntry
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-actions_test.cc | 1828 auto make = [](int i) { return std::make_unique<int>(i); }; in TEST() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2706 template <class T, class... Args> Node *make(Args &&... args) { in make() function
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 89 T& make(Args... args) { in make() function
|