Home
last modified time | relevance | path

Searched defs:SetInteger (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/test/API/lang/cpp/class_types/
H A Dmain.cpp37 SetInteger(int i) in SetInteger() function in A
/llvm-project/flang/runtime/
H A Dtools.h165 inline RT_API_ATTRS bool SetInteger(INT &x, int kind, std::int64_t value) { in SetInteger() function
/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp375 static void SetInteger(Scalar &scalar, uint64_t raw_value, bool is_signed) { SetInteger() function
/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp359 static void SetInteger(Scalar &scalar, uint64_t raw_value, bool is_signed) { SetInteger() function
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp467 void PythonInteger::SetInteger(int64_t value) { SetInteger() function in PythonInteger