Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DValue.cpp40 m_context_type (eContextTypeInvalid), in Value()
51 m_context_type (eContextTypeInvalid), in Value()
63 m_context_type (eContextTypeInvalid), in Value()
170 case eContextTypeInvalid: in ValueOf()
194 case eContextTypeInvalid: in GetValueByteSize()
227 case eContextTypeInvalid: in GetClangType()
274 case eContextTypeInvalid: in GetValueDefaultFormat()
689 m_context_type = eContextTypeInvalid; in Clear()
713 case eContextTypeInvalid: return "invalid"; in GetContextTypeAsCString()
DValueObjectVariable.cpp133 m_resolved_value.SetContext(Value::eContextTypeInvalid, NULL); in UpdateValue()
247 m_resolved_value.SetContext(Value::eContextTypeInvalid, NULL); in UpdateValue()
/external/lldb/include/lldb/Core/
DValue.h49 eContextTypeInvalid, // undefined enumerator
161 m_context_type = eContextTypeInvalid; in ClearContext()
/external/lldb/source/Expression/
DClangFunction.cpp364 arg_value->GetContextType() == Value::eContextTypeInvalid && in WriteFunctionArguments()
DClangExpressionDeclMap.cpp1476 if (var_location.GetContextType() == Value::eContextTypeInvalid) in GetVariableValue()