Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1580 bool AllowLabels) { in ConstantFoldsToSimpleInteger() argument
1582 if (!ConstantFoldsToSimpleInteger(Cond, ResultInt, AllowLabels)) in ConstantFoldsToSimpleInteger()
1594 bool AllowLabels) { in ConstantFoldsToSimpleInteger() argument
1602 if (!AllowLabels && CodeGenFunction::ContainsLabel(Cond)) in ConstantFoldsToSimpleInteger()
H A DCodeGenFunction.h4550 bool AllowLabels = false);
4556 bool AllowLabels = false);