Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp35 TC_Success, ///< The cast method is appropriate and successful. enumerator
736 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 …]