Home
last modified time | relevance | path

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

/external/icu4c/tools/genrb/
Dwrtxml.cpp713 char* ivd = NULL; in intvector_write_xml() local
724 ivd = getID(sid, c, ivd); in intvector_write_xml()
731 printAttribute("id", ivd, (int32_t)uprv_strlen(ivd)); in intvector_write_xml()
747 uprv_free(ivd); in intvector_write_xml()
748 ivd = NULL; in intvector_write_xml()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp229 ObjCIvarRegion::ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg) in ObjCIvarRegion() argument
230 : DeclRegion(ivd, sReg, ObjCIvarRegionKind) {} in ObjCIvarRegion()
316 const ObjCIvarDecl *ivd, in ProfileRegion() argument
318 DeclRegion::ProfileRegion(ID, ivd, superRegion, ObjCIvarRegionKind); in ProfileRegion()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h946 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg);
948 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const ObjCIvarDecl *ivd,
1218 const ObjCIvarRegion *getObjCIvarRegion(const ObjCIvarDecl *ivd,