Home | History | Annotate | Download | only in Sema

Lines Matching full:unreachable

58 // Unreachable code analysis.
73 /// CheckUnreachable - Check for unreachable code.
773 // Don't care about other unreachable statements.
776 // If there are no unreachable statements, this may be a special
1473 // Flush out any possibly unreachable diagnostics.
1498 // Unreachable code analysis and thread safety require a linearized CFG.
1575 // Warning: check for unreachable code
1577 // Only check for unreachable code on non-template instantiations.
1580 // is unreachable for all instantiations.