Searched refs:constr (Results 1 – 4 of 4) sorted by relevance
185 for (unsigned constr : constraints) { in verify() local188 if (succeeded(context.verify({}, attr, constr))) { in verify()201 for (unsigned constr : constraints) { in verify() local202 if (failed(context.verify(emitError, attr, constr))) { in verify()
330 for (auto [i, constr] : enumerate(constrToValue)) { in createVerifier()331 if (constr == operand) { in createVerifier()351 for (auto [i, constr] : enumerate(constrToValue)) { in createVerifier()352 if (constr == result) { in createVerifier()372 for (auto [i, constr] : enumerate(constrToValue)) { in createVerifier()373 if (constr == value) { in createVerifier()475 for (auto [i, constr] : enumerate(constrToValue)) { in getAttrOrTypeVerifier()476 if (constr == param) { in getAttrOrTypeVerifier()
629 if (auto constr{cst->GetScalarValue()}) { in GetRoundingMode() 630 if (StructureConstructorValues & values{constr->values()}; in GetRoundingMode() 627 if (auto constr{cst->GetScalarValue()}) { GetRoundingMode() local
6766 defm spec_constr_count : BooleanFFlag<"spec-constr-count">, Group<clang_ignored_f_Group>;