#include <fstream>
#include <unistd.h>
#include <stdio.h>
#include <string>
#include <vector>
#include "ucloc.h"
#include "ucfun.h"
#include <iosfwd>
Include dependency graph for ucmain.cc:
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | yyerror (char *s) |
Variables | |
std::vector< Uc_function * > | functions |
std::vector< char * > | include_dirs |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 56 of file ucmain.cc.
References Uc_function::bg, functions, Uc_location::get_num_errors(), include_dirs, Uc_location::set_cur(), Uc_function::set_intrinsics(), Uc_function::si, yyin, yylex(), and yyparse().
Here is the call graph for this function:
void yyerror | ( | char * | s | ) |
Definition at line 135 of file ucmain.cc.
References Uc_location::yyerror().
Referenced by yyparse().
Here is the call graph for this function:
std::vector<Uc_function *> functions |
std::vector<char *> include_dirs |