Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp6405 bool LThrow = isa<CXXThrowExpr>(LHS.get()->IgnoreParenImpCasts()); in CXXCheckConditionalOperands() local
6412 bool IsThrow = LVoid ? LThrow : RThrow; in CXXCheckConditionalOperands()
6418 if (LThrow != RThrow) { in CXXCheckConditionalOperands()
6419 Expr *NonThrow = LThrow ? RHS.get() : LHS.get(); in CXXCheckConditionalOperands()