HomeSort by relevance Sort by last modified time
    Searched refs:FallThroughIsBranchThrough (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGCleanup.cpp 383 bool FallThroughIsBranchThrough =
386 PopCleanupBlock(FallThroughIsBranchThrough);
535 void CodeGenFunction::PopCleanupBlock(bool FallthroughIsBranchThrough) {
597 if (FallthroughIsBranchThrough) {
698 (FallthroughSource && FallthroughIsBranchThrough) ||
724 (HasFallthrough && !FallthroughIsBranchThrough) ||
742 if (FallthroughSource && !FallthroughIsBranchThrough) {
803 assert(!FallthroughIsBranchThrough);
    [all...]
CodeGenFunction.h 782 void PopCleanupBlock(bool FallThroughIsBranchThrough = false);
    [all...]

Completed in 342 milliseconds