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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp716 bool EmitBoolCondBranch = true; local
719 EmitBoolCondBranch = false;
723 if (EmitBoolCondBranch) {
765 if (!EmitBoolCondBranch)
804 bool EmitBoolCondBranch = true; local
807 EmitBoolCondBranch = false;
810 if (EmitBoolCondBranch) {
826 if (!EmitBoolCondBranch)

Completed in 47 milliseconds