Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1483 bool AllowLabels) { in ConstantFoldsToSimpleInteger() argument
1485 if (!ConstantFoldsToSimpleInteger(Cond, ResultInt, AllowLabels)) in ConstantFoldsToSimpleInteger()
1497 bool AllowLabels) { in ConstantFoldsToSimpleInteger() argument
1505 if (!AllowLabels && CodeGenFunction::ContainsLabel(Cond)) in ConstantFoldsToSimpleInteger()
H A DCodeGenFunction.h4461 bool AllowLabels = false);
4467 bool AllowLabels = false);