Searched refs:AlwaysFallThrough (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp384 AlwaysFallThrough, enumerator in enum:ControlFlowKind
391 /// \returns AlwaysFallThrough iff we always fall off the end of the statement,
513 // This says AlwaysFallThrough for calls to functions that are not marked
516 return AlwaysFallThrough;
695 case AlwaysFallThrough:

Completed in 63 milliseconds