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:canonical_type
(Results
1 - 14
of
14
) sorted by relevance
/third_party/node/deps/v8/src/wasm/
H
A
D
canonical-types.cc
44
CanonicalType&
canonical_type
= group.types[i];
in AddRecursiveGroup()
local
48
canonical_type
.is_relative_supertype
in AddRecursiveGroup()
49
?
canonical_type
.type_def.supertype + first_canonical_index
in AddRecursiveGroup()
50
:
canonical_type
.type_def.supertype;
in AddRecursiveGroup()
/third_party/libabigail/src/
H
A
D
abg-ir-priv.h
182
type_base_wptr
canonical_type
;
member
184
// the smart pointer referenced by the
canonical_type
data member
187
//
canonical_type
above implies creating a shared_ptr, and that has
218
canonical_type
(c),
in priv()
345
canonical_type
.reset();
in clear_propagated_canonical_type()
827
dest.priv_->
canonical_type
= canonical;
in propagate_ct()
974
type_base_sptr canonical = t->priv_->
canonical_type
.lock();
in cancel_ct_propagation_for_types_dependant_on()
H
A
D
abg-ir.cc
14071
/// @param
canonical_type
the canonical type to compare the candidate
14077
/// @return true iff @p
canonical_type
equals @p candidate_type.
14080
compare_types_during_canonicalization(const type_base_sptr&
canonical_type
,
in compare_types_during_canonicalization()
argument
14084
const environment&env =
canonical_type
->get_environment();
in compare_types_during_canonicalization()
14089
structural_equality =
canonical_type
== candidate_type;
in compare_types_during_canonicalization()
14091
canonical_equality =
canonical_type
== candidate_type;
in compare_types_during_canonicalization()
14095
<<
canonical_type
->get_pretty_representation(true, true)
in compare_types_during_canonicalization()
14102
return
canonical_type
== candidate_type;
in compare_types_during_canonicalization()
14432
t->priv_->
canonical_type
= canonical;
in canonicalize()
14454
d->priv_->
canonical_type
in canonicalize()
25904
type_base *
canonical_type
= 0;
hash_as_canonical_type_or_constant()
local
[all...]
/third_party/rust/crates/bindgen/bindgen/
H
A
D
clang.rs
1175
self.
canonical_type
() == *self
in is_non_deductible_auto_type()
1359
pub fn
canonical_type
(&self) -> Type {
in canonical_type()
functions
1449
self.
canonical_type
().spelling(),
in is_associated_type()
2035
let canonical = ty.
canonical_type
();
in ast_dump()
2118
c.cur_type().
canonical_type
().kind() == CXType_Unexposed
in new()
/third_party/rust/crates/bindgen/bindgen/ir/
H
A
D
template.rs
227
.
canonical_type
()
in from_ty()
H
A
D
function.rs
562
if let Some(ty) = cursor.cur_type().
canonical_type
().pointee_type() {
in from_ty()
H
A
D
ty.rs
292
pub fn
canonical_type
<'tr>(
in canonical_type()
functions
719
let canonical_ty = ty.
canonical_type
();
in from_clang_ty()
H
A
D
comp.rs
1288
cur.typedef_type().unwrap().
canonical_type
() ==
in from_ty()
H
A
D
context.rs
1870
ty.
canonical_type
().is_valid_and_exposed()
in builtin_or_resolved_ty()
H
A
D
item.rs
1616
let canonical_def = ty.
canonical_type
().declaration().definition();
/third_party/rust/crates/bindgen/bindgen/codegen/
H
A
D
impl_debug.rs
231
let inner_type = ctx.resolve_type(inner).
canonical_type
(ctx);
in impl_debug()
H
A
D
struct_layout.rs
171
*field_ty.
canonical_type
(self.ctx).kind()
in saw_field()
H
A
D
mod.rs
929
inner_item.expect_type().
canonical_type
(ctx);
in codegen()
965
inner_item.expect_type().
canonical_type
(ctx).is_enum()
in codegen()
3052
Some(repr) => match *repr.
canonical_type
(ctx).kind() {
in codegen()
3861
if inner_ty.
canonical_type
(ctx).is_function() || is_objc_pointer
in try_to_rust_ty()
4080
let signature = signature_item.kind().expect_type().
canonical_type
(ctx);
in codegen()
4981
let arg_ty = match *arg_ty.
canonical_type
(ctx).kind() {
in fnsig_arguments()
4995
*inner_ty.
canonical_type
(ctx).kind()
in fnsig_arguments()
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
H
A
D
derive.rs
225
self.ctx.resolve_type(inner).
canonical_type
(self.ctx);
in constrain_type()
Completed in 52 milliseconds