Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DValue.cpp43 m_value_type(eValueTypeScalar), m_context_type(eContextTypeInvalid), in Value()
48 m_value_type(eValueTypeScalar), m_context_type(eContextTypeInvalid), in Value()
53 m_value_type(eValueTypeHostAddress), m_context_type(eContextTypeInvalid), in Value()
185 case eContextTypeInvalid: in ValueOf()
207 case eContextTypeInvalid: in GetValueByteSize()
228 case eContextTypeInvalid: in GetCompilerType()
265 case eContextTypeInvalid: in GetValueDefaultFormat()
614 m_context_type = eContextTypeInvalid; in Clear()
634 case eContextTypeInvalid: in GetContextTypeAsCString()
DValueObjectVariable.cpp143 m_resolved_value.SetContext(Value::eContextTypeInvalid, nullptr); in UpdateValue()
243 m_resolved_value.SetContext(Value::eContextTypeInvalid, nullptr); in UpdateValue()
/external/llvm-project/lldb/include/lldb/Core/
DValue.h56 eContextTypeInvalid, // undefined enumerator
88 m_context_type = eContextTypeInvalid; in ClearContext()
/external/llvm-project/lldb/source/Expression/
DFunctionCaller.cpp197 arg_value->GetContextType() == Value::eContextTypeInvalid && in WriteFunctionArguments()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp1515 if (var_location.GetContextType() == Value::eContextTypeInvalid) in GetVariableValue()