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.h800 enum NullPointerConstantKind { enum
839 NullPointerConstantKind isNullPointerConstant(
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3967 Expr::NullPointerConstantKind
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8004 Expr::NullPointerConstantKind NullKind = in DiagnoseConditionalForNull()
12448 const Expr::NullPointerConstantKind LHSNullKind = in CheckCompareOperands()
12450 const Expr::NullPointerConstantKind RHSNullKind = in CheckCompareOperands()
H A DSemaChecking.cpp12947 Expr::NullPointerConstantKind NullKind, in DiagnoseAlwaysNonNullPointer()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2702 Expr::NullPointerConstantKind NullType,