Home
last modified time | relevance | path

Searched refs:AllowLabels (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1152 bool AllowLabels) { in ConstantFoldsToSimpleInteger() argument
1154 if (!ConstantFoldsToSimpleInteger(Cond, ResultInt, AllowLabels)) in ConstantFoldsToSimpleInteger()
1166 bool AllowLabels) { in ConstantFoldsToSimpleInteger() argument
1173 if (!AllowLabels && CodeGenFunction::ContainsLabel(Cond)) in ConstantFoldsToSimpleInteger()
DCodeGenFunction.h3171 bool AllowLabels = false);
3177 bool AllowLabels = false);