OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FallThroughIsBranchThrough
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCleanup.cpp
433
bool
FallThroughIsBranchThrough
=
436
PopCleanupBlock(
FallThroughIsBranchThrough
);
647
void CodeGenFunction::PopCleanupBlock(bool
FallthroughIsBranchThrough
) {
711
if (
FallthroughIsBranchThrough
) {
847
(FallthroughSource &&
FallthroughIsBranchThrough
) ||
881
(HasFallthrough && !
FallthroughIsBranchThrough
) ||
903
if (FallthroughSource && !
FallthroughIsBranchThrough
) {
964
assert(!
FallthroughIsBranchThrough
);
CodeGenFunction.h
809
void PopCleanupBlock(bool
FallThroughIsBranchThrough
= false);
Completed in 48 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026