Home
last modified time | relevance | path

Searched refs:NewCanThrow (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp559 CanThrowResult NewCanThrow = New->canThrow(); in CheckEquivalentExceptionSpecImpl() local
562 if (OldCanThrow == CT_Cannot && NewCanThrow == CT_Cannot) in CheckEquivalentExceptionSpecImpl()
567 NewCanThrow == CT_Can && NewEST != EST_Dynamic) { in CheckEquivalentExceptionSpecImpl()