Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugSessionInfoVarObj.cpp61 UpdateValue(); in CMICmnLLDBDebugSessionInfoVarObj()
84 UpdateValue(); in CMICmnLLDBDebugSessionInfoVarObj()
556 UpdateValue(); in SetVarFormat()
568 void CMICmnLLDBDebugSessionInfoVarObj::UpdateValue() { in UpdateValue() function in CMICmnLLDBDebugSessionInfoVarObj
H A DMICmnLLDBDebugSessionInfoVarObj.h98 void UpdateValue();
H A DMICmdCmdVar.cpp395 varObj.UpdateValue(); in Execute()
713 varObj.UpdateValue(); in Execute()
850 varObj.UpdateValue(); in Execute()
1217 varObj.UpdateValue(); in Execute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectRegister.h69 bool UpdateValue() override;
113 bool UpdateValue() override;
163 bool UpdateValue() override;
H A DValueObjectCast.h59 bool UpdateValue() override;
H A DValueObjectMemory.h64 bool UpdateValue() override;
H A DValueObjectVariable.h83 bool UpdateValue() override;
H A DValueObjectChild.h61 bool UpdateValue() override;
H A DValueObjectDynamicValue.h114 bool UpdateValue() override;
H A DValueObjectSyntheticFilter.h132 bool UpdateValue() override;
H A DValueObjectConstResult.h120 bool UpdateValue() override;
H A DValueObject.h969 virtual bool UpdateValue() = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectRegister.cpp71 bool ValueObjectRegisterContext::UpdateValue() { in UpdateValue() function in ValueObjectRegisterContext
148 bool ValueObjectRegisterSet::UpdateValue() { in UpdateValue() function in ValueObjectRegisterSet
289 bool ValueObjectRegister::UpdateValue() { in UpdateValue() function in ValueObjectRegister
H A DValueObjectCast.cpp63 bool ValueObjectCast::UpdateValue() { in UpdateValue() function in ValueObjectCast
H A DValueObjectChild.cpp111 bool ValueObjectChild::UpdateValue() { in UpdateValue() function in ValueObjectChild
H A DValueObjectMemory.cpp151 bool ValueObjectMemory::UpdateValue() { in UpdateValue() function in ValueObjectMemory
H A DValueObjectVariable.cpp124 bool ValueObjectVariable::UpdateValue() { in UpdateValue() function in ValueObjectVariable
H A DValueObjectDynamicValue.cpp115 bool ValueObjectDynamicValue::UpdateValue() { in UpdateValue() function in ValueObjectDynamicValue
H A DValueObjectConstResult.cpp227 bool ValueObjectConstResult::UpdateValue() { in UpdateValue() function in ValueObjectConstResult
H A DValueObjectSyntheticFilter.cpp149 bool ValueObjectSynthetic::UpdateValue() { in UpdateValue() function in ValueObjectSynthetic
H A DValueObject.cpp200 bool success = UpdateValue(); in UpdateValueIfNeeded()
/freebsd-12.1/contrib/googletest/googlemock/docs/
H A DCookBook.md1737 EXPECT_CALL(my_mock, UpdateValue(_))
1742 Here `my_mock.GetPrevValue()` will always return the argument of the last `UpdateValue()` call.