Top   Types   Functions   Classes   Index 

Types


List

CrlMakeUserDataComplex Alias
CrlMakeValueComplex Alias
crl_address_tSimple Alias for ERWIN_UNSIGNED_LONG_LONG
crl_address_user_print_file_tFunction Alias
crl_address_user_print_vchar_tFunction Alias
crl_block_type_tEnumeration
crl_bool_tSimple Alias for CRL_ERWIN_BOOL
crl_bool_user_print_file_tFunction Alias
crl_bool_user_print_vchar_tFunction Alias
crl_byte_tComplex Alias
crl_class_id_tEnumeration
crl_compression_tEnumeration
crl_edge_type_tEnumeration
crl_enum_user_print_file_tFunction Alias
crl_enum_user_print_vchar_tFunction Alias
crl_float_tSimple Alias for double
crl_float_user_print_file_tFunction Alias
crl_float_user_print_vchar_tFunction Alias
crl_forbidden_tEnumeration
crl_functor_type_tEnumeration
crl_gmt_user_print_file_tFunction Alias
crl_gmt_user_print_vchar_tFunction Alias
crl_handle_foreign_item_tFunction Alias
crl_identifier_user_print_file_tFunction Alias
crl_identifier_user_print_vchar_tFunction Alias
crl_index_tSimple Alias for int
crl_mapper_tFunction Alias
crl_no_heap_tEnumeration
crl_no_zero_tEnumeration
crl_signed_tSimple Alias for ERWIN_LONG_LONG
crl_signed_user_print_file_tFunction Alias
crl_signed_user_print_vchar_tFunction Alias
crl_string2symbol_tFunction Alias
crl_string_user_print_file_tFunction Alias
crl_string_user_print_vchar_tFunction Alias
crl_symbol_tComplex Alias
crl_symbol_user_print_file_tFunction Alias
crl_symbol_user_print_vchar_tFunction Alias
crl_unsigned_tSimple Alias for ERWIN_UNSIGNED_LONG_LONG
crl_unsigned_user_print_file_tFunction Alias
crl_unsigned_user_print_vchar_tFunction Alias
crl_user_data_delete_hook_tFunction Alias
crl_user_data_tUnion
crl_value_vector_cmp_tFunction Alias
crl_word16_tComplex Alias
crl_word32_tComplex Alias


Descriptions


CrlMakeUserData

typedef struct crl_any_user_data_t CrlMakeUserData


CrlMakeValue

typedef struct crl_any_value_t CrlMakeValue


crl_address_t

typedef ERWIN_UNSIGNED_LONG_LONG crl_address_t

Occurrences

CrlBytes::CrlBytes(address_t, unsigned_t, Data *)
CrlBytes::CrlBytes(address_t, unsigned_t, Bytes const *, Data *, bool)
CrlInstruction::CrlInstruction(address_t, unsigned_t, Block *)
CrlInstruction::CrlInstruction(address_t, unsigned_t, Instruction const *, Block *, bool)
address_tCrlRoutine::address() const
address_tCrlBlock::address() const
address_tCrlInstruction::address() const
address_tCrlBytes::address() const
boolCrlRoutine::find_address(address_t &) const
boolCrlBlock::find_address(address_t &) const
voidCrlInstruction::set_address(address_t)
voidCrlBytes::set_address(address_t)

crl_address_user_print_file_t

typedef void (* crl_address_user_print_file_t) (FILE *, struct crl_type_address_t const *, ERWIN_UNSIGNED_LONG_LONG)

Occurrences

UserPrintFileCrlTypeAddress::get_user_print_file()
voidCrlTypeAddress::set_user_print_file(UserPrintFile)

crl_address_user_print_vchar_t

typedef void (* crl_address_user_print_vchar_t) (CrlVChar *, struct crl_type_address_t const *, ERWIN_UNSIGNED_LONG_LONG)

Occurrences

UserPrintVCharCrlTypeAddress::get_user_print_vchar()
voidCrlTypeAddress::set_user_print_vchar(UserPrintVChar)

crl_block_type_t

enum crl_block_type_t { ... }

Occurrences

block_type_tCrlBlock::string_to_type(char const *)
symbol_tCrlBlock::type_to_symbol(block_type_t)
CrlBlock::CrlBlock(block_type_t, Routine *)
Edge *CrlBlock::find_incoming(block_type_t, block_type_t) const
Edge *CrlBlock::find_outgoing(block_type_t, block_type_t) const
boolCrlBlock::set_type(block_type_t)
type_tCrlBlock::type() const

crl_bool_t

typedef CRL_ERWIN_BOOL crl_bool_t

Occurrences

boolcrl_value_sequence_step(CrlValue * & value, CrlStructure * stream, int & i)
boolcrl_value_sequence_step(bool & value, CrlStructure * stream, int & i)
boolcrl_value_sequence_step(int & value, CrlStructure * stream, int & i)
boolcrl_value_sequence_step(crl_unsigned_t & value, CrlStructure * stream, int & i)
boolcrl_value_sequence_step(crl_signed_t & value, CrlStructure * stream, int & i)
boolcrl_value_sequence_step(crl_symbol_t & value, CrlStructure * stream, int & i)
boolCrl::is_c_identifier(char const *)
boolCrl::is_initialised()
boolCrl::is_lowcase_identifier(char const *)
boolCrl::is_normalised_decimal(char const *)
boolCrlEdge::is_special_type(edge_type_t)
CrlAttribute::CrlAttribute(symbol_t, bool)
CrlAttribute::CrlAttribute(symbol_t, Type *, bool)
CrlBytes::CrlBytes(Bytes const *, Data *, bool)
CrlBytes::CrlBytes(address_t, unsigned_t, Bytes const *, Data *, bool)
CrlContextMinimum::CrlContextMinimum(ContextMatch * body, unsigned int min, bool exclude_next)
CrlContextRepeat::CrlContextRepeat(ContextMatch * body, unsigned int min, unsigned int max, bool exclude_next)
CrlEdge::CrlEdge(Block *, Block *, edge_type_t = CRL_EDGE_NORMAL, bool linear = false)
CrlInfo::CrlInfo(Info const *, Meta *, bool)
CrlInstruction::CrlInstruction(Instruction const *, Block *, bool)
CrlInstruction::CrlInstruction(address_t, unsigned_t, Instruction const *, Block *, bool)
CrlOperation::CrlOperation(Operation const *, Instruction *, bool)
CrlOperation::CrlOperation(char const *, Operation const *, Instruction *, bool)
CrlValueApplication::CrlValueApplication(functor_type_t type, char const * functor, bool suppress_string2symbol)
CrlValueApplication::CrlValueApplication(functor_type_t type, char const * functor_part1, char const * functor_part2, bool suppress_string2symbol)
CrlValueIdentifier::CrlValueIdentifier(symbol_t, bool)
CrlValueString::CrlValueString(VChar *, bool)
CrlValueString::CrlValueString(VChar &, bool)
CrlValueSymbol::CrlValueSymbol(symbol_t, bool)
boolCrlObject::operator!=(CrlObject const & o) const
boolCrlObject::operator<(CrlObject const & o) const
boolCrlObject::operator<=(CrlObject const & o) const
boolCrlObject::operator==(CrlObject const & o) const
boolCrlObject::operator>(CrlObject const & o) const
boolCrlObject::operator>=(CrlObject const & o) const
boolCrlStructure::append(Value * value)
boolCrlStructure::append(Item * value)
boolCrlStructure::append(char const * value)
boolCrlStructure::append(unsigned_t value)
boolCrlValueRef::append(Value * value)
boolCrlValueRef::append(Item * value)
boolCrlValueRef::append(char const * value)
boolCrlValueRef::append(unsigned_t value)
boolCrlValueRefBox::append(Value * value)
boolCrlValueRefBox::append(Item * value)
boolCrlValueRefBox::append(char const * value)
boolCrlValueRefBox::append(unsigned_t value)
boolCrlValueRefVector::append(Value * value)
boolCrlValueRefVector::append(Item * value)
boolCrlValueRefVector::append(char const * value)
boolCrlValueRefVector::append(unsigned_t value)
boolCrlValueRefMap::append(Value * value)
boolCrlValueRefMap::append(Item * value)
boolCrlValueRefMap::append(char const * value)
boolCrlValueRefMap::append(unsigned_t value)
boolCrlValueRefMapItem::append(Value * value)
boolCrlValueRefMapItem::append(Item * value)
boolCrlValueRefMapItem::append(char const * value)
boolCrlValueRefMapItem::append(unsigned_t value)
boolCrlValueRefContext::append(Value * value)
boolCrlValueRefContext::append(Item * value)
boolCrlValueRefContext::append(char const * value)
boolCrlValueRefContext::append(unsigned_t value)
boolCrlValue::append(Value * value)
boolCrlValue::append(Item * value)
boolCrlValue::append(char const * value)
boolCrlValue::append(unsigned_t value)
boolCrlValueBox::append(Value * value)
boolCrlValueBox::append(Item * value)
boolCrlValueBox::append(char const * value)
boolCrlValueBox::append(unsigned_t value)
boolCrlStructure::append_float(float_t value)
boolCrlValueRef::append_float(float_t value)
boolCrlValueRefBox::append_float(float_t value)
boolCrlValueRefVector::append_float(float_t value)
boolCrlValueRefMap::append_float(float_t value)
boolCrlValueRefMapItem::append_float(float_t value)
boolCrlValueRefContext::append_float(float_t value)
boolCrlValue::append_float(float_t value)
boolCrlValueBox::append_float(float_t value)
boolCrlStructure::append_signed(signed_t value)
boolCrlValueRef::append_signed(signed_t value)
boolCrlValueRefBox::append_signed(signed_t value)
boolCrlValueRefVector::append_signed(signed_t value)
boolCrlValueRefMap::append_signed(signed_t value)
boolCrlValueRefMapItem::append_signed(signed_t value)
boolCrlValueRefContext::append_signed(signed_t value)
boolCrlValue::append_signed(signed_t value)
boolCrlValueBox::append_signed(signed_t value)
boolCrlStructure::append_symbol(symbol_t value)
boolCrlValueRef::append_symbol(symbol_t value)
boolCrlValueRefBox::append_symbol(symbol_t value)
boolCrlValueRefVector::append_symbol(symbol_t value)
boolCrlValueRefMap::append_symbol(symbol_t value)
boolCrlValueRefMapItem::append_symbol(symbol_t value)
boolCrlValueRefContext::append_symbol(symbol_t value)
boolCrlValue::append_symbol(symbol_t value)
boolCrlValueBox::append_symbol(symbol_t value)
boolCrlType::check_application() const
boolCrlType::check_float(float_t) const
boolCrlType::check_item(int klass_id = -1) const
boolCrlType::check_map() const
boolCrlType::check_missing(Structure const *) const
boolCrlType::check_null() const
boolCrlType::check_signed(signed_t) const
boolCrlType::check_string(VChar const &) const
boolCrlType::check_unsigned(unsigned_t) const
boolCrlType::check_vector() const
boolCrlParser::done()
boolCrlValueCompound::empty() const
boolCrlValueList::empty() const
boolCrlValueMap::empty() const
boolCrlValueMapItemValue::empty() const
boolCrlTypeTuple::empty() const
boolCrlContext::empty() const
boolCrlContextSequence::empty() const
boolCrlItemDeclaration::empty() const
boolCrlRoutine::empty() const
boolCrlEdgeArray::empty(bool count_impasse = false) const
boolCrlContextMinimum::exclude_next() const
boolCrlStructure::find(float_t & result, char const * key) const
boolCrlStructure::find(float_t & result, Item const * key) const
boolCrlStructure::find(float_t & result, Value const * key) const
boolCrlStructure::find(signed_t & result, char const * key) const
boolCrlStructure::find(signed_t & result, Item const * key) const
boolCrlStructure::find(signed_t & result, Value const * key) const
boolCrlStructure::find(unsigned_t & result, char const * key) const
boolCrlStructure::find(unsigned_t & result, Item const * key) const
boolCrlStructure::find(unsigned_t & result, Value const * key) const
boolCrlValueRef::find(float_t & result, char const * key) const
boolCrlValueRef::find(float_t & result, Item const * key) const
boolCrlValueRef::find(float_t & result, Value const * key) const
boolCrlValueRef::find(signed_t & result, char const * key) const
boolCrlValueRef::find(signed_t & result, Item const * key) const
boolCrlValueRef::find(signed_t & result, Value const * key) const
boolCrlValueRef::find(unsigned_t & result, char const * key) const
boolCrlValueRef::find(unsigned_t & result, Item const * key) const
boolCrlValueRef::find(unsigned_t & result, Value const * key) const
boolCrlValueRefBox::find(float_t & result, char const * key) const
boolCrlValueRefBox::find(float_t & result, Item const * key) const
boolCrlValueRefBox::find(float_t & result, Value const * key) const
boolCrlValueRefBox::find(signed_t & result, char const * key) const
boolCrlValueRefBox::find(signed_t & result, Item const * key) const
boolCrlValueRefBox::find(signed_t & result, Value const * key) const
boolCrlValueRefBox::find(unsigned_t & result, char const * key) const
boolCrlValueRefBox::find(unsigned_t & result, Item const * key) const
boolCrlValueRefBox::find(unsigned_t & result, Value const * key) const
boolCrlValueRefVector::find(float_t & result, char const * key) const
boolCrlValueRefVector::find(float_t & result, Item const * key) const
boolCrlValueRefVector::find(float_t & result, Value const * key) const
boolCrlValueRefVector::find(signed_t & result, char const * key) const
boolCrlValueRefVector::find(signed_t & result, Item const * key) const
boolCrlValueRefVector::find(signed_t & result, Value const * key) const
boolCrlValueRefVector::find(unsigned_t & result, char const * key) const
boolCrlValueRefVector::find(unsigned_t & result, Item const * key) const
boolCrlValueRefVector::find(unsigned_t & result, Value const * key) const
boolCrlValueRefMap::find(float_t & result, char const * key) const
boolCrlValueRefMap::find(float_t & result, Item const * key) const
boolCrlValueRefMap::find(float_t & result, Value const * key) const
boolCrlValueRefMap::find(signed_t & result, char const * key) const
boolCrlValueRefMap::find(signed_t & result, Item const * key) const
boolCrlValueRefMap::find(signed_t & result, Value const * key) const
boolCrlValueRefMap::find(unsigned_t & result, char const * key) const
boolCrlValueRefMap::find(unsigned_t & result, Item const * key) const
boolCrlValueRefMap::find(unsigned_t & result, Value const * key) const
boolCrlValueRefMapItem::find(float_t & result, char const * key) const
boolCrlValueRefMapItem::find(float_t & result, Item const * key) const
boolCrlValueRefMapItem::find(float_t & result, Value const * key) const
boolCrlValueRefMapItem::find(signed_t & result, char const * key) const
boolCrlValueRefMapItem::find(signed_t & result, Item const * key) const
boolCrlValueRefMapItem::find(signed_t & result, Value const * key) const
boolCrlValueRefMapItem::find(unsigned_t & result, char const * key) const
boolCrlValueRefMapItem::find(unsigned_t & result, Item const * key) const
boolCrlValueRefMapItem::find(unsigned_t & result, Value const * key) const
boolCrlValueRefContext::find(float_t & result, char const * key) const
boolCrlValueRefContext::find(float_t & result, Item const * key) const
boolCrlValueRefContext::find(float_t & result, Value const * key) const
boolCrlValueRefContext::find(signed_t & result, char const * key) const
boolCrlValueRefContext::find(signed_t & result, Item const * key) const
boolCrlValueRefContext::find(signed_t & result, Value const * key) const
boolCrlValueRefContext::find(unsigned_t & result, char const * key) const
boolCrlValueRefContext::find(unsigned_t & result, Item const * key) const
boolCrlValueRefContext::find(unsigned_t & result, Value const * key) const
boolCrlValue::find(float_t & result, char const * key) const
boolCrlValue::find(float_t & result, Item const * key) const
boolCrlValue::find(float_t & result, Value const * key) const
boolCrlValue::find(signed_t & result, char const * key) const
boolCrlValue::find(signed_t & result, Item const * key) const
boolCrlValue::find(signed_t & result, Value const * key) const
boolCrlValue::find(unsigned_t & result, char const * key) const
boolCrlValue::find(unsigned_t & result, Item const * key) const
boolCrlValue::find(unsigned_t & result, Value const * key) const
boolCrlValueNumeric::find(float_t & result, char const * key) const
boolCrlValueNumeric::find(float_t & result, Value const * key) const
boolCrlValueNumeric::find(signed_t & result, char const * key) const
boolCrlValueNumeric::find(signed_t & result, Value const * key) const
boolCrlValueNumeric::find(unsigned_t & result, char const * key) const
boolCrlValueNumeric::find(unsigned_t & result, Value const * key) const
boolCrlValueNumericSimple::find(float_t & result, char const * key) const
boolCrlValueNumericSimple::find(float_t & result, Value const * key) const
boolCrlValueNumericSimple::find(signed_t & result, char const * key) const
boolCrlValueNumericSimple::find(signed_t & result, Value const * key) const
boolCrlValueNumericSimple::find(unsigned_t & result, char const * key) const
boolCrlValueNumericSimple::find(unsigned_t & result, Value const * key) const
bool