Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1497 bool AllowLabels) { in ConstantFoldsToSimpleInteger() argument
1499 if (!ConstantFoldsToSimpleInteger(Cond, ResultInt, AllowLabels)) in ConstantFoldsToSimpleInteger()
1511 bool AllowLabels) { in ConstantFoldsToSimpleInteger() argument
1519 if (!AllowLabels && CodeGenFunction::ContainsLabel(Cond)) in ConstantFoldsToSimpleInteger()
H A DCodeGenFunction.h4467 bool AllowLabels = false);
4473 bool AllowLabels = false);