Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
reg_or_const Struct Reference#include <register.h>
List of all members.
Constructor & Destructor Documentation
reg_or_const::reg_or_const |
( |
|
) |
[inline] |
|
reg_or_const::reg_or_const |
( |
const constant & |
con |
) |
[inline] |
|
reg_or_const::reg_or_const |
( |
const Register & |
reg |
) |
[inline] |
|
Member Function Documentation
reg_or_const& reg_or_const::operator= |
( |
const constant & |
con |
) |
[inline] |
|
reg_or_const& reg_or_const::operator= |
( |
const Register & |
reg |
) |
[inline] |
|
string reg_or_const::to_string |
( |
bool |
quote_strings, |
|
|
bool |
addAsmConstPrefix = false |
|
) |
const |
|
|
Definition at line 82 of file register.cc.
References _const, _is_const, _reg, CBZ::ArchInfo, arch_info::get_asm_const_prefix(), constant::is_str(), constant::Str, cbz_util::string_replace(), constant::to_string(), Register::to_string(), and to_string().
Referenced by arch_info::make_template_replacements(), operator<<(), to_string(), and LirInst::to_string(). |
Member Data Documentation
bool reg_or_const::_is_const
|
|
The documentation for this struct was generated from the following files:
|