cprover
|
#include "cpp_token_buffer.h"
#include <cassert>
#include <ansi-c/ansi_c_y.tab.h>
#include <ansi-c/ansi_c_parser.h>
Go to the source code of this file.
Functions | |
int | yyansi_clex () |
The main scanner function which does all the work. More... | |
Variables | |
char * | yyansi_ctext |
C++ Parser: Token Buffer
Definition in file cpp_token_buffer.cpp.
int yyansi_clex | ( | ) |
The main scanner function which does all the work.
Definition at line 5041 of file ansi_c_lex.yy.cpp.
char* yyansi_ctext |
Definition at line 4632 of file ansi_c_lex.yy.cpp.