Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3947 return NPCK_NotNull; in isNullPointerConstant()
3955 return NPCK_NotNull; in isNullPointerConstant()
3958 return NPCK_NotNull; in isNullPointerConstant()
3992 return NPCK_NotNull; in isNullPointerConstant()
3996 return NPCK_NotNull; in isNullPointerConstant()
4020 return NPCK_NotNull; in isNullPointerConstant()
4037 return NPCK_NotNull; in isNullPointerConstant()
4047 return NPCK_NotNull; in isNullPointerConstant()
4052 return NPCK_NotNull; in isNullPointerConstant()
4056 return NPCK_NotNull; in isNullPointerConstant()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp7849 if (NullKind == Expr::NPCK_NotNull) { in DiagnoseConditionalForNull()
7857 if (NullKind == Expr::NPCK_NotNull) in DiagnoseConditionalForNull()
12105 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands()
12106 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands()
H A DSemaChecking.cpp10771 DiagnoseAlwaysNonNullPointer(E, Expr::NPCK_NotNull, /*IsEqual*/ false, in CheckImplicitConversion()
11529 const bool IsCompare = NullKind != Expr::NPCK_NotNull; in DiagnoseAlwaysNonNullPointer()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h799 NPCK_NotNull = 0, enumerator