Home
last modified time | relevance | path

Searched refs:cf_false (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h101 lldb::addr_t &cf_false);
H A DAppleObjCRuntime.cpp319 lldb::addr_t &cf_false) { in GetValuesForGlobalCFBooleans() argument
320 cf_true = cf_false = LLDB_INVALID_ADDRESS; in GetValuesForGlobalCFBooleans()
H A DAppleObjCRuntimeV2.h96 lldb::addr_t &cf_false) override;
H A DAppleObjCRuntimeV2.cpp2595 lldb::addr_t &cf_false) { in GetValuesForGlobalCFBooleans() argument
2598 cf_false = m_CFBoolean_values->first; in GetValuesForGlobalCFBooleans()
2600 this->AppleObjCRuntime::GetValuesForGlobalCFBooleans(cf_true, cf_false); in GetValuesForGlobalCFBooleans()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp1065 cf_false = LLDB_INVALID_ADDRESS; in ObjCBooleanSummaryProvider() local
1066 objc_runtime->GetValuesForGlobalCFBooleans(cf_true, cf_false); in ObjCBooleanSummaryProvider()
1071 if (valobj_ptr_value == cf_false) { in ObjCBooleanSummaryProvider()