HomeSort by relevance Sort by last modified time
    Searched refs:ivd (Results 1 - 2 of 2) sorted by null

  /external/icu4c/tools/genrb/
wrtxml.cpp 713 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;
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 753 ObjCIvarRegion(const ObjCIvarDecl* ivd, const MemRegion* sReg)
754 : DeclRegion(ivd, sReg, ObjCIvarRegionKind) {}
756 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const ObjCIvarDecl* ivd,
758 DeclRegion::ProfileRegion(ID, ivd, superRegion, ObjCIvarRegionKind);
1009 const ObjCIvarRegion *getObjCIvarRegion(const ObjCIvarDecl* ivd,
    [all...]

Completed in 160 milliseconds