Searched defs:get (Results 1 - 25 of 236) sorted by relevance

12345678910

/freebsd-11-stable/contrib/wpa/src/utils/
H A Dext_password_i.h18 struct wpabuf * (*get)(void *ctx, const char *name); member in struct:ext_password_backend
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_hash.h33 u32 get() { function in class:__sanitizer::MurMur2HashBuilder
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSaveAndRestore.h27 T get() { return OldValue; } function in struct:llvm::SaveAndRestore
H A DThreadLocal.h51 T* get() { return static_cast<T*>(getInstance()); } function in class:llvm::sys::ThreadLocal
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Denv_test.c51 ATF_TC(get); variable
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Denv.cpp44 impl::get(const std::string& name) function in class:impl
50 impl::get(const std::string& name, const std::string& default_value) function in class:impl
H A Dauto_array.hpp103 auto_array< T >::get(void) function in class:atf::auto_array
111 auto_array< T >::get(void) function in class:atf::auto_array
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIteratedDominanceFrontier.h66 ChildrenGetterTy<BasicBlock, IsPostDom>::get(const NodeRef &N) { function in class:llvm::IDFCalculatorDetail::ChildrenGetterTy
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.cpp42 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) {} function in class:__anon2644::PluginChain
53 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) { function in class:__anon2644::PluginChain
74 ValueProfileCollector::get(InstrProfValueKind Kind) const { function in class:ValueProfileCollector
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dtuple_defs.h49 get(tuple<_GLIBCXX_TEMPLATE_ARGS>& __t) function
56 get(const tuple<_GLIBCXX_TEMPLATE_ARGS>& __t) function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPredIteratorCache.h66 ArrayRef<BasicBlock *> get(BasicBlock *BB) { function in class:llvm::PredIteratorCache
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrInfo.h44 const MCInstrDesc &get(unsigned Opcode) const { function in class:llvm::MCInstrInfo
H A DMCValue.h62 static MCValue get(const MCSymbolRefExpr *SymA, function in class:llvm::MCValue
73 static MCValue get(int64_t Val) { function in class:llvm::MCValue
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileSystemStatCache.cpp34 FileSystemStatCache::get(StringRef Path, llvm::vfs::Status &Status, function in class:FileSystemStatCache
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DCFUtils.h50 const T get() const { return _ptr; } function in class:CFReleaser
51 T get() { return _ptr; } function in class:CFReleaser
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp20 FunctionCoverageSummary::get(const CoverageMapping &CM, function in class:FunctionCoverageSummary
50 FunctionCoverageSummary::get(const InstantiationGroup &Group, function in class:FunctionCoverageSummary
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h178 LineEntry &get(size_t i) { function in class:llvm::gsym::LineTable
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Ddictionary.h89 inline int object_dictionary_iterator::get(symbol *sp, object **op) function in class:object_dictionary_iterator
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache.h35 svn_error_t *(*get)(void **value, member in struct:svn_cache__vtable_t
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.h54 struct ecore_dcbx_get get; member in struct:ecore_dcbx_info
/freebsd-11-stable/libexec/rpc.sprayd/
H A Dsprayd.c136 static struct timeval clear, get; local
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DRichManglingContext.h98 template <class ParserT> static ParserT *get(llvm::Any parser) { function in class:lldb_private::RichManglingContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBThreadCollection.cpp47 lldb_private::ThreadCollection *SBThreadCollection::get() const { function in class:SBThreadCollection
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelKnownBits.h104 GISelKnownBits &get(MachineFunction &MF) { function in class:llvm::GISelKnownBitsAnalysis
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp35 MemoryLocation MemoryLocation::get(const LoadInst *LI) { function in class:MemoryLocation
45 MemoryLocation MemoryLocation::get(const StoreInst *SI) { function in class:MemoryLocation
56 MemoryLocation MemoryLocation::get(const VAArgInst *VI) { function in class:MemoryLocation
64 MemoryLocation MemoryLocation::get(const AtomicCmpXchgInst *CXI) { function in class:MemoryLocation
75 MemoryLocation MemoryLocation::get(const AtomicRMWInst *RMWI) { function in class:MemoryLocation

Completed in 157 milliseconds

12345678910