Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp6159 bool RThrow = isa<CXXThrowExpr>(RHS.get()->IgnoreParenImpCasts()); in CXXCheckConditionalOperands() local
6165 bool IsThrow = LVoid ? LThrow : RThrow; in CXXCheckConditionalOperands()
6171 if (LThrow != RThrow) { in CXXCheckConditionalOperands()