Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp3683 return NPCK_NotNull; in isNullPointerConstant()
3691 return NPCK_NotNull; in isNullPointerConstant()
3694 return NPCK_NotNull; in isNullPointerConstant()
3731 return NPCK_NotNull; in isNullPointerConstant()
3735 return NPCK_NotNull; in isNullPointerConstant()
3759 return NPCK_NotNull; in isNullPointerConstant()
3776 return NPCK_NotNull; in isNullPointerConstant()
3786 return NPCK_NotNull; in isNullPointerConstant()
3791 return NPCK_NotNull; in isNullPointerConstant()
3795 return NPCK_NotNull; in isNullPointerConstant()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp645 != Expr::NPCK_NotNull); in isZero()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp7727 if (NullKind == Expr::NPCK_NotNull) { in DiagnoseConditionalForNull()
7735 if (NullKind == Expr::NPCK_NotNull) in DiagnoseConditionalForNull()
11728 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands()
11729 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands()
H A DSemaChecking.cpp12279 S.DiagnoseAlwaysNonNullPointer(E, Expr::NPCK_NotNull, /*IsEqual*/ false, in CheckImplicitConversion()
12982 const bool IsCompare = NullKind != Expr::NPCK_NotNull; in DiagnoseAlwaysNonNullPointer()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h749 NPCK_NotNull = 0, enumerator