Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h744 enum NullPointerConstantKind { enum
783 NullPointerConstantKind isNullPointerConstant(
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3749 Expr::NullPointerConstantKind
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp7787 Expr::NullPointerConstantKind NullKind = in DiagnoseConditionalForNull()
11813 const Expr::NullPointerConstantKind LHSNullKind = in CheckCompareOperands()
11815 const Expr::NullPointerConstantKind RHSNullKind = in CheckCompareOperands()
H A DSemaChecking.cpp12306 const Expr::NullPointerConstantKind NullKind = in DiagnoseNullConversion()
13240 Expr::NullPointerConstantKind NullKind, in DiagnoseAlwaysNonNullPointer()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11722 Expr::NullPointerConstantKind NullType,