Searched refs:NonThrow (Results 1 – 4 of 4) sorted by relevance
564 if (const Expr *NonThrow = TrueIsThrow ? (FalseIsThrow ? nullptr : False) in ClassifyConditional() local566 return ClassifyInternal(Ctx, NonThrow); in ClassifyConditional()
597 if (const Expr *NonThrow = TrueIsThrow ? (FalseIsThrow ? nullptr : False) in ClassifyConditional() local599 return ClassifyInternal(Ctx, NonThrow); in ClassifyConditional()
5141 Expr *NonThrow = LThrow ? RHS.get() : LHS.get(); in CXXCheckConditionalOperands() local5142 VK = NonThrow->getValueKind(); in CXXCheckConditionalOperands()5145 OK = NonThrow->getObjectKind(); in CXXCheckConditionalOperands()5146 return NonThrow->getType(); in CXXCheckConditionalOperands()
6098 Expr *NonThrow = LThrow ? RHS.get() : LHS.get(); in CXXCheckConditionalOperands() local6099 VK = NonThrow->getValueKind(); in CXXCheckConditionalOperands()6102 OK = NonThrow->getObjectKind(); in CXXCheckConditionalOperands()6103 return NonThrow->getType(); in CXXCheckConditionalOperands()