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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
SmartPtrModeling.cpp 233 !BR.isInteresting(ThisRegion))
250 !BR.isInteresting(ThisRegion))
352 !BR.isInteresting(ThisRegion))
387 !BR.isInteresting(ThisRegion))
427 !BR.isInteresting(ThisRegion))
488 !BR.isInteresting(ThisRegion))
526 if (BR.isInteresting(OtherSmartPtrRegion)) {
532 if (BR.isInteresting(ThisRegion) && IsArgValNull) {
549 !BR.isInteresting(OtherSmartPtrRegion))
DebugContainerModeling.cpp 102 if (BR.isInteresting(Field)) {
DeleteWithNonVirtualDtorChecker.cpp 134 if (!BR.isInteresting(M))
StreamChecker.cpp 371 if (BR.isInteresting(StreamSym) &&
ContainerModeling.cpp 725 if (!BR.isInteresting(ContReg))
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
IVUsers.cpp 57 /// isInteresting - Test whether the given expression is "interesting" when
60 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L,
73 return isInteresting(AR->getStart(), I, L, SE, LI) &&
74 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI);
81 if (isInteresting(Op, I, L, SE, LI)) {
203 if (!isInteresting(ISE, I, L, SE, LI))
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 449 bool isInteresting(SymbolRef sym) const;
450 bool isInteresting(const MemRegion *R) const;
451 bool isInteresting(SVal V) const;
452 bool isInteresting(const LocationContext *LC) const;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
StandardInstrumentations.h 200 bool isInteresting(Any IR, StringRef PassID);
  /src/external/apache2/llvm/dist/llvm/lib/Passes/
StandardInstrumentations.cpp 396 bool ChangeReporter<IRUnitT>::isInteresting(Any IR, StringRef PassID) {
411 if (!isInteresting(IR, PassID))
434 } else if (!isInteresting(IR, PassID)) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 424 bool IsInteresting = false) {
425 bool containsSomethingInteresting = IsInteresting;
440 R->isInteresting(C.getLocationContextFor(&call.path))))
448 if (!removeUnneededCalls(C, macro.subPieces, R, IsInteresting))
2339 bool PathSensitiveBugReport::isInteresting(SVal V) const {
2343 bool PathSensitiveBugReport::isInteresting(SymbolRef sym) const {
2347 bool PathSensitiveBugReport::isInteresting(const MemRegion *R) const {
2351 bool PathSensitiveBugReport::isInteresting(const LocationContext *LC) const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Reassociate.cpp 982 auto isInteresting = [](Value *V) {
990 if (any_of(Or->operands(), isInteresting))
994 if (Or->hasOneUse() && isInteresting(VB))

Completed in 30 milliseconds