Searched defs:ivd (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp224 ObjCIvarRegion::ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg) argument
225 : DeclRegion(ivd, sReg, ObjCIvarRegionKind) {}
310 const ObjCIvarDecl *ivd,
312 DeclRegion::ProfileRegion(ID, ivd, superRegion, ObjCIvarRegionKind);
309 ProfileRegion(llvm::FoldingSetNodeID& ID, const ObjCIvarDecl *ivd, const MemRegion* superRegion) argument
/external/icu4c/tools/genrb/
H A Dwrtxml.cpp713 char* ivd = NULL; local
724 ivd = getID(sid, c, ivd);
731 printAttribute("id", ivd, (int32_t)uprv_strlen(ivd));
747 uprv_free(ivd);
748 ivd = NULL;

Completed in 3706 milliseconds