Home
last modified time | relevance | path

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

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