HomeSort by: relevance | last modified time | path
    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