#include "TargetInfo.hpp"
#include "Extension.hpp"
#include <antlr/AST.hpp>
#include <list>
Go to the source code of this file.
Namespaces | |
namespace | cfront |
Data Structures | |
class | cfront::Type |
class | cfront::Type::Definition |
Typedefs | |
typedef unsigned int | cfront::QualFlags |
typedef long long int | cfront::ConstantValue |
Variables | |
static const unsigned int | cfront::Const = 01U |
static const unsigned int | cfront::Volatile = 02U |
static const unsigned int | cfront::Restrict = 04U |
static const unsigned int | cfront::Static = 010U |
static const ConstantValue | cfront::ConstantUnspecified = -1 |