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

/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1152 bool AllowLabels) {
1154 if (!ConstantFoldsToSimpleInteger(Cond, ResultInt, AllowLabels))
1166 bool AllowLabels) {
1173 if (!AllowLabels && CodeGenFunction::ContainsLabel(Cond))
1150 ConstantFoldsToSimpleInteger(const Expr *Cond, bool &ResultBool, bool AllowLabels) argument
1164 ConstantFoldsToSimpleInteger(const Expr *Cond, llvm::APSInt &ResultInt, bool AllowLabels) argument

Completed in 163 milliseconds