Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3756 return NPCK_NotNull; in isNullPointerConstant()
3764 return NPCK_NotNull; in isNullPointerConstant()
3767 return NPCK_NotNull; in isNullPointerConstant()
3804 return NPCK_NotNull; in isNullPointerConstant()
3808 return NPCK_NotNull; in isNullPointerConstant()
3832 return NPCK_NotNull; in isNullPointerConstant()
3849 return NPCK_NotNull; in isNullPointerConstant()
3859 return NPCK_NotNull; in isNullPointerConstant()
3864 return NPCK_NotNull; in isNullPointerConstant()
3868 return NPCK_NotNull; in isNullPointerConstant()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp645 != Expr::NPCK_NotNull); in isZero()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp7791 if (NullKind == Expr::NPCK_NotNull) { in DiagnoseConditionalForNull()
7799 if (NullKind == Expr::NPCK_NotNull) in DiagnoseConditionalForNull()
11817 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands()
11818 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands()
H A DSemaChecking.cpp12552 S.DiagnoseAlwaysNonNullPointer(E, Expr::NPCK_NotNull, /*IsEqual*/ false, in CheckImplicitConversion()
13254 const bool IsCompare = NullKind != Expr::NPCK_NotNull; in DiagnoseAlwaysNonNullPointer()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h746 NPCK_NotNull = 0, enumerator