Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.cpp175 bool allowLabels) { in constantFoldsToBool() argument
177 if (!constantFoldsToSimpleInteger(cond, resultInt, allowLabels)) in constantFoldsToBool()
189 bool allowLabels) { in constantFoldsToSimpleInteger() argument
197 if (!allowLabels && containsLabel(cond)) in constantFoldsToSimpleInteger()
H A DCIRGenFunction.h384 bool allowLabels = false);
387 bool allowLabels = false);