Home
last modified time | relevance | path

Searched refs:SetInteger (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp375 static void SetInteger(Scalar &scalar, uint64_t raw_value, bool is_signed) { in SetInteger() function
390 SetInteger<uint64_t>(scalar, raw_value, is_signed); in SetSizedInteger()
394 SetInteger<uint32_t>(scalar, raw_value, is_signed); in SetSizedInteger()
398 SetInteger<uint16_t>(scalar, raw_value, is_signed); in SetSizedInteger()
402 SetInteger<uint8_t>(scalar, raw_value, is_signed); in SetSizedInteger()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp446 PythonInteger::PythonInteger(int64_t value) { SetInteger(value); } in PythonInteger()
457 void PythonInteger::SetInteger(int64_t value) { in SetInteger() function in PythonInteger
H A DPythonDataObjects.h479 void SetInteger(int64_t value);