Searched refs:isPositive (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DWarnings.cpp98 bool isPositive = true; local
100 isPositive = false;
107 isPositive ? diag::Severity::Warning : diag::Severity::Ignored;
113 Diags.setSuppressSystemWarnings(!isPositive);
121 if (isPositive) {
147 Diags.setWarningsAsErrors(isPositive);
153 Diags.setDiagnosticGroupWarningAsError(Specifier, isPositive);
175 Diags.setErrorsAsFatal(isPositive);
181 Diags.setDiagnosticGroupErrorAsFatal(Specifier, isPositive);
190 EmitUnknownDiagWarning(Diags, Flavor, isPositive
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h72 constexpr static bool isPositive() { return !isNegative(); } function in class:clang::interp::Boolean
H A DIntegral.h132 bool isPositive() const { return !isNegative(); } function in class:clang::interp::Integral
H A DInterp.h758 if (!Add && Offset.isPositive() && Index < Offset)
763 if (Add && Offset.isPositive() && Offset > MaxOffset)
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCharUnits.h121 /// isPositive - Test whether the quantity is greater than zero.
122 bool isPositive() const { return Quantity > 0; } function in class:clang::CharUnits
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1402 assert(Adjustment.isPositive());
1445 assert(StaticOffset.isPositive());
1515 assert(Adjustment.isPositive());
H A DCGDebugInfo.cpp3947 if (NumPaddingBytes.isPositive()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6443 if (sz.isPositive() && type->isIntegralOrEnumerationType())
6508 assert(sz.isPositive() && "BlockExpr - Incomplete param type");
6553 assert(sz.isPositive() &&
6620 assert(sz.isPositive() &&

Completed in 220 milliseconds