Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValue.cpp44 m_value_type(eValueTypeScalar), m_context_type(eContextTypeInvalid), in Value()
49 m_value_type(eValueTypeScalar), m_context_type(eContextTypeInvalid), in Value()
54 m_value_type(eValueTypeHostAddress), m_context_type(eContextTypeInvalid), in Value()
200 case eContextTypeInvalid: in ValueOf()
221 case eContextTypeInvalid: in GetValueByteSize()
247 case eContextTypeInvalid: in GetCompilerType()
284 case eContextTypeInvalid: in GetValueDefaultFormat()
638 m_context_type = eContextTypeInvalid; in Clear()
660 case eContextTypeInvalid: in GetContextTypeAsCString()
H A DValueObjectVariable.cpp139 m_resolved_value.SetContext(Value::eContextTypeInvalid, NULL); in UpdateValue()
265 m_resolved_value.SetContext(Value::eContextTypeInvalid, NULL); in UpdateValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValue.h69 eContextTypeInvalid, // undefined enumerator
159 m_context_type = eContextTypeInvalid; in ClearContext()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp199 arg_value->GetContextType() == Value::eContextTypeInvalid && in WriteFunctionArguments()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1632 if (var_location.GetContextType() == Value::eContextTypeInvalid) in GetVariableValue()