Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDExpr.cpp4045 return NPCK_ZeroLiteral; in isNullPointerConstant()
4059 return NPCK_ZeroLiteral; in isNullPointerConstant()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h809 NPCK_ZeroLiteral, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp11696 NullKind == Expr::NPCK_ZeroLiteral) { in DiagnoseAlwaysNonNullPointer()
HDSemaExpr.cpp7863 if (NullKind == Expr::NPCK_ZeroLiteral) { in DiagnoseConditionalForNull()