Home
last modified time | relevance | path

Searched defs:NonNull (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/cxx/src/symbols/
Drust_slice.rs6 unsafe extern "C" fn slice_new(this: &mut MaybeUninit<RustSlice>, ptr: NonNull<()>, len: usize) { in slice_new()
13 unsafe extern "C" fn slice_ptr(this: &RustSlice) -> NonNull<()> { in slice_ptr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp4738 SDValue NonNull = DAG.getSetCC(SL, MVT::i1, Src, FlatNullPtr, ISD::SETNE); in lowerADDRSPACECAST() local
4755 SDValue NonNull in lowerADDRSPACECAST() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp79864 class NonNull class
79867 NonNull() in NonNull() function in mozilla::dom::NonNull