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

/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1146 ObjCIvarRegion(const ObjCIvarDecl *ivd, const SubRegion *sReg);
1148 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const ObjCIvarDecl *ivd,
1530 const ObjCIvarRegion *getObjCIvarRegion(const ObjCIvarDecl *ivd,
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp174 ObjCIvarRegion::ObjCIvarRegion(const ObjCIvarDecl *ivd, const SubRegion *sReg) argument
175 : DeclRegion(sReg, ObjCIvarRegionKind), IVD(ivd) {
296 const ObjCIvarDecl *ivd,
299 ID.AddPointer(ivd);
295 ProfileRegion(llvm::FoldingSetNodeID& ID, const ObjCIvarDecl *ivd, const MemRegion* superRegion) argument
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_removal.c1313 vdev_t *ivd; local
1326 ivd = vdev_add_parent(vd, &vdev_indirect_ops);
1327 ivd->vdev_removing = 0;
1331 vdev_remove_child(ivd, vd);
1332 vdev_compact_children(ivd);

Completed in 76 milliseconds