Home
last modified time | relevance | path

Searched refs:isOverflowPatternExcluded (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h712 bool isOverflowPatternExcluded(OverflowPatternExclusionKind Kind) const { in isOverflowPatternExcluded() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4842 Ctx.getLangOpts().isOverflowPatternExcluded( in computeOverflowPatternExclusion()
4845 Ctx.getLangOpts().isOverflowPatternExcluded( in computeOverflowPatternExclusion()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp217 Ctx.getLangOpts().isOverflowPatternExcluded( in CanElideOverflowCheck()
3005 if (!Ctx.getLangOpts().isOverflowPatternExcluded( in matchesPostDecrInWhile()