Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/
Dglsl_types.cpp37 hash_table *glsl_type::function_types = NULL; member in glsl_type
560 if (glsl_type::function_types != NULL) { in glsl_type_singleton_decref()
561 _mesa_hash_table_destroy(glsl_type::function_types, hash_free_type_function); in glsl_type_singleton_decref()
562 glsl_type::function_types = NULL; in glsl_type_singleton_decref()
1588 if (function_types == NULL) { in get_function_instance()
1589 function_types = _mesa_hash_table_create(NULL, function_key_hash, in get_function_instance()
1593 struct hash_entry *entry = _mesa_hash_table_search(function_types, &key); in get_function_instance()
1597 entry = _mesa_hash_table_insert(function_types, t, (void *) t); in get_function_instance()
Dglsl_types.h1344 static struct hash_table *function_types; member
/third_party/libabigail/include/
Dabg-ir.h634 function_types();
637 function_types() const;
1777 typedef std::vector<function_type_sptr > function_types; typedef
/third_party/libabigail/src/
Dabg-ir.cc528 && function_types().empty()); in empty()
672 type_maps::function_types() const in function_types() function in abigail::ir::type_maps
679 type_maps::function_types() in function_types() function in abigail::ir::type_maps
1433 const_cast<translation_unit*>(this)->get_types().function_types()[repr]. in bind_function_type_life_time()
11377 m.function_types()); in lookup_function_type()
12967 const istring_type_base_wptrs_map_type& m = corp.get_types().function_types(); in lookup_function_type()
13637 (fn_type, tu->get_types().function_types()); in maybe_update_types_lookup_map()
13643 type_corpus->priv_->get_types().function_types()); in maybe_update_types_lookup_map()
13649 group->priv_->get_types().function_types()); in maybe_update_types_lookup_map()
/third_party/libabigail/
DChangeLog13496 (write_context::get_referenced_{function_types,
22342 function_types be a friend of this class.
22348 (equals): In the overload for function_types, if any of the the
22350 early saying that the two function_types are equal. This avoids
27246 (function_types): Declare new typedef.
31600 (translation_unit::priv::function_types): New data member.