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 40 RegionTy::ProfileRegion(ID, a1, superRegion);
58 RegionTy::ProfileRegion(ID, a1, superRegion);
79 RegionTy::ProfileRegion(ID, a1, a2, superRegion);
98 RegionTy::ProfileRegion(ID, a1, a2, superRegion);
117 RegionTy::ProfileRegion(ID, a1, a2, a3, superRegion);
244 void StringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
252 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
261 ProfileRegion(ID, Ex, Cnt, superRegion);
265 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion);
268 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 342 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const Expr *Ex,
432 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const FunctionDecl *FD,
473 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const BlockDecl *BD,
535 static void ProfileRegion(llvm::FoldingSetNodeID&, const BlockTextRegion *,
568 static void ProfileRegion(llvm::FoldingSetNodeID& ID,
588 static void ProfileRegion(llvm::FoldingSetNodeID& ID,
605 ProfileRegion(ID, Str, superRegion);
626 static void ProfileRegion(llvm::FoldingSetNodeID& ID,
654 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const Decl *D,
676 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const VarDecl *VD
    [all...]

Completed in 247 milliseconds