Home
last modified time | relevance | path

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

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