Searched refs:SetInteger (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/ARC/ |
| H A D | ABISysV_arc.cpp | 375 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()
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/class_types/ |
| H A D | main.cpp | 37 SetInteger(int i) in SetInteger() function in A
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | tools.h | 94 inline bool SetInteger(INT &x, int kind, std::int64_t value) { in SetInteger() function
|
| H A D | io-api.cpp | 1060 if (!SetInteger(unit, kind, result)) { in IONAME() 1382 if (SetInteger(result, kind, n)) { in IONAME()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 447 PythonInteger::PythonInteger(int64_t value) { SetInteger(value); } in PythonInteger() 458 void PythonInteger::SetInteger(int64_t value) { in SetInteger() function in PythonInteger
|
| H A D | PythonDataObjects.h | 467 void SetInteger(int64_t value);
|
| /llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/ |
| H A D | PythonDataObjectsTests.cpp | 174 python_long.SetInteger(40); in TEST_F()
|