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

  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundChecker.cpp 43 const ElementRegion *ER = dyn_cast<ElementRegion>(R);
ReturnPointerRangeChecker.cpp 46 const ElementRegion *ER = dyn_cast_or_null<ElementRegion>(R);
ArrayBoundCheckerV2.cpp 274 const ElementRegion *elemReg = cast<ElementRegion>(region);
CStringChecker.cpp 288 const ElementRegion *ER = dyn_cast<ElementRegion>(R);
    [all...]
PointerArithChecker.cpp 129 Region = Region->getAs<ElementRegion>()->getSuperRegion();
NullabilityChecker.cpp 302 if (auto ElementReg = Region->getAs<ElementRegion>())
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIChecker.cpp 34 const ElementRegion *const ER = dyn_cast<ElementRegion>(MR);
63 const ElementRegion *const ER = dyn_cast<ElementRegion>(MR);
154 if (const ElementRegion *const ER = MR->getAs<ElementRegion>()) {
172 const ElementRegion *const ER = RegionManager->getElementRegion(
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 55 const ElementRegion *StoreManager::GetElementZeroRegion(const MemRegion *R,
132 // If we are casting from an ElementRegion to another type, the
135 // (1) Compute the "raw offset" of the ElementRegion from the
141 // casted-pointee type. If so, create a new ElementRegion with
144 // a new ElementRegion at offset 0 off the raw offset region.
151 const ElementRegion *elementR = cast<ElementRegion>(R);
173 // Otherwise, create a new ElementRegion at offset 0.
179 // we create an ElementRegion whose index is that value. Otherwise, we
183 // Compute the index for the new ElementRegion
    [all...]
MemRegion.cpp 343 void ElementRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
352 void ElementRegion::Profile(llvm::FoldingSetNodeID& ID) const {
353 ElementRegion::ProfileRegion(ID, ElementType, Index, superRegion);
493 void ElementRegion::dumpToStream(raw_ostream &os) const {
643 const ElementRegion *ER = nullptr;
644 while ((ER = R->getAs<ElementRegion>())) {
960 const ElementRegion*
967 ElementRegion::ProfileRegion(ID, T, Idx, superRegion);
971 ElementRegion* R = cast_or_null<ElementRegion>(data)
    [all...]
SimpleSValBuilder.cpp 770 const ElementRegion *RightER = dyn_cast<ElementRegion>(RightMR);
771 const ElementRegion *LeftER = dyn_cast<ElementRegion>(LeftMR);
    [all...]
RegionStore.cpp 500 SVal getBindingForElement(RegionBindingsConstRef B, const ElementRegion *R);
    [all...]
ExprEngineCXX.cpp 334 bool IsArray = isa<ElementRegion>(Target);
493 const ElementRegion *EleReg =
ExprEngineCallAndReturn.cpp 602 if (Target && isa<ElementRegion>(Target))
649 if (Target && isa<ElementRegion>(Target))
    [all...]
ProgramState.cpp 710 if (const ElementRegion *ER = dyn_cast<ElementRegion>(Reg))
SymbolManager.cpp 400 if (auto ER = dyn_cast<ElementRegion>(SR)) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFds.py 595 for ElementRegion in ElementFd.RegionList:
596 if ElementRegion.RegionType == 'FV':
597 for ElementRegionData in ElementRegion.RegionDataList:
602 return ElementRegion.BlockSizeOfRegion(ElementFd.BlockSizeList)
607 for ElementRegion in FdObj.RegionList:
608 if ElementRegion.RegionType == 'FV':
609 for ElementRegionData in ElementRegion.RegionDataList:
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 982 class ElementRegion;
986 friend class ElementRegion;
1004 class ElementRegion : public TypedValueRegion {
1010 ElementRegion(QualType elementType, NonLoc Idx, const MemRegion* sReg)
    [all...]
Store.h 137 const ElementRegion *GetElementZeroRegion(const MemRegion *R, QualType T);
  /external/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 160 std::string VisitElementRegion(const ElementRegion *R) {

Completed in 579 milliseconds