Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp725 char* ivd = NULL; in intvector_write_xml() local
736 ivd = getID(sid, c, ivd); in intvector_write_xml()
743 printAttribute("id", ivd, (int32_t)uprv_strlen(ivd)); in intvector_write_xml()
759 uprv_free(ivd); in intvector_write_xml()
760 ivd = NULL; in intvector_write_xml()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp225 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/
DMemRegion.h960 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg);
962 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const ObjCIvarDecl *ivd,
1237 const ObjCIvarRegion *getObjCIvarRegion(const ObjCIvarDecl *ivd,