Searched refs:ElementRegion (Results 1 - 13 of 13) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp43 const ElementRegion *ER = dyn_cast<ElementRegion>(R);
H A DReturnPointerRangeChecker.cpp46 const ElementRegion *ER = dyn_cast_or_null<ElementRegion>(R);
H A DArrayBoundCheckerV2.cpp284 const ElementRegion *elemReg = cast<ElementRegion>(region);
H A DCStringChecker.cpp275 const ElementRegion *ER = dyn_cast<ElementRegion>(R);
833 // Are we dealing with an ElementRegion? If so, we should be invalidating
835 if (const ElementRegion *ER = dyn_cast<ElementRegion>(R)) {
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp347 void ElementRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
356 void ElementRegion::Profile(llvm::FoldingSetNodeID& ID) const {
357 ElementRegion::ProfileRegion(ID, ElementType, Index, superRegion);
497 void ElementRegion::dumpToStream(raw_ostream &os) const {
902 const ElementRegion*
910 ElementRegion::ProfileRegion(ID, T, Idx, superRegion);
914 ElementRegion* R = cast_or_null<ElementRegion>(data);
917 R = (ElementRegion*) A.Allocate<ElementRegion>();
[all...]
H A DStore.cpp66 const ElementRegion *StoreManager::GetElementZeroRegion(const MemRegion *R,
143 // If we are casting from an ElementRegion to another type, the
146 // (1) Compute the "raw offset" of the ElementRegion from the
152 // casted-pointee type. If so, create a new ElementRegion with
155 // a new ElementRegion at offset 0 off the raw offset region.
162 const ElementRegion *elementR = cast<ElementRegion>(R);
184 // Otherwise, create a new ElementRegion at offset 0.
190 // we create an ElementRegion whose index is that value. Otherwise, we
194 // Compute the index for the new ElementRegion
[all...]
H A DSimpleSValBuilder.cpp770 const ElementRegion *RightER = dyn_cast<ElementRegion>(RightMR);
771 const ElementRegion *LeftER = dyn_cast<ElementRegion>(LeftMR);
906 if (const ElementRegion *elemReg = dyn_cast<ElementRegion>(region)) {
H A DRegionStore.cpp504 SVal getBindingForElement(RegionBindingsConstRef B, const ElementRegion *R);
1328 if (const ElementRegion* ER = dyn_cast<ElementRegion>(R)) {
1444 if (const ElementRegion *ER = dyn_cast<ElementRegion>(R)) {
1474 const ElementRegion* R) {
1593 if (const ElementRegion *ER = dyn_cast<ElementRegion>(LazyBindingRegion))
1667 if (const ElementRegion *ER = dyn_cast<ElementRegion>(Bas
[all...]
H A DExprEngineCXX.cpp278 bool IsArray = isa<ElementRegion>(Target);
437 const ElementRegion *EleReg =
H A DExprEngineCallAndReturn.cpp614 if (Target && isa<ElementRegion>(Target))
661 if (Target && isa<ElementRegion>(Target))
H A DProgramState.cpp710 if (const ElementRegion *ER = dyn_cast<ElementRegion>(Reg))
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h986 class ElementRegion;
990 friend class ElementRegion;
1008 class ElementRegion : public TypedValueRegion { class in namespace:clang::ento
1014 ElementRegion(QualType elementType, NonLoc Idx, const MemRegion* sReg) function in class:clang::ento::ElementRegion
1215 const ElementRegion *getElementRegion(QualType elementType, NonLoc Idx,
1219 const ElementRegion *getElementRegionWithSuper(const ElementRegion *ER,
H A DStore.h137 const ElementRegion *GetElementZeroRegion(const MemRegion *R, QualType T);

Completed in 2518 milliseconds