Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp35 TC_Success, ///< The cast method is appropriate and successful. enumerator
43 return TCR == TC_Success || TCR == TC_Extension; in isValidCast()
926 if (TCR != TC_Success && msg != 0) { in CheckConstCast()
938 if (TCR != TC_Success && msg != 0) { in CheckAddrspaceCast()
1140 if (tcr != TC_Success && msg != 0) { in CheckReinterpretCast()
1219 if (tcr != TC_Success && msg != 0) { in CheckStaticCast()
1327 return TC_Success; in TryStaticCast()
1330 return TC_Success; in TryStaticCast()
1333 return TC_Success; in TryStaticCast()
1360 return TC_Success; in TryStaticCast()
[all …]