Searched refs:IsPositive (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DWarnings.cpp207 bool IsPositive = !Opt.startswith("no-"); local
208 if (!IsPositive) Opt = Opt.substr(3);
210 auto Severity = IsPositive ? diag::Severity::Remark
224 EmitUnknownDiagWarning(Diags, Flavor, IsPositive ? "-R" : "-Rno-",
228 IsPositive ? diag::Severity::Remark
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp1972 bool IsPositive =
1977 APFloat::getZero(Src.getSemantics(), !IsPositive));
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 323 milliseconds