Searched refs:ivd (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | wrtxml.cpp | 730 char* ivd = NULL; in intvector_write_xml() local 741 ivd = getID(sid, c, ivd); in intvector_write_xml() 748 printAttribute("id", ivd, (int32_t)uprv_strlen(ivd)); in intvector_write_xml() 764 uprv_free(ivd); in intvector_write_xml() 765 ivd = NULL; in intvector_write_xml()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | MemRegion.cpp | 225 ObjCIvarRegion::ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg) in ObjCIvarRegion() argument 226 : DeclRegion(ivd, sReg, ObjCIvarRegionKind) {} in ObjCIvarRegion() 312 const ObjCIvarDecl *ivd, in ProfileRegion() argument 314 DeclRegion::ProfileRegion(ID, ivd, superRegion, ObjCIvarRegionKind); in ProfileRegion()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | MemRegion.h | 960 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg); 962 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const ObjCIvarDecl *ivd, 1237 const ObjCIvarRegion *getObjCIvarRegion(const ObjCIvarDecl *ivd,
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | MemRegion.cpp | 162 ObjCIvarRegion::ObjCIvarRegion(const ObjCIvarDecl *ivd, const SubRegion *sReg) in ObjCIvarRegion() argument 163 : DeclRegion(sReg, ObjCIvarRegionKind), IVD(ivd) {} in ObjCIvarRegion() 282 const ObjCIvarDecl *ivd, in ProfileRegion() argument 285 ID.AddPointer(ivd); in ProfileRegion()
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | MemRegion.h | 1096 ObjCIvarRegion(const ObjCIvarDecl *ivd, const SubRegion *sReg); 1098 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const ObjCIvarDecl *ivd, 1430 const ObjCIvarRegion *getObjCIvarRegion(const ObjCIvarDecl *ivd,
|
/external/elfutils/tests/ |
D | run-debuginfod-find.sh | 269 rpm2cpio ../$i | cpio -ivd;
|