Home
last modified time | relevance | path

Searched refs:ast_type (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dast-model.c88 static GType ast_type = 0; in ast_get_type() local
108 if (ast_type) in ast_get_type()
109 return ast_type; in ast_get_type()
112 ast_type = g_type_register_static(G_TYPE_OBJECT, "AstNode", in ast_get_type()
116 g_type_add_interface_static(ast_type, GTK_TYPE_TREE_MODEL, &tree_model_info); in ast_get_type()
118 return ast_type; in ast_get_type()