Home
last modified time | relevance | path

Searched refs:NullPtr (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLowerEmuTLS.cpp95 Constant *NullPtr = ConstantPointerNull::get(VoidPtrType); in addEmuTlsVar() local
154 NullPtr, EmuTlsTmplVar ? EmuTlsTmplVar : NullPtr in addEmuTlsVar()
/third_party/rust/crates/bindgen/bindgen/ir/
Dty.rs146 TypeKind::NullPtr | in is_builtin_or_type_param()
322 TypeKind::NullPtr | in safe_canonical_type()
458 TypeKind::NullPtr => "NullPtr", in kind_name()
550 TypeKind::NullPtr | in self_template_params()
591 NullPtr, enumerator
1284 TypeKind::NullPtr | in trace()
Dcontext.rs1957 CXType_NullPtr => TypeKind::NullPtr, in build_builtin_ty()
2364 TypeKind::NullPtr | in compute_allowlisted_and_codegen_items()
/third_party/rust/crates/bindgen/bindgen/codegen/
Dimpl_partialeq.rs89 TypeKind::NullPtr | in gen_field()
Dimpl_debug.rs150 TypeKind::NullPtr | in impl_debug()
Dserialize.rs182 TypeKind::NullPtr => { in serialize()
Dmod.rs425 TypeKind::NullPtr | in append_implicit_template_params()
790 TypeKind::NullPtr | in codegen()
3709 TypeKind::NullPtr => Ok(c_void(ctx).to_ptr(true)), in try_to_rust_ty()
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
Dderive.rs210 TypeKind::NullPtr | in constrain_type()
580 (DeriveTrait::Default, TypeKind::NullPtr) | in can_derive_simple()
Dhas_type_param_in_array.rs127 TypeKind::NullPtr | in constrain()
Dhas_float.rs119 TypeKind::NullPtr | in constrain()
Dsizedness.rs256 TypeKind::NullPtr | in constrain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInternal.h60 ConstantPointerNull *const NullPtr; member
DCoroEarly.cpp102 auto *Cond = Builder.CreateICmpEQ(Load, NullPtr); in lowerCoroDone()
DCoroutines.cpp100 NullPtr(ConstantPointerNull::get(Int8Ptr)) {} in LowererBase()
DCoroSplit.cpp307 auto *NullPtr = ConstantPointerNull::get(cast<PointerType>( in createResumeEntryBlock() local
309 Builder.CreateStore(NullPtr, GepIndex); in createResumeEntryBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp2009 Constant *NullPtr = Constant::getNullValue(AligningTy->getPointerTo(0)); in getAlignOf() local
2013 Constant *GEP = getGetElementPtr(AligningTy, NullPtr, Indices); in getAlignOf()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8744 SDValue Chain, InFlag, Callee, NullPtr; in visitStackmap() local
8749 NullPtr = DAG.getIntPtrConstant(0, DL, true); in visitStackmap()
8789 Chain = DAG.getCALLSEQ_END(Chain, NullPtr, NullPtr, InFlag, DL); in visitStackmap()