Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:function_types
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/compiler/
H
A
D
glsl_types.cpp
37
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()
member in glsl_type
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()
H
A
D
glsl_types.h
1344
static struct hash_table *
function_types
;
member
/third_party/libabigail/include/
H
A
D
abg-ir.h
634
function_types
();
637
function_types
() const;
1777
typedef std::vector<function_type_sptr >
function_types
;
typedef in abigail::ir::scope_decl
/third_party/libabigail/src/
H
A
D
abg-ir.cc
528
&&
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()
Completed in 42 milliseconds