Searched defs:Regions (Results 1 - 12 of 12) sorted by relevance

/external/libunwind/doc/
H A Dlibunwind-dynamic.tex42 Regions are nested in the sense that the frame state at the end of one
213 \section{Regions descriptors}
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckerDocumentation.cpp237 /// \param Regions The transitive closure of regions accessible from,
253 ArrayRef<const MemRegion *> Regions,
250 checkRegionChanges(ProgramStateRef State, const InvalidatedSymbols *Invalidated, ArrayRef<const MemRegion *> ExplicitRegions, ArrayRef<const MemRegion *> Regions, const CallEvent *Call) const argument
H A DCStringChecker.cpp72 ArrayRef<const MemRegion *> Regions,
1983 ArrayRef<const MemRegion *> Regions,
1994 I = Regions.begin(), E = Regions.end(); I != E; ++I) {
1980 checkRegionChanges(ProgramStateRef state, const InvalidatedSymbols *, ArrayRef<const MemRegion *> ExplicitRegions, ArrayRef<const MemRegion *> Regions, const CallEvent *Call) const argument
H A DRetainCountChecker.cpp2579 ArrayRef<const MemRegion *> Regions,
2662 SmallVector<const MemRegion*, 10> Regions;
2671 Regions.push_back(VR);
2675 state->scanReachableSymbols<StopTrackingCallback>(Regions.data(),
2676 Regions.data() + Regions.size()).getState();
3551 ArrayRef<const MemRegion *> Regions,
3548 checkRegionChanges(ProgramStateRef state, const InvalidatedSymbols *invalidated, ArrayRef<const MemRegion *> ExplicitRegions, ArrayRef<const MemRegion *> Regions, const CallEvent *Call) const argument
/external/llvm/lib/MC/
H A DMCMachOStreamer.cpp172 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions(); local
173 Regions.push_back(Data);
179 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions();
180 assert(Regions.size() && "Mismatched .end_data_region!");
181 DataRegionData &Data = Regions.back();
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h298 ArrayRef<const MemRegion *> Regions,
301 Explicits, Regions, Call);
294 _checkRegionChanges(void *checker, ProgramStateRef state, const InvalidatedSymbols *invalidated, ArrayRef<const MemRegion *> Explicits, ArrayRef<const MemRegion *> Regions, const CallEvent *Call) argument
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h87 typedef llvm::DenseSet<const MemRegion *> Regions; typedef in class:clang::ento::BugReport
101 SmallVector<Regions *, 2> interestingRegions;
139 Regions &getInterestingRegions();
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp474 ArrayRef<const MemRegion *> Regions,
482 ExplicitRegions, Regions, Call);
471 runCheckersForRegionChanges(ProgramStateRef state, const InvalidatedSymbols *invalidated, ArrayRef<const MemRegion *> ExplicitRegions, ArrayRef<const MemRegion *> Regions, const CallEvent *Call) argument
H A DProgramState.cpp139 ProgramState::invalidateRegions(RegionList Regions, argument
147 for (RegionList::const_iterator I = Regions.begin(),
148 End = Regions.end(); I != End; ++I)
612 // Regions captured by a block are also implicitly reachable.
H A DExprEngine.cpp263 ArrayRef<const MemRegion *> Regions,
266 Explicits, Regions, Call);
1954 ArrayRef<const MemRegion *> Regions,
260 processRegionChanges(ProgramStateRef state, const InvalidatedSymbols *invalidated, ArrayRef<const MemRegion *> Explicits, ArrayRef<const MemRegion *> Regions, const CallEvent *Call) argument
1951 notifyCheckersOfPointerEscape(ProgramStateRef State, const InvalidatedSymbols *Invalidated, ArrayRef<const MemRegion *> ExplicitRegions, ArrayRef<const MemRegion *> Regions, const CallEvent *Call, RegionAndSymbolInvalidationTraits &ITraits) argument
H A DRegionStore.cpp948 StoreManager::InvalidatedRegions *Regions; member in class:__anon18283::invalidateRegionsWorker
960 Ex(ex), Count(count), LCtx(lctx), IS(is), ITraits(ITraitsIn), Regions(r){}
1044 if (Regions)
1045 Regions->push_back(baseR);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h111 // Decl Regions.
1124 llvm::FoldingSet<MemRegion> Regions; member in class:clang::ento::MemRegionManager

Completed in 518 milliseconds