Home
last modified time | relevance | path

Searched refs:NPCK_GNUNull (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DExpr.cpp3339 return NPCK_GNUNull; in isNullPointerConstant()
/external/clang/include/clang/AST/
DExpr.h673 NPCK_GNUNull enumerator
/external/clang/lib/Sema/
DSemaChecking.cpp7044 if (NullKind != Expr::NPCK_GNUNull && NullKind != Expr::NPCK_CXX11_nullptr) in DiagnoseNullConversion()
7055 if (NullKind == Expr::NPCK_GNUNull) { in DiagnoseNullConversion()