Home
last modified time | relevance | path

Searched refs:isSignedOverflowDefined (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h699 bool isSignedOverflowDefined() const { in isSignedOverflowDefined() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp1588 !cgf.getLangOpts().isSignedOverflowDefined() && in emitShl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4758 !CGF.getLangOpts().isSignedOverflowDefined() && in EmitShl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11467 if (S.getLangOpts().isSignedOverflowDefined() || S.getLangOpts().CPlusPlus20) in DiagnoseBadShiftValues()