enum class NeverCalledReason

Description

Classification of situations when parameter is not called on every path. the reason.

Declared at: clang/include/clang/Analysis/Analyses/CalledOnceCheck.h:36

Enumerators

NameValueComment
IfThen0
IfElse1
Switch2
SwitchSkipped3
LoopEntered4
LoopSkipped5
FallbackReason6
LARGEST_VALUE6