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

  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 193 DefinedOrUnknownSVal FieldRegion::getExtent(SValBuilder &svalBuilder) const {
498 void FieldRegion::dumpToStream(raw_ostream &os) const {
603 bool FieldRegion::canPrintPretty() const {
607 bool FieldRegion::canPrintPrettyAsExpr() const {
611 void FieldRegion::printPrettyAsExpr(raw_ostream &os) const {
617 void FieldRegion::printPretty(raw_ostream &os) const {
677 const FieldRegion *const FR = dyn_cast<FieldRegion>(this);
680 // FieldRegion
1003 const FieldRegion*
    [all...]
SimpleSValBuilder.cpp 536 static SVal evalBinOpFieldRegionFieldRegion(const FieldRegion *LeftFR,
537 const FieldRegion *RightFR,
807 const FieldRegion *RightFR = dyn_cast<FieldRegion>(RightMR);
808 const FieldRegion *LeftFR = dyn_cast<FieldRegion>(LeftMR);
    [all...]
RegionStore.cpp 502 SVal getBindingForField(RegionBindingsConstRef B, const FieldRegion *R);
749 static inline bool isUnionField(const FieldRegion *FR) {
762 if (const FieldRegion *FR = dyn_cast<FieldRegion>(R))
819 } else if (const FieldRegion *FR = dyn_cast<FieldRegion>(Top)) {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 169 /// For a FieldRegion the range of the field is returned.
923 class FieldRegion : public DeclRegion {
926 FieldRegion(const FieldDecl *fd, const MemRegion* sReg)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 189 std::string VisitFieldRegion(const FieldRegion *R) {
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 242 const FieldRegion *FR = MrMgr.getFieldRegion(I, R);
NullabilityChecker.cpp 300 if (auto FieldReg = Region->getAs<FieldRegion>())
    [all...]

Completed in 195 milliseconds