#include "lldb/Utility/LLDBAssert.h"
#include "lldb/Utility/Status.h"
#include "lldb/lldb-enumerations.h"
#include "lldb/lldb-private-types.h"
#include "llvm/ADT/APFloat.h"
#include "llvm/ADT/APSInt.h"
#include <cstddef>
#include <cstdint>
#include <utility>
Go to the source code of this file.
|
namespace | lldb_private |
| A class that represents a running process on the host machine.
|
|
|
const Scalar | lldb_private::operator+ (const Scalar &lhs, const Scalar &rhs) |
|
const Scalar | lldb_private::operator- (Scalar lhs, Scalar rhs) |
|
const Scalar | lldb_private::operator/ (Scalar lhs, Scalar rhs) |
|
const Scalar | lldb_private::operator* (Scalar lhs, Scalar rhs) |
|
const Scalar | lldb_private::operator& (Scalar lhs, Scalar rhs) |
|
const Scalar | lldb_private::operator| (Scalar lhs, Scalar rhs) |
|
const Scalar | lldb_private::operator% (Scalar lhs, Scalar rhs) |
|
const Scalar | lldb_private::operator^ (Scalar lhs, Scalar rhs) |
|
const Scalar | lldb_private::operator<< (const Scalar &lhs, const Scalar &rhs) |
|
const Scalar | lldb_private::operator>> (const Scalar &lhs, const Scalar &rhs) |
|
bool | lldb_private::operator== (Scalar lhs, Scalar rhs) |
|
bool | lldb_private::operator!= (const Scalar &lhs, const Scalar &rhs) |
|
bool | lldb_private::operator< (Scalar lhs, Scalar rhs) |
|
bool | lldb_private::operator<= (const Scalar &lhs, const Scalar &rhs) |
|
bool | lldb_private::operator> (const Scalar &lhs, const Scalar &rhs) |
|
bool | lldb_private::operator>= (const Scalar &lhs, const Scalar &rhs) |
|
llvm::raw_ostream & | lldb_private::operator<< (llvm::raw_ostream &os, const Scalar &scalar) |
|
◆ BITWIDTH_INT128
#define BITWIDTH_INT128 128 |
◆ NUM_OF_WORDS_INT128
#define NUM_OF_WORDS_INT128 2 |