#include <iostream>
#include <string>
#include <vector>
#include <set>
#include <typeinfo>
#include <include/gcc-attr.h>
#include <include/uint.h>
#include "CCT-Tree.hpp"
#include "CallPath-Profile.hpp"
#include <lib/xml/xml.hpp>
#include <lib/support/diagnostics.h>
#include <lib/support/Logic.hpp>
#include <lib/support/SrcFile.hpp>
#include <lib/support/StrUtil.hpp>
#include <lib/support/Trace.hpp>
#include <lib/support/dictionary.h>
Go to the source code of this file.
◆ dyn_cast_return
#define dyn_cast_return |
( |
|
base, |
|
|
|
derived, |
|
|
|
expr |
|
) |
| |
Value:{ base* ptr = expr; \
} else { \
return
dynamic_cast<derived*
>(ptr); \
} \
}
static int derived[MAX_EVENTS]
Definition at line 354 of file CCT-Tree.cpp.
◆ MERGE_ACTION
◆ MERGE_ERROR
◆ XML_ATTR_DATA_NODE_ALLOC
#define XML_ATTR_DATA_NODE_ALLOC "d" |
◆ XML_ATTR_DATA_START_MEM
#define XML_ATTR_DATA_START_MEM "m" |