Lines Matching refs:generated
122 a lot of generated code and Tcl is used to do much of that code generation.
149 for building generated source code files or for testing or for generating
154 Several of the C-language source files used by SQLite are generated from
156 section will summarize those automatically-generated files. To create all
157 of the automatically-generated files, simply run "make target_source".
160 manually-edited files and automatically-generated files.
163 generated from src/sqlite.h.in, ./manifest.uuid, and ./VERSION. The
173 The SQL language parser is **parse.c** which is generated from a grammar in
183 file is generated by scanning the src/vdbe.c source file. The
192 generated by a C-language program at tool mkkeywordhash.c.
195 and implement the PRAGMA statements. The header is generated by a
204 and automatically-generated) can be combined into a single big source file
212 The amalgamation is generated from the tool/mksqlite3c.tcl Tcl script.