Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxAtomic.cpp54 ValueObjectSP non_sythetic = valobj.GetNonSyntheticValue(); in GetLibCxxAtomicValue() local
55 if (!non_sythetic) in GetLibCxxAtomicValue()
59 non_sythetic->GetChildMemberWithName(ConstString("__a_"), true); in GetLibCxxAtomicValue()