Searched refs:ivd (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_removal.c | 1350 vdev_t *ivd; in vdev_remove_replace_with_indirect() local 1363 ivd = vdev_add_parent(vd, &vdev_indirect_ops); in vdev_remove_replace_with_indirect() 1364 ivd->vdev_removing = 0; in vdev_remove_replace_with_indirect() 1368 vdev_remove_child(ivd, vd); in vdev_remove_replace_with_indirect() 1369 vdev_compact_children(ivd); in vdev_remove_replace_with_indirect()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 174 ObjCIvarRegion::ObjCIvarRegion(const ObjCIvarDecl *ivd, const SubRegion *sReg) in ObjCIvarRegion() argument 175 : DeclRegion(sReg, ObjCIvarRegionKind), IVD(ivd) { in ObjCIvarRegion() 296 const ObjCIvarDecl *ivd, in ProfileRegion() argument 299 ID.AddPointer(ivd); in ProfileRegion()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | MemRegion.h | 1151 ObjCIvarRegion(const ObjCIvarDecl *ivd, const SubRegion *sReg); 1153 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const ObjCIvarDecl *ivd, 1535 const ObjCIvarRegion *getObjCIvarRegion(const ObjCIvarDecl *ivd,
|