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

  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 52 if (const CompoundLiteralRegion* CR = dyn_cast<CompoundLiteralRegion>(R)) {
PointerArithChecker.cpp 52 isa<CompoundLiteralRegion>(LR)) {
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 285 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const {
286 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion);
289 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
462 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const {
746 const CompoundLiteralRegion*
760 return getSubRegion<CompoundLiteralRegion>(CL, sReg);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 738 /// CompoundLiteralRegion - A memory region representing a compound literal.
741 class CompoundLiteralRegion : public TypedValueRegion {
746 CompoundLiteralRegion(const CompoundLiteralExpr *cl, const MemRegion* sReg)
    [all...]

Completed in 46 milliseconds