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/ |
D | LowerEmuTLS.cpp | 95 Constant *NullPtr = ConstantPointerNull::get(VoidPtrType); in addEmuTlsVar() local 154 NullPtr, EmuTlsTmplVar ? EmuTlsTmplVar : NullPtr in addEmuTlsVar()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | ty.rs | 146 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()
|
D | context.rs | 1957 CXType_NullPtr => TypeKind::NullPtr, in build_builtin_ty() 2364 TypeKind::NullPtr | in compute_allowlisted_and_codegen_items()
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
D | impl_partialeq.rs | 89 TypeKind::NullPtr | in gen_field()
|
D | impl_debug.rs | 150 TypeKind::NullPtr | in impl_debug()
|
D | serialize.rs | 182 TypeKind::NullPtr => { in serialize()
|
D | mod.rs | 425 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/ |
D | derive.rs | 210 TypeKind::NullPtr | in constrain_type() 580 (DeriveTrait::Default, TypeKind::NullPtr) | in can_derive_simple()
|
D | has_type_param_in_array.rs | 127 TypeKind::NullPtr | in constrain()
|
D | has_float.rs | 119 TypeKind::NullPtr | in constrain()
|
D | sizedness.rs | 256 TypeKind::NullPtr | in constrain()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroInternal.h | 60 ConstantPointerNull *const NullPtr; member
|
D | CoroEarly.cpp | 102 auto *Cond = Builder.CreateICmpEQ(Load, NullPtr); in lowerCoroDone()
|
D | Coroutines.cpp | 100 NullPtr(ConstantPointerNull::get(Int8Ptr)) {} in LowererBase()
|
D | CoroSplit.cpp | 307 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/ |
D | Constants.cpp | 2009 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/ |
D | SelectionDAGBuilder.cpp | 8744 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()
|