Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Core/
H A DThreadSafeValue.h38 void SetValue(const T &value) { in SetValue() function
/llvm-project/lldb/tools/debugserver/source/
H A DJSONGenerator.h163 void SetValue(uint64_t value) { m_value = value; } in SetValue() function
179 void SetValue(double value) { m_value = value; } in SetValue() function
195 void SetValue(bool value) { m_value = value; } in SetValue() function
218 void SetValue(const std::string &string) { m_value = string; } in SetValue() function
374 void SetValue(void *value) { m_object = value; } in SetValue() function
/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
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h54 void SetValue(const ValueType &val) { m_value = val; } SetValue() function
/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; } SetValue() function
H A DTypeSynthetic.h232 void SetValue(uint32_t value) { m_flags = value; } in SetValue() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-naming-member-decl-usage.cpp161 void SetValue(int Value) { this->value = Value; } // A1 in SetValue() function
/llvm-project/lldb/source/Core/
H A DMangled.cpp120 void Mangled::SetValue(ConstString name) { SetValue() function in Mangled
H A DIOHandlerCursesGUI.cpp2226 void SetValue(const char *value) { return GetValueField().SetText(value); } in SetValue() function in curses::EnvironmentVariableFieldDelegate
/llvm-project/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.cpp102 bool CFCMutableDictionary::SetValue(CFStringRef key, const void *value, in SetValue() function in CFCMutableDictionary
/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp460 createMemSetLoop(Instruction * InsertBefore,Value * DstAddr,Value * CopyLen,Value * SetValue,Align DstAlign,bool IsVolatile) createMemSetLoop() argument
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp515 void PythonBoolean::SetValue(bool value) { SetValue() function in PythonBoolean
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h385 void SetValue(const std::string& new_value) { value_ = new_value; } in SetValue() function
/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp229 /// SetValue - in SetValue() function in TGParser
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp41 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) { in SetValue() function