Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp7901 static bool checkConditionalNullPointer(Sema &S, ExprResult &NullExpr, in checkConditionalNullPointer() function
8470 if (!checkConditionalNullPointer(*this, RHS, LHSTy)) return LHSTy; in CheckConditionalOperands()
8471 if (!checkConditionalNullPointer(*this, LHS, RHSTy)) return RHSTy; in CheckConditionalOperands()