enum UnreachableKind
Description
Classifications of unreachable code.
Declared at: clang/include/clang/Analysis/Analyses/ReachableCode.h:40
Enumerators
Name | Value | Comment |
---|---|---|
UK_Return | 0 | |
UK_Break | 1 | |
UK_Loop_Increment | 2 | |
UK_Other | 3 |
Classifications of unreachable code.
Declared at: clang/include/clang/Analysis/Analyses/ReachableCode.h:40
Name | Value | Comment |
---|---|---|
UK_Return | 0 | |
UK_Break | 1 | |
UK_Loop_Increment | 2 | |
UK_Other | 3 |