Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.h1163 bool BothNonNull = !LHS.isZero() && !RHS.isZero(); variable
1168 if (BothNonNull && P.pointsToLiteral()) {
1181 } else if (BothNonNull && P.isIntegralPointer()) {