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)) {
  /external/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 152 std::string VisitCompoundLiteralRegion(const CompoundLiteralRegion *R) {
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 287 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const {
288 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion);
291 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
475 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const {
944 const CompoundLiteralRegion*
957 return getSubRegion<CompoundLiteralRegion>(CL, sReg);
    [all...]
RegionStore.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 806 /// CompoundLiteralRegion - A memory region representing a compound literal.
809 class CompoundLiteralRegion : public TypedValueRegion {
814 CompoundLiteralRegion(const CompoundLiteralExpr *cl, const MemRegion* sReg)
    [all...]

Completed in 112 milliseconds