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

  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 54 if (const CompoundLiteralRegion* CR = dyn_cast<CompoundLiteralRegion>(R)) {
PointerArithChecker.cpp 52 isa<CompoundLiteralRegion>(LR)) {
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 291 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const {
292 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion);
295 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
479 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const {
885 const CompoundLiteralRegion*
899 return getSubRegion<CompoundLiteralRegion>(CL, sReg);
    [all...]
RegionStore.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 810 /// CompoundLiteralRegion - A memory region representing a compound literal.
813 class CompoundLiteralRegion : public TypedValueRegion {
818 CompoundLiteralRegion(const CompoundLiteralExpr *cl, const MemRegion* sReg)
    [all...]

Completed in 87 milliseconds