Searched refs:mtag_info (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/ |
H A D | mtag_info.schema | 1 CREATE TABLE mtag_info (file varchar(80), tag big int, type integer, value varchar(80));
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_debug.c | 523 static void mtag_info(struct expression *expr) in mtag_info() function 545 mtag_info(expr); in match_about()
|
H A D | smatch_db.c | 404 sql_insert_cache(mtag_info, "'%s', %lld, %d, '%s'", get_filename(), tag, type, value); in sql_insert_mtag_info()
|
/illumos-gate/usr/src/tools/smatch/ |
H A D | Makefile | 226 SMATCH_DB_DATA += mtag_info.schema
|