Home
last modified time | relevance | path

Searched refs:AllowLabels (Results 1 – 4 of 4) 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);
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp1477 bool AllowLabels) { in ConstantFoldsToSimpleInteger() argument
1479 if (!ConstantFoldsToSimpleInteger(Cond, ResultInt, AllowLabels)) in ConstantFoldsToSimpleInteger()
1491 bool AllowLabels) { in ConstantFoldsToSimpleInteger() argument
1499 if (!AllowLabels && CodeGenFunction::ContainsLabel(Cond)) in ConstantFoldsToSimpleInteger()
DCodeGenFunction.h4389 bool AllowLabels = false);
4395 bool AllowLabels = false);