Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/
Dglsl_types.cpp37 hash_table *glsl_type::function_types = NULL; member in glsl_type
557 if (glsl_type::function_types != NULL) { in glsl_type_singleton_decref()
558 _mesa_hash_table_destroy(glsl_type::function_types, hash_free_type_function); in glsl_type_singleton_decref()
559 glsl_type::function_types = NULL; in glsl_type_singleton_decref()
1466 if (function_types == NULL) { in get_function_instance()
1467 function_types = _mesa_hash_table_create(NULL, function_key_hash, in get_function_instance()
1471 struct hash_entry *entry = _mesa_hash_table_search(function_types, &key); in get_function_instance()
1475 entry = _mesa_hash_table_insert(function_types, t, (void *) t); in get_function_instance()
Dglsl_types.h1326 static struct hash_table *function_types; member
/external/libabigail/include/
Dabg-ir.h615 function_types();
618 function_types() const;
1786 typedef std::vector<function_type_sptr > function_types; typedef
/external/libabigail/src/
Dabg-ir.cc578 && function_types().empty()); in empty()
722 type_maps::function_types() const in function_types() function in abigail::ir::type_maps
729 type_maps::function_types() in function_types() function in abigail::ir::type_maps
1447 const_cast<translation_unit*>(this)->get_types().function_types()[repr]. in bind_function_type_life_time()
10912 m.function_types()); in lookup_function_type()
12476 const istring_type_base_wptrs_map_type& m = corp.get_types().function_types(); in lookup_function_type()
13145 (fn_type, tu->get_types().function_types()); in maybe_update_types_lookup_map()
13151 type_corpus->priv_->get_types().function_types()); in maybe_update_types_lookup_map()
13157 group->priv_->get_types().function_types()); in maybe_update_types_lookup_map()
/external/libabigail/
DChangeLog8634 (write_context::get_referenced_{function_types,
17480 function_types be a friend of this class.
17486 (equals): In the overload for function_types, if any of the the
17488 early saying that the two function_types are equal. This avoids
22384 (function_types): Declare new typedef.
26738 (translation_unit::priv::function_types): New data member.