Home
last modified time | relevance | path

Searched defs:Get (Results 1 – 25 of 58) sorted by relevance

123

/llvm-project/lldb/source/DataFormatters/
H A DFormatCache.cpp27 void FormatCache::Entry::Get(lldb::TypeFormatImplSP &retval) { in Get() function in FormatCache::Entry
31 void FormatCache::Entry::Get(lldb::TypeSummaryImplSP &retval) { in Get() function in FormatCache::Entry
35 void FormatCache::Entry::Get(lldb::SyntheticChildrenSP &retval) { in Get() function in FormatCache::Entry
69 bool FormatCache::Get(ConstString type, ImplSP &format_impl_sp) { in Get() function in FormatCache
H A DTypeCategory.cpp85 bool TypeCategoryImpl::Get(lldb::LanguageType lang, in Get() function in TypeCategoryImpl
93 bool TypeCategoryImpl::Get(lldb::LanguageType lang, in Get() function in TypeCategoryImpl
101 bool TypeCategoryImpl::Get(lldb::LanguageType lang, in Get() function in TypeCategoryImpl
H A DLanguageCategory.cpp34 bool LanguageCategory::Get(FormattersMatchData &match_data, in Get() function in LanguageCategory
H A DTypeCategoryMap.cpp151 bool TypeCategoryMap::Get(KeyType name, TypeCategoryImplSP &entry) { in Get() function in TypeCategoryMap
177 void TypeCategoryMap::Get(FormattersMatchData &match_data, ImplSP &retval) { in Get() function in TypeCategoryMap
/llvm-project/clang/test/Parser/
H A Ddecomposed-condition.cpp8 struct Get { struct
14 template<> struct tuple_size<Get> { static constexpr int value = 1; }; argument
/llvm-project/third-party/unittest/googlemock/include/gmock/
H A Dgmock-actions.h171 static T Get() { return T(); } in Get() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_stats.h41 uptr Get(AllocatorStat i) const { in Get() function
76 void Get(AllocatorStatCounters s) const { in Get() function
H A Dsanitizer_flat_map.h121 T *Get(uptr idx) const { in Get() function
/llvm-project/clang/test/CodeGenCXX/
H A Dwindows-itanium-init-guard.cpp29 static void Get() { static foo Singleton; } in Get() function
H A Dtemplate-linkage.cpp53 template <typename T> void Get() { in Get() function
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_vector_clock.h40 ALWAYS_INLINE Epoch VectorClock::Get(Sid sid) const { in Get() function
H A Dtsan_mutexset.cpp72 MutexSet::Desc MutexSet::Get(uptr i) const { in Get() function in __tsan::MutexSet
H A Dtsan_mutexset.h84 MutexSet::Desc MutexSet::Get(uptr i) const { return Desc(); } in Get() function
/llvm-project/lldb/unittests/Utility/
H A DRegisterValueTest.cpp28 const auto &Get = [](const RV &V) -> std::optional<Scalar> { in TEST() local
/llvm-project/lldb/source/Utility/
H A DUserIDResolver.cpp17 std::optional<llvm::StringRef> UserIDResolver::Get( in Get() function in UserIDResolver
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.h35 llvm::StringRef Get() const { in Get() function
/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h180 bool Get(FormattersMatchCandidate candidate, ValueSP &entry) { in Get() function
193 bool Get(const FormattersMatchVector &candidates, ValueSP &entry) { in Get() function
/llvm-project/lldb/include/lldb/Utility/
H A DFlags.h40 ValueType Get() const { return m_flags; } in Get() function
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DSingleStepCheck.cpp146 std::unique_ptr<SingleStepWorkaround> SingleStepWorkaround::Get(::pid_t tid) { in Get() function in SingleStepWorkaround
/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.h57 static CPPLanguageRuntime *Get(Process &process) { in Get() function
/llvm-project/flang/include/flang/Semantics/
H A Dtools.h337 return Get(x.value()); in Get() function
340 return x ? Get(* in Get() function
343 template <typename T> const SomeExpr *Get(const T &x) { Get() function
[all...]
/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/
H A DClassLayoutTest.cpp65 int Get() { return 0; } in Get() function in MemberTest::Base
85 int Get() { return 1; } in Get() function in MemberTest::Class
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerValueBitMap.h48 inline bool Get(uintptr_t Idx) { in Get() function
H A DFuzzerDataFlowTrace.h122 const std::vector<uint8_t> *Get(const std::string &InputSha1) const { in Get() function
/llvm-project/lldb/source/API/
H A DSBEnvironment.cpp47 const char *SBEnvironment::Get(const char *name) { in Get() function in SBEnvironment

123