Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntime.h99 lldb::addr_t &cf_false);
HDAppleObjCRuntime.cpp326 lldb::addr_t &cf_false) { in GetValuesForGlobalCFBooleans() argument
327 cf_true = cf_false = LLDB_INVALID_ADDRESS; in GetValuesForGlobalCFBooleans()
HDAppleObjCRuntimeV2.h91 lldb::addr_t &cf_false) override;
HDAppleObjCRuntimeV2.cpp2626 lldb::addr_t &cf_false) { in GetValuesForGlobalCFBooleans() argument
2629 cf_false = m_CFBoolean_values->first; in GetValuesForGlobalCFBooleans()
2631 this->AppleObjCRuntime::GetValuesForGlobalCFBooleans(cf_true, cf_false); in GetValuesForGlobalCFBooleans()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
HDCocoa.cpp1050 cf_false = LLDB_INVALID_ADDRESS; in ObjCBooleanSummaryProvider() local
1051 objc_runtime->GetValuesForGlobalCFBooleans(cf_true, cf_false); in ObjCBooleanSummaryProvider()
1056 if (valobj_ptr_value == cf_false) { in ObjCBooleanSummaryProvider()