#include <local_bitvector_analysis.h>
Definition at line 48 of file local_bitvector_analysis.h.
◆ bitst
Enumerator |
---|
B_unknown | |
B_uninitialized | |
B_uses_offset | |
B_dynamic_local | |
B_dynamic_heap | |
B_null | |
B_static_lifetime | |
B_integer_address | |
Definition at line 60 of file local_bitvector_analysis.h.
◆ flagst() [1/2]
local_bitvector_analysist::flagst::flagst |
( |
| ) |
|
|
inline |
◆ flagst() [2/2]
local_bitvector_analysist::flagst::flagst |
( |
const bitst |
_bits | ) |
|
|
inlineexplicit |
◆ clear()
void local_bitvector_analysist::flagst::clear |
( |
void |
| ) |
|
|
inline |
◆ is_dynamic_heap()
bool local_bitvector_analysist::flagst::is_dynamic_heap |
( |
| ) |
const |
|
inline |
◆ is_dynamic_local()
bool local_bitvector_analysist::flagst::is_dynamic_local |
( |
| ) |
const |
|
inline |
◆ is_integer_address()
bool local_bitvector_analysist::flagst::is_integer_address |
( |
| ) |
const |
|
inline |
◆ is_null()
bool local_bitvector_analysist::flagst::is_null |
( |
| ) |
const |
|
inline |
◆ is_static_lifetime()
bool local_bitvector_analysist::flagst::is_static_lifetime |
( |
| ) |
const |
|
inline |
◆ is_uninitialized()
bool local_bitvector_analysist::flagst::is_uninitialized |
( |
| ) |
const |
|
inline |
◆ is_unknown()
bool local_bitvector_analysist::flagst::is_unknown |
( |
| ) |
const |
|
inline |
◆ is_uses_offset()
bool local_bitvector_analysist::flagst::is_uses_offset |
( |
| ) |
const |
|
inline |
◆ merge()
bool local_bitvector_analysist::flagst::merge |
( |
const flagst & |
other | ) |
|
|
inline |
◆ mk_dynamic_heap()
static flagst local_bitvector_analysist::flagst::mk_dynamic_heap |
( |
| ) |
|
|
inlinestatic |
◆ mk_dynamic_local()
static flagst local_bitvector_analysist::flagst::mk_dynamic_local |
( |
| ) |
|
|
inlinestatic |
◆ mk_integer_address()
static flagst local_bitvector_analysist::flagst::mk_integer_address |
( |
| ) |
|
|
inlinestatic |
◆ mk_null()
static flagst local_bitvector_analysist::flagst::mk_null |
( |
| ) |
|
|
inlinestatic |
◆ mk_static_lifetime()
static flagst local_bitvector_analysist::flagst::mk_static_lifetime |
( |
| ) |
|
|
inlinestatic |
◆ mk_uninitialized()
static flagst local_bitvector_analysist::flagst::mk_uninitialized |
( |
| ) |
|
|
inlinestatic |
◆ mk_unknown()
static flagst local_bitvector_analysist::flagst::mk_unknown |
( |
| ) |
|
|
inlinestatic |
◆ mk_uses_offset()
static flagst local_bitvector_analysist::flagst::mk_uses_offset |
( |
| ) |
|
|
inlinestatic |
◆ operator|()
flagst local_bitvector_analysist::flagst::operator| |
( |
const flagst |
other | ) |
const |
|
inline |
◆ print()
void local_bitvector_analysist::flagst::print |
( |
std::ostream & |
out | ) |
const |
◆ bits
unsigned local_bitvector_analysist::flagst::bits |
The documentation for this struct was generated from the following files: