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

  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 197 DefinedOrUnknownSVal FieldRegion::getExtent(SValBuilder &svalBuilder) const {
493 void FieldRegion::dumpToStream(raw_ostream &os) const {
594 bool FieldRegion::canPrintPretty() const {
598 bool FieldRegion::canPrintPrettyAsExpr() const {
602 void FieldRegion::printPrettyAsExpr(raw_ostream &os) const {
608 void FieldRegion::printPretty(raw_ostream &os) const {
934 const FieldRegion*
937 return getSubRegion<FieldRegion>(d, superRegion);
    [all...]
SimpleSValBuilder.cpp 510 static SVal evalBinOpFieldRegionFieldRegion(const FieldRegion *LeftFR,
511 const FieldRegion *RightFR,
787 const FieldRegion *RightFR = dyn_cast<FieldRegion>(RightMR);
788 const FieldRegion *LeftFR = dyn_cast<FieldRegion>(LeftMR);
    [all...]
RegionStore.cpp 504 SVal getBindingForField(RegionBindingsConstRef B, const FieldRegion *R);
761 static inline bool isUnionField(const FieldRegion *FR) {
774 if (const FieldRegion *FR = dyn_cast<FieldRegion>(R))
831 } else if (const FieldRegion *FR = dyn_cast<FieldRegion>(Top)) {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 927 class FieldRegion : public DeclRegion {
930 FieldRegion(const FieldDecl *fd, const MemRegion* sReg)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 160 const FieldRegion *FR = MrMgr.getFieldRegion(*I, R);

Completed in 181 milliseconds