Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp3449 return NPCK_NotNull; in isNullPointerConstant()
3452 return NPCK_NotNull; in isNullPointerConstant()
3489 return NPCK_NotNull; in isNullPointerConstant()
3493 return NPCK_NotNull; in isNullPointerConstant()
3529 return NPCK_NotNull; in isNullPointerConstant()
3539 return NPCK_NotNull; in isNullPointerConstant()
3544 return NPCK_NotNull; in isNullPointerConstant()
3548 return NPCK_NotNull; in isNullPointerConstant()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp646 != Expr::NPCK_NotNull); in isZero()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp6532 if (NullKind == Expr::NPCK_NotNull) { in DiagnoseConditionalForNull()
6540 if (NullKind == Expr::NPCK_NotNull) in DiagnoseConditionalForNull()
10308 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands()
10309 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands()
H A DSemaChecking.cpp10897 S.DiagnoseAlwaysNonNullPointer(E, Expr::NPCK_NotNull, /*IsEqual*/ false, in CheckImplicitConversion()
11394 const bool IsCompare = NullKind != Expr::NPCK_NotNull; in DiagnoseAlwaysNonNullPointer()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h688 NPCK_NotNull = 0, enumerator