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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIBugReporter.cpp 44 Report->markInteresting(RequestRegion);
64 Report->markInteresting(RequestRegion);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MismatchedIteratorChecker.cpp 285 R->markInteresting(Val1);
286 R->markInteresting(Val2);
296 R->markInteresting(Val);
297 R->markInteresting(Reg);
SmartPtrChecker.cpp 89 R->markInteresting(DerefRegion);
MacOSKeychainAPIChecker.cpp 122 void markInteresting(PathSensitiveBugReport *R,
124 R->markInteresting(AP.first);
125 R->markInteresting(AP.second->Region);
245 markInteresting(Report.get(), AP);
290 Report->markInteresting(AS->Region);
345 Report->markInteresting(AS->Region);
499 markInteresting(Report.get(), AP);
DebugContainerModeling.cpp 103 BR.markInteresting(Cont);
DeleteWithNonVirtualDtorChecker.cpp 100 R->markInteresting(BaseClassRegion);
SimpleStreamChecker.cpp 212 R->markInteresting(FileDescSym);
225 R->markInteresting(LeakedStream);
BlockInCriticalSectionChecker.cpp 179 R->markInteresting(BlockDescSym);
InvalidatedIteratorChecker.cpp 134 R->markInteresting(Val);
PointerArithChecker.cpp 179 R->markInteresting(ArrayRegion);
202 R->markInteresting(Region);
IteratorRangeChecker.cpp 287 R->markInteresting(Val);
288 R->markInteresting(Pos->getContainer());
ValistChecker.cpp 259 R->markInteresting(VAList);
302 R->markInteresting(Reg);
DynamicTypeChecker.cpp 85 R->markInteresting(Reg);
SmartPtrModeling.cpp 429 BR.markInteresting(ArgRegion);
535 BR.markInteresting(OtherSmartPtrRegion);
ExprInspectionChecker.cpp 176 R->markInteresting(*ExprVal);
DynamicTypePropagation.cpp 1040 R->markInteresting(Sym);
FuchsiaHandleChecker.cpp 673 R->markInteresting(Sym);
NullabilityChecker.cpp 172 R->markInteresting(Region);
StreamChecker.cpp 998 R->markInteresting(LeakSym);
LocalizationChecker.cpp 771 R->markInteresting(S);
MallocChecker.cpp 2040 R->markInteresting(MR);
2068 R->markInteresting(ArgVal.getAsRegion());
2124 R->markInteresting(Sym);
2184 R->markInteresting(MR->getBaseRegion());
2217 R->markInteresting(Sym);
2252 R->markInteresting(Sym);
2254 R->markInteresting(PrevSym);
2280 R->markInteresting(Sym);
2310 R->markInteresting(Sym);
2350 R->markInteresting(MR)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 432 void markInteresting(SymbolRef sym, bugreporter::TrackingKind TKind =
438 void markInteresting(
445 void markInteresting(SVal V, bugreporter::TrackingKind TKind =
447 void markInteresting(const LocationContext *LC);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountDiagnostics.cpp 760 BR.markInteresting(Sym);
771 BR.markInteresting(Sym);
897 markInteresting(AllocI.InterestingMethodContext);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 2247 "BugReport::markInteresting currently can only handle 2 different "
2252 void PathSensitiveBugReport::markInteresting(SymbolRef sym,
2260 markInteresting(meta->getRegion(), TKind);
2263 void PathSensitiveBugReport::markInteresting(const MemRegion *R,
2272 markInteresting(SR->getSymbol(), TKind);
2275 void PathSensitiveBugReport::markInteresting(SVal V,
2277 markInteresting(V.getAsRegion(), TKind);
2278 markInteresting(V.getAsSymbol(), TKind);
2281 void PathSensitiveBugReport::markInteresting(const LocationContext *LC) {
BugReporterVisitors.cpp 1146 BR.markInteresting(CalleeSFC);
2121 report.markInteresting(V, TKind);
2190 report.markInteresting(RegionRVal, TKind);
2932 BR.markInteresting(CEnter->getCalleeContext());

Completed in 32 milliseconds