Home
last modified time | relevance | path

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

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