HomeSort by: relevance | last modified time | path
    Searched refs:Invalidated (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckerDocumentation.cpp 257 /// \param Invalidated A set of all symbols potentially touched by the change.
274 const InvalidatedSymbols *Invalidated,
AnalysisOrderChecker.cpp 199 const InvalidatedSymbols *Invalidated,
MoveChecker.cpp 58 const InvalidatedSymbols *Invalidated,
697 ProgramStateRef State, const InvalidatedSymbols *Invalidated,
712 // directly, but not all of them end up being invalidated.
SmartPtrModeling.cpp 52 const InvalidatedSymbols *Invalidated,
308 ProgramStateRef State, const InvalidatedSymbols *Invalidated,
CStringChecker.cpp 878 // invalidated, which would lead to warnings based on an unknown state.
2363 llvm::SmallPtrSet<const MemRegion *, 8> Invalidated;
2370 Invalidated.insert(MR);
2396 if (Invalidated.count(Super)) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 203 StoreManager::InvalidatedRegions Invalidated;
207 &Invalidated);
219 Invalidated, LCtx, Call);
RegionStore.cpp 423 InvalidatedRegions *Invalidated);
432 InvalidatedRegions *Invalidated,
748 // If the base's memspace should be entirely invalidated, add the cluster
868 // Find the length (in bits) of the region being invalidated.
1016 /// be invalidated.
1042 // Is it a LazyCompoundVal? All references get invalidated as well.
1115 // get invalidated.
1223 // Bound symbolic regions need to be invalidated for dead symbol
1276 InvalidatedRegions *Invalidated) {
1289 if (Invalidated)
    [all...]
ExprEngine.cpp 544 const InvalidatedSymbols *invalidated,
549 return getCheckerManager().runCheckersForRegionChanges(state, invalidated,
2834 const InvalidatedSymbols *Invalidated,
2838 if (!Invalidated || Invalidated->empty())
2843 *Invalidated,
2848 // If the symbols were invalidated by a call, we want to find out which ones
2849 // were invalidated directly due to being arguments to the call.
2857 for (const auto &sym : *Invalidated) {
2867 // Notify about the symbols that get indirectly invalidated by the call
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 210 /// symbols to mark the values of invalidated regions.
212 /// symbols to mark the values of invalidated regions.
214 /// globals should get invalidated.
220 //// explicitly being invalidated. Pass \c NULL if this
222 /// \param[in,out] Invalidated A vector to fill with any regions being
223 /// invalidated. This should include any regions explicitly invalidated
234 InvalidatedRegions *Invalidated) = 0;
ExprEngine.h 397 const InvalidatedSymbols *invalidated,
653 const InvalidatedSymbols *Invalidated,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LICM.cpp 1195 bool Invalidated;
1197 Invalidated = pointerInvalidatedByLoop(MemoryLocation::get(LI), CurAST,
1200 Invalidated = pointerInvalidatedByLoopWithMSSA(
1204 if (ORE && Invalidated && CurLoop->isLoopInvariant(LI->getPointerOperand()))
1212 return !Invalidated;
1250 bool Invalidated;
1252 Invalidated = pointerInvalidatedByLoop(
1255 Invalidated = pointerInvalidatedByLoopWithMSSA(
1258 if (Invalidated)
1703 // Should rebuild the iterators, as they may be invalidated b
    [all...]

Completed in 47 milliseconds