Home
last modified time | relevance | path

Searched refs:BothNull (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp1334 bool BothNull = FromNullPtr && ToNullPtr; in DiffNonTypes() local
1339 Tree.SetSame(BothNull || SameValueDecl); in DiffNonTypes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11598 Expr *Pointer, bool BothNull) { in diagnoseSubtractionOnNullPointer() argument
11600 if (BothNull && S.getLangOpts().CPlusPlus) in diagnoseSubtractionOnNullPointer()