Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp11724 const Expr::NullPointerConstantKind LHSNullKind = in CheckCompareOperands() local
11728 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands()
11765 DiagnoseAlwaysNonNullPointer(RHS.get(), LHSNullKind, IsEquality, in CheckCompareOperands()