Searched refs:NonThrow (Results 1 – 2 of 2) sorted by relevance
606 if (const Expr *NonThrow = TrueIsThrow ? (FalseIsThrow ? nullptr : False) in ClassifyConditional() local608 return ClassifyInternal(Ctx, NonThrow); in ClassifyConditional()
6221 Expr *NonThrow = LThrow ? RHS.get() : LHS.get(); in CXXCheckConditionalOperands() local6222 VK = NonThrow->getValueKind(); in CXXCheckConditionalOperands()6225 OK = NonThrow->getObjectKind(); in CXXCheckConditionalOperands()6226 return NonThrow->getType(); in CXXCheckConditionalOperands()