Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h797 enum NullPointerConstantKind { enum
836 NullPointerConstantKind isNullPointerConstant(
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3940 Expr::NullPointerConstantKind
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp7845 Expr::NullPointerConstantKind NullKind = in DiagnoseConditionalForNull()
12101 const Expr::NullPointerConstantKind LHSNullKind = in CheckCompareOperands()
12103 const Expr::NullPointerConstantKind RHSNullKind = in CheckCompareOperands()
H A DSemaChecking.cpp11515 Expr::NullPointerConstantKind NullKind, in DiagnoseAlwaysNonNullPointer()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2292 Expr::NullPointerConstantKind NullType,