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

/external/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp723 char* ivd = NULL; local
734 ivd = getID(sid, c, ivd);
741 printAttribute("id", ivd, (int32_t)uprv_strlen(ivd));
757 uprv_free(ivd);
758 ivd = NULL;
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp229 ObjCIvarRegion::ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg) argument
230 : DeclRegion(ivd, sReg, ObjCIvarRegionKind) {}
316 const ObjCIvarDecl *ivd,
318 DeclRegion::ProfileRegion(ID, ivd, superRegion, ObjCIvarRegionKind);
315 ProfileRegion(llvm::FoldingSetNodeID& ID, const ObjCIvarDecl *ivd, const MemRegion* superRegion) argument
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h964 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg);
966 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const ObjCIvarDecl *ivd,
1241 const ObjCIvarRegion *getObjCIvarRegion(const ObjCIvarDecl *ivd,

Completed in 824 milliseconds