Lines Matching defs:ExceptionList
588 ExceptionInfo ExceptionList;
594 ExceptionList =
601 FunctionCache.try_emplace(Func, ExceptionList);
603 ExceptionList = CacheEntry->getSecond();
605 return ExceptionList;
617 ExceptionInfo ExceptionList = analyzeImpl(Node);
619 if (ExceptionList.getBehaviour() == State::NotThrowing ||
620 ExceptionList.getBehaviour() == State::Unknown)
621 return ExceptionList;
625 ExceptionList.filterIgnoredExceptions(IgnoredExceptions, IgnoreBadAlloc);
627 return ExceptionList;