Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp3689 return NPCK_ZeroExpression; in isNullPointerConstant()
3799 return NPCK_ZeroExpression; in isNullPointerConstant()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h756 NPCK_ZeroExpression, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp7738 if (NullKind == Expr::NPCK_ZeroExpression) in DiagnoseConditionalForNull()
11652 Expr::NPCK_ZeroExpression) { in CheckPtrComparisonWithNullChar()
H A DSemaOverload.cpp2998 Expr::NPCK_ZeroExpression) { in CheckPointerConversion()
H A DSemaChecking.cpp13134 if (NullKind == Expr::NPCK_ZeroExpression || in DiagnoseAlwaysNonNullPointer()