Home
last modified time | relevance | path

Searched refs:eReuse (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxRangesRefView.cpp72 return error.Success() ? lldb::ChildCacheState::eReuse in Update()
H A DLibCxxSpan.cpp126 return lldb::ChildCacheState::eReuse; in Update()
H A DLibCxxVariant.cpp229 return lldb::ChildCacheState::eReuse; in Update()
H A DLibCxxVector.cpp242 return lldb::ChildCacheState::eReuse; in Update()
H A DLibStdcpp.cpp132 return lldb::ChildCacheState::eReuse; in Update()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp461 return lldb::ChildCacheState::eReuse; in Update()
581 ? lldb::ChildCacheState::eReuse in Update()
738 return error.Success() ? lldb::ChildCacheState::eReuse in Update()
H A DNSException.cpp147 return ret ? lldb::ChildCacheState::eReuse in Update()
H A DNSDictionary.cpp769 ? lldb::ChildCacheState::eReuse in Update()
913 return error.Success() ? lldb::ChildCacheState::eReuse in Update()
1130 return error.Success() ? lldb::ChildCacheState::eReuse in Update()
1291 return error.Success() ? lldb::ChildCacheState::eReuse in Update()
H A DNSArray.cpp531 return error.Success() ? lldb::ChildCacheState::eReuse in Update()
673 return error.Success() ? lldb::ChildCacheState::eReuse in Update()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp210 ? lldb::ChildCacheState::eReuse in Update()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1321 eReuse = 1, ///< Children did not change and don't need to be recomputed; enumerator
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81840 {SWIG_LUA_CONSTTAB_INT("eReuse", (lldb::eReuse))},