Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3974 return NPCK_NotNull; in isNullPointerConstant()
3982 return NPCK_NotNull; in isNullPointerConstant()
3985 return NPCK_NotNull; in isNullPointerConstant()
4019 return NPCK_NotNull; in isNullPointerConstant()
4023 return NPCK_NotNull; in isNullPointerConstant()
4047 return NPCK_NotNull; in isNullPointerConstant()
4064 return NPCK_NotNull; in isNullPointerConstant()
4074 return NPCK_NotNull; in isNullPointerConstant()
4079 return NPCK_NotNull; in isNullPointerConstant()
4083 return NPCK_NotNull; in isNullPointerConstant()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp630 != Expr::NPCK_NotNull); in isZero()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8008 if (NullKind == Expr::NPCK_NotNull) { in DiagnoseConditionalForNull()
8016 if (NullKind == Expr::NPCK_NotNull) in DiagnoseConditionalForNull()
12452 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands()
12453 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands()
H A DSemaChecking.cpp12136 DiagnoseAlwaysNonNullPointer(E, Expr::NPCK_NotNull, /*IsEqual*/ false, in CheckImplicitConversion()
12961 const bool IsCompare = NullKind != Expr::NPCK_NotNull; in DiagnoseAlwaysNonNullPointer()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h802 NPCK_NotNull = 0, enumerator