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

  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 43 RegionTy::ProfileRegion(ID, a1, superRegion);
61 RegionTy::ProfileRegion(ID, a1, superRegion);
82 RegionTy::ProfileRegion(ID, a1, a2, superRegion);
101 RegionTy::ProfileRegion(ID, a1, a2, superRegion);
120 RegionTy::ProfileRegion(ID, a1, a2, a3, superRegion);
262 void StringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
270 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
278 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
288 ProfileRegion(ID, Ex, Cnt, superRegion);
292 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 468 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const Expr *Ex,
578 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const NamedDecl *FD,
619 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const BlockDecl *BD,
694 static void ProfileRegion(llvm::FoldingSetNodeID&, const BlockTextRegion *,
729 static void ProfileRegion(llvm::FoldingSetNodeID& ID,
749 static void ProfileRegion(llvm::FoldingSetNodeID& ID,
766 ProfileRegion(ID, Str, superRegion);
785 static void ProfileRegion(llvm::FoldingSetNodeID& ID,
800 ProfileRegion(ID, Str, superRegion);
821 static void ProfileRegion(llvm::FoldingSetNodeID& ID
    [all...]

Completed in 168 milliseconds