#include <stdlib.h>#include <dirent.h>#include <fstream>#include <iostream>#include <string>#include "AST.hxx"#include "Type.hxx"#include "Special.hxx"#include "UocInfo.hxx"Go to the source code of this file.
Defines | |
| #define | ISSET(v, b) ((v)[((b)/8)] & (1u << ((b)%8))) |
Functions | |
| void | astChTypeError (const AST &myAst, const AstType exp_at, const AstType act_at, size_t child) |
| void | astChNumError (const AST &myAst, const size_t exp_ch, const size_t act_ch) |
Variables | |
| static const unsigned char * | astMembers [] |
| #define ISSET | ( | v, | |||
| b | ) | ((v)[((b)/8)] & (1u << ((b)%8))) |
| void astChNumError | ( | const AST & | myAst, | |
| const size_t | exp_ch, | |||
| const size_t | act_ch | |||
| ) |
Definition at line 1404 of file AST.cxx.
References AST::loc, and AST::tagName().
Referenced by AST::isValid().
Definition at line 1394 of file AST.cxx.
References AST::loc, and AST::tagName().
Referenced by AST::isValid().
const unsigned char* astMembers[] [static] |
1.4.7