Searched refs:EmitBoolCondBranch (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmt.cpp666 bool EmitBoolCondBranch = true; local
669 EmitBoolCondBranch = false;
673 if (EmitBoolCondBranch) {
714 if (!EmitBoolCondBranch)
753 bool EmitBoolCondBranch = true; local
756 EmitBoolCondBranch = false;
759 if (EmitBoolCondBranch) {
775 if (!EmitBoolCondBranch)

Completed in 62 milliseconds