Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp8643 bool AllSigned = LHS.isSigned() && RHS.isSigned() && in VisitBuiltinCallExpr() local
8654 if (IsSigned && !AllSigned) in VisitBuiltinCallExpr()