Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DThreadSafeValue.h38 void SetValue(const T &value) { in SetValue() function
/llvm-project-15.0.7/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-15.0.7/lldb/include/lldb/Utility/
H A DStructuredData.h292 void SetValue(uint64_t value) { m_value = value; } in SetValue() function
309 void SetValue(double value) { m_value = value; } in SetValue() function
326 void SetValue(bool value) { m_value = value; } in SetValue() function
342 void SetValue(llvm::StringRef S) { m_value = std::string(S); } in SetValue() function
548 void SetValue(void *value) { m_object = value; } in SetValue() function
H A DPredicate.h89 void SetValue(T value, PredicateBroadcastType broadcast_type) { in SetValue() function
/llvm-project-15.0.7/lldb/source/Core/
H A DMangled.cpp95 void Mangled::SetValue(ConstString s, bool mangled) { in SetValue() function in Mangled
110 void Mangled::SetValue(ConstString name) { in SetValue() function in Mangled
H A DIOHandlerCursesGUI.cpp2225 void SetValue(const char *value) { return GetValueField().SetText(value); } in SetValue() function in curses::EnvironmentVariableFieldDelegate
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h52 void SetValue(const ValueType &val) { m_value = val; } in SetValue() function
/llvm-project-15.0.7/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
/llvm-project-15.0.7/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-15.0.7/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.cpp102 bool CFCMutableDictionary::SetValue(CFStringRef key, const void *value, in SetValue() function in CFCMutableDictionary
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp473 Value *CopyLen, Value *SetValue, Align DstAlign, in createMemSetLoop()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp491 void PythonBoolean::SetValue(bool value) { in SetValue() function in PythonBoolean
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h544 void SetValue(const std::string& new_value) { in SetValue() function
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.cpp162 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName, in SetValue() function in TGParser
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp41 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) { in SetValue() function
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1202 Value *SetTuple, *SetIndex, *SetValue; in instCombineSVETupleGet() local