chc.app package
Application coordination and main data types.
Main access point to the analysis of a C application. |
|
Object representation of CIL attrparam sum type. |
|
Definition of a struct/union. |
|
Object representation of CIL constant sum type. |
|
Structural context description to locate a program entity. |
|
Dictionary for program context specifications. |
|
Abstract super class for CGlobalDeclarations and CFileDeclarations. |
|
Abstract superclass for CGlobalDictionary and CFileDictionary. |
|
Base class for items in CDictionary and CDeclarations. |
|
Enum declaration data. |
|
Enum item declaration data. |
|
Object representation of CIL expression sum type. |
|
Type and layout of a struct or union field. |
|
C-file main access point. |
|
Object representation of sum type assignment_t. |
|
Dictionary of global and field assignments. |
|
Declarations at the file level. |
|
Dictionary of types and expressions at the file level. |
|
Global definitions in a c-file. |
|
Local variable declarations at the function level. |
|
Main access point for a c function. |
|
Cross references between variable and struct definitions in different files. |
|
Declarations of global entities across files. |
|
Dictionary of global entities across files. |
|
Initializer of global variables. |
|
C instruction (assignment, call, or inserted assembly code). |
|
Left-hand side base (storage location for variable). |
|
Location in a C source file (filename, line number). |
|
Left-hand side value. |
|
Object representation for CIL offset sum type. |
|
Control flow element in a function. |
|
Variant type for the CIL typ data type. |
|
Global type definition. |
|
Type signature used in attributes. |
|
Variable definition. |
|
Global variable and struct definition relationships between files. |
Submodules
- chc.app.AssignDictionaryRecord module
- chc.app.CApplication module
- chc.app.CAttributes module
- chc.app.CCompInfo module
- chc.app.CConst module
- chc.app.CContext module
- chc.app.CContextDictionary module
- chc.app.CDeclarations module
- chc.app.CDictionary module
- chc.app.CDictionaryRecord module
- chc.app.CEnumInfo module
- chc.app.CEnumItem module
- chc.app.CExp module
- chc.app.CFieldInfo module
- chc.app.CFile module
- chc.app.CFileAssignment module
- chc.app.CFileAssignmentDictionary module
- chc.app.CFileDeclarations module
- chc.app.CFileDictionary module
- chc.app.CFileGlobals module
- chc.app.CFunDeclarations module
- chc.app.CFunction module
- chc.app.CGXrefs module
- chc.app.CGlobalDeclarations module
- chc.app.CGlobalDictionary module
- chc.app.CHVersion module
- chc.app.CInitInfo module
- chc.app.CInstr module
- chc.app.CLHost module
- chc.app.CLocation module
- chc.app.CLval module
- chc.app.COffset module
- chc.app.CStmt module
- chc.app.CTyp module
- chc.app.CTypeInfo module
- chc.app.CTypsig module
- chc.app.CVarInfo module
- chc.app.IndexManager module