Searched refs:TC_Success (Results 1 – 1 of 1) sorted by relevance
35 TC_Success, ///< The cast method is appropriate and successful. enumerator736 if (TryConstCast(Self, SrcExpr, DestType, /*CStyle*/false, msg) != TC_Success in CheckConstCast()854 if (tcr != TC_Success && msg != 0) in CheckReinterpretCast()870 } else if (tcr == TC_Success) { in CheckReinterpretCast()918 if (tcr != TC_Success && msg != 0) { in CheckStaticCast()932 } else if (tcr == TC_Success) { in CheckStaticCast()1014 return TC_Success; in TryStaticCast()1017 return TC_Success; in TryStaticCast()1020 return TC_Success; in TryStaticCast()1036 return TC_Success; in TryStaticCast()[all …]