Home
last modified time | relevance | path

Searched refs:TC_Success (Results 1 – 2 of 2) 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 …]
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp34 TC_Success, ///< The cast method is appropriate and successful. enumerator
42 return TCR == TC_Success || TCR == TC_Extension; in isValidCast()
925 if (TCR != TC_Success && msg != 0) { in CheckConstCast()
937 if (TCR != TC_Success && msg != 0) { in CheckAddrspaceCast()
1055 if (tcr != TC_Success && msg != 0) { in CheckReinterpretCast()
1123 if (tcr != TC_Success && msg != 0) { in CheckStaticCast()
1231 return TC_Success; in TryStaticCast()
1234 return TC_Success; in TryStaticCast()
1237 return TC_Success; in TryStaticCast()
1264 return TC_Success; in TryStaticCast()
[all …]