Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp437 bool FallThroughIsBranchThrough = in PopCleanupBlocks() local
440 PopCleanupBlock(FallThroughIsBranchThrough); in PopCleanupBlocks()
H A DCodeGenFunction.h998 void PopCleanupBlock(bool FallThroughIsBranchThrough = false,