Home
last modified time | relevance | path

Searched refs:nullability (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dvalue-type.h306 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 Dfunction-body-decoder-impl.h286 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 Dcdefs.h782 #if !(defined(__clang__) && __has_feature(nullability))

Completed in 11 milliseconds