Home
last modified time | relevance | path

Searched defs:make (Results 1 – 18 of 18) 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.c418 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 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/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/include/clang/AST/
H A DDeclAccessPair.h44 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) { in make() function
/freebsd/secure/lib/libcrypto/
H A DMakefile680 make MK_AUTO_OBJ=no -DWITHOUT_AUTO_ASM -DASM_${arch} \ macro
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp56 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/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.cpp129 MemDGNodeIntervalBuilder::make(const Interval<Instruction> &Instrs, in make() function in llvm::sandboxir::MemDGNodeIntervalBuilder
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h769 const DataTagType *make(Args &&... ConstructorArgs) { in make() function
/freebsd/contrib/bmake/
H A Djob.c991 find_make(const char *cmd, const char *make, size_t len) in find_make()
1016 static char *make, *make_name; in MaybeSubMake() local
H A Dmain.c1133 const char *make = argv0; in InitVarMake() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h501 template <class SymT, typename... ArgsT> SymT *make(ArgsT &&...Args) { in make() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp91 void MCDwarfLineEntry::make(MCStreamer *MCOS, MCSection *Section) { in make() function in MCDwarfLineEntry
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1056 static Assignment make(DIAssignID *ID, DbgVariableRecord *Source) { in make() function
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc1892 auto make = [](int i) { return std::make_unique<int>(i); }; in TEST() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2843 template <class T, class... Args> Node *make(Args &&... args) { in make() function
/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp85 T& make(Args... args) { in make() function