Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExpr.cpp3009 return NPCK_NotNull; in isNullPointerConstant()
3012 return NPCK_NotNull; in isNullPointerConstant()
3067 return NPCK_NotNull; in isNullPointerConstant()
3075 return NPCK_NotNull; in isNullPointerConstant()
3078 return NPCK_NotNull; in isNullPointerConstant()
3082 return NPCK_NotNull; in isNullPointerConstant()
/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp638 != Expr::NPCK_NotNull); in isZero()
/external/clang/include/clang/AST/
DExpr.h596 NPCK_NotNull = 0, enumerator
/external/clang/lib/Sema/
DSemaExpr.cpp4775 if (NullKind == Expr::NPCK_NotNull) { in DiagnoseConditionalForNull()
4783 if (NullKind == Expr::NPCK_NotNull) in DiagnoseConditionalForNull()