Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/AST/
HDExpr.cpp3070 return NPCK_NotNull; in isNullPointerConstant()
3073 return NPCK_NotNull; in isNullPointerConstant()
3099 return NPCK_NotNull; in isNullPointerConstant()
3103 return NPCK_NotNull; in isNullPointerConstant()
3139 return NPCK_NotNull; in isNullPointerConstant()
3150 return NPCK_NotNull; in isNullPointerConstant()
3155 return NPCK_NotNull; in isNullPointerConstant()
3159 return NPCK_NotNull; in isNullPointerConstant()
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDIvarInvalidationChecker.cpp659 != Expr::NPCK_NotNull); in isZero()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h607 NPCK_NotNull = 0, enumerator
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp5260 if (NullKind == Expr::NPCK_NotNull) { in DiagnoseConditionalForNull()
5268 if (NullKind == Expr::NPCK_NotNull) in DiagnoseConditionalForNull()