Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4839 QualType AdditionResultType = Result.value()->getType(); in computeOverflowPatternExclusion() local
4841 if ((AdditionResultType->isSignedIntegerType() && in computeOverflowPatternExclusion()
4844 (AdditionResultType->isUnsignedIntegerType() && in computeOverflowPatternExclusion()