|
cprover
|
C++ Parser: Token Buffer. More...
#include "cpp_token_buffer.h"#include <cassert>#include <ansi-c/ansi_c_y.tab.h>#include <ansi-c/ansi_c_parser.h>
Include dependency graph for cpp_token_buffer.cpp: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 4611 of file ansi_c_lex.yy.cpp.
| char* yyansi_ctext |