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:typedef_type
(Results
1 - 7
of
7
) sorted by relevance
/third_party/rust/crates/bindgen/bindgen/ir/
H
A
D
ty.rs
919
.
typedef_type
()
in from_clang_ty()
1101
let inner = cursor.
typedef_type
().expect("Not valid Type?");
in from_clang_ty()
H
A
D
comp.rs
1288
cur.
typedef_type
().unwrap().canonical_type() ==
in from_ty()
/third_party/libabigail/src/
H
A
D
abg-corpus-priv.h
790
maybe_update_types_lookup_map(const typedef_decl_sptr&
typedef_type
);
H
A
D
abg-writer.cc
1862
if (typedef_decl_sptr
typedef_type
= decl->get_naming_typedef())
in write_naming_typedef()
1864
string id = ctxt.get_id_for_type(
typedef_type
);
in write_naming_typedef()
1866
ctxt.record_type_as_referenced(
typedef_type
);
in write_naming_typedef()
H
A
D
abg-ir.cc
4722
/// @param
typedef_type
the new naming typedef.
13401
/// @param
typedef_type
the type to consider.
13403
maybe_update_types_lookup_map(const typedef_decl_sptr&
typedef_type
)
in maybe_update_types_lookup_map()
argument
13405
if (translation_unit *tu =
typedef_type
->get_translation_unit())
in maybe_update_types_lookup_map()
13407
(
typedef_type
, tu->get_types().typedef_types());
in maybe_update_types_lookup_map()
13409
if (corpus *type_corpus =
typedef_type
->get_corpus())
in maybe_update_types_lookup_map()
13412
(
typedef_type
,
in maybe_update_types_lookup_map()
13416
(
typedef_type
,
in maybe_update_types_lookup_map()
13423
(
typedef_type
,
in maybe_update_types_lookup_map()
13427
(
typedef_type
,
in maybe_update_types_lookup_map()
[all...]
/third_party/rust/crates/bindgen/bindgen/
H
A
D
clang.rs
721
pub fn
typedef_type
(&self) -> Option<Type> {
in typedef_type()
functions
1943
if let Some(ty) = c.
typedef_type
() {
in ast_dump()
/third_party/node/deps/v8/tools/gcmole/
H
A
D
gcmole.cc
175
const clang::TypedefType*
typedef_type
=
in ResolveTemplate()
local
177
if (!
typedef_type
) {
in ResolveTemplate()
181
const clang::TypedefNameDecl* typedef_name_decl =
typedef_type
->getDecl();
in ResolveTemplate()
Completed in 40 milliseconds