Searched refs:NonThrow (Results 1 – 2 of 2) sorted by relevance
555 if (const Expr *NonThrow = TrueIsThrow ? (FalseIsThrow ? nullptr : False) in ClassifyConditional() local557 return ClassifyInternal(Ctx, NonThrow); in ClassifyConditional()
4549 Expr *NonThrow = LThrow ? RHS.get() : LHS.get(); in CXXCheckConditionalOperands() local4550 VK = NonThrow->getValueKind(); in CXXCheckConditionalOperands()4553 OK = NonThrow->getObjectKind(); in CXXCheckConditionalOperands()4554 return NonThrow->getType(); in CXXCheckConditionalOperands()