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.cpp70 return error.Success() ? lldb::ChildCacheState::eReuse in Update()
H A DLibCxxSpan.cpp128 return lldb::ChildCacheState::eReuse; in Update()
H A DLibCxxVariant.cpp236 return lldb::ChildCacheState::eReuse; in Update()
H A DLibCxxVector.cpp254 return lldb::ChildCacheState::eReuse; in Update()
H A DLibStdcpp.cpp130 return lldb::ChildCacheState::eReuse; in Update()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp443 return lldb::ChildCacheState::eReuse; in Update()
564 ? lldb::ChildCacheState::eReuse in Update()
720 return error.Success() ? lldb::ChildCacheState::eReuse in Update()
H A DNSException.cpp147 return ret ? lldb::ChildCacheState::eReuse in Update()
H A DNSDictionary.cpp762 ? lldb::ChildCacheState::eReuse in Update()
907 return error.Success() ? lldb::ChildCacheState::eReuse in Update()
1123 return error.Success() ? lldb::ChildCacheState::eReuse in Update()
1281 return error.Success() ? lldb::ChildCacheState::eReuse in Update()
H A DNSArray.cpp525 return error.Success() ? lldb::ChildCacheState::eReuse in Update()
671 return error.Success() ? lldb::ChildCacheState::eReuse in Update()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp211 ? lldb::ChildCacheState::eReuse in Update()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1335 eReuse = 1, ///< Children did not change and don't need to be recomputed; enumerator
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp83245 {SWIG_LUA_CONSTTAB_INT("eReuse", (lldb::eReuse))},