Home
last modified time | relevance | path

Searched defs:SetValue (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h310 void SetValue(N value) { m_value = value; } in SetValue() function
335 void SetValue(double value) { m_value = value; } in SetValue() function
354 void SetValue(bool value) { m_value = value; } in SetValue() function
372 void SetValue(llvm::StringRef S) { m_value = std::string(S); } in SetValue() function
563 void SetValue(void *value) { m_object = value; } in SetValue() function
H A DPredicate.h90 void SetValue(T value, PredicateBroadcastType broadcast_type) { in SetValue() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadSafeValue.h38 void SetValue(const T &value) { in SetValue() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h54 void SetValue(const ValueType &val) { m_value = val; } in SetValue() function
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h104 void SetValue(uint32_t value) { m_flags = value; } in SetValue() function
H A DTypeSummary.h196 void SetValue(uint32_t value) { m_flags = value; } in SetValue() function
H A DTypeSynthetic.h225 void SetValue(uint32_t value) { m_flags = value; } in SetValue() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp112 void Mangled::SetValue(ConstString name) { in SetValue() function in Mangled
H A DIOHandlerCursesGUI.cpp2226 void SetValue(const char *value) { return GetValueField().SetText(value); } in SetValue() function in curses::EnvironmentVariableFieldDelegate
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp436 Value *CopyLen, Value *SetValue, Align DstAlign, in createMemSetLoop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp515 void PythonBoolean::SetValue(bool value) { in SetValue() function in PythonBoolean
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h385 void SetValue(const std::string& new_value) { value_ = new_value; } in SetValue() function
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp229 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName, in SetValue() function in TGParser
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp41 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) { in SetValue() function
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc1387 TEST(TestPropertyTest, SetValue) { in TEST() argument