#include "nusmv/core/compile/symb_table/SymbType.h"
#include "nusmv/core/node/node.h"
#include "nusmv/core/utils/utils.h"
#include "nusmv/core/utils/NodeList.h"
#include "nusmv/core/compile/symb_table/NFunction.h"
Go to the source code of this file.
Defines | |
#define | SYMB_CACHE(x) ((SymbCache_ptr) x) |
#define | SYMB_CACHE_CHECK_INSTANCE(x) ( nusmv_assert(SYMB_CACHE(x) != SYMB_CACHE(NULL)) ) |
Typedefs | |
typedef struct SymbCache_TAG * | SymbCache_ptr |
#define SYMB_CACHE | ( | x | ) | ((SymbCache_ptr) x) |
#define SYMB_CACHE_CHECK_INSTANCE | ( | x | ) | ( nusmv_assert(SYMB_CACHE(x) != SYMB_CACHE(NULL)) ) |
typedef struct SymbCache_TAG* SymbCache_ptr |