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:nullability
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/v8/src/wasm/
H
A
D
value-type.h
306
static constexpr ValueType Ref(uint32_t heap_type, Nullability
nullability
) {
in Ref()
argument
309
KindField::encode(
nullability
== kNullable ? kOptRef : kRef) |
in Ref()
312
static constexpr ValueType Ref(HeapType heap_type, Nullability
nullability
) {
in Ref()
argument
313
return Ref(heap_type.representation(),
nullability
);
in Ref()
386
constexpr Nullability
nullability
() const {
in nullability()
function in v8::internal::wasm::ValueType
H
A
D
function-body-decoder-impl.h
286
Nullability
nullability
=
in read_value_type()
local
290
return ValueType::Ref(heap_type,
nullability
);
in read_value_type()
302
Nullability
nullability
= code == kOptRefCode ? kNullable : kNonNullable;
in read_value_type()
local
307
nullability
== kNullable ? " null" : "");
in read_value_type()
314
: ValueType::Ref(heap_type,
nullability
);
in read_value_type()
4026
// not account for
nullability
.
4036
// checking will always succeed. Does not account for
nullability
.
4537
: obj.type.
nullability
()));
in DecodeGCOpcode()
/third_party/FreeBSD/sys/sys/
H
A
D
cdefs.h
782
#if !(defined(__clang__) && __has_feature(
nullability
))
Completed in 11 milliseconds