Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp423 bool FallThroughIsBranchThrough = in PopCleanupBlocks() local
426 PopCleanupBlock(FallThroughIsBranchThrough); in PopCleanupBlocks()
H A DCodeGenFunction.h940 void PopCleanupBlock(bool FallThroughIsBranchThrough = false,