Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp12725 bool AllSigned = LHS.isSigned() && RHS.isSigned() && in VisitBuiltinCallExpr() local
12736 if (IsSigned && !AllSigned) in VisitBuiltinCallExpr()