Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h780 enum NullPointerConstantKind { enum
819 NullPointerConstantKind isNullPointerConstant(
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3865 Expr::NullPointerConstantKind
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8696 Expr::NullPointerConstantKind NullKind = in DiagnoseConditionalForNull()
13121 const Expr::NullPointerConstantKind LHSNullKind = in CheckCompareOperands()
13123 const Expr::NullPointerConstantKind RHSNullKind = in CheckCompareOperands()
H A DSemaChecking.cpp16414 Expr::NullPointerConstantKind NullKind, in DiagnoseAlwaysNonNullPointer()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13015 Expr::NullPointerConstantKind NullType,