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 453 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const Expr *Ex,
563 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const NamedDecl *FD,
604 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const BlockDecl *BD,
679 static void ProfileRegion(llvm::FoldingSetNodeID&, const BlockTextRegion *,
714 static void ProfileRegion(llvm::FoldingSetNodeID& ID,
734 static void ProfileRegion(llvm::FoldingSetNodeID& ID,
751 ProfileRegion(ID, Str, superRegion);
770 static void ProfileRegion(llvm::FoldingSetNodeID& ID,
785 ProfileRegion(ID, Str, superRegion);
806 static void ProfileRegion(llvm::FoldingSetNodeID& ID
    [all...]

Completed in 32 milliseconds