Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3872 return NPCK_NotNull; in isNullPointerConstant()
3880 return NPCK_NotNull; in isNullPointerConstant()
3883 return NPCK_NotNull; in isNullPointerConstant()
3917 return NPCK_NotNull; in isNullPointerConstant()
3921 return NPCK_NotNull; in isNullPointerConstant()
3945 return NPCK_NotNull; in isNullPointerConstant()
3962 return NPCK_NotNull; in isNullPointerConstant()
3972 return NPCK_NotNull; in isNullPointerConstant()
3977 return NPCK_NotNull; in isNullPointerConstant()
3981 return NPCK_NotNull; in isNullPointerConstant()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp631 != Expr::NPCK_NotNull); in isZero()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8700 if (NullKind == Expr::NPCK_NotNull) { in DiagnoseConditionalForNull()
8708 if (NullKind == Expr::NPCK_NotNull) in DiagnoseConditionalForNull()
13125 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands()
13126 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands()
H A DSemaChecking.cpp15664 S.DiagnoseAlwaysNonNullPointer(E, Expr::NPCK_NotNull, /*IsEqual*/ false, in CheckImplicitConversion()
16428 const bool IsCompare = NullKind != Expr::NPCK_NotNull; in DiagnoseAlwaysNonNullPointer()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h782 NPCK_NotNull = 0, enumerator