Searched refs:ast_get_value (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | ast-model.c | 27 static void ast_get_value(GtkTreeModel *tree_model, GtkTreeIter *iter, 158 iface->get_value = ast_get_value; in ast_tree_model_init() 311 ast_get_value(GtkTreeModel *tree_model, in ast_get_value() function
|
/third_party/glib/glib/ |
D | gvariant-parser.c | 542 ast_get_value (AST *ast, in ast_get_value() function 637 value = ast_get_value (ast, G_VARIANT_TYPE (pattern), error); in ast_resolve() 807 value = ast_get_value (maybe->child, type, error); in maybe_get_value() 939 if (!(child = ast_get_value (array->children[i], childtype, error))) in array_get_value() 1071 if (!(child = ast_get_value (tuple->children[i], childtype, error))) in tuple_get_value() 1319 if (!(subvalue = ast_get_value (dict->keys[0], subtype, error))) in dictionary_get_value() 1327 if (!(subvalue = ast_get_value (dict->values[0], subtype, error))) in dictionary_get_value() 1357 if (!(subvalue = ast_get_value (dict->keys[i], key, error))) in dictionary_get_value() 1364 if (!(subvalue = ast_get_value (dict->values[i], val, error))) in dictionary_get_value() 2188 return ast_get_value (decl->child, type, error); in typedecl_get_value() [all …]
|