Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp38 TC_Success, ///< The cast method is appropriate and successful. enumerator
46 return TCR == TC_Success || TCR == TC_Extension; in isValidCast()
975 if (TCR != TC_Success && msg != 0) { in CheckConstCast()
987 if (TCR != TC_Success && msg != 0) { in CheckAddrspaceCast()
1205 if (tcr != TC_Success && msg != 0) { in CheckReinterpretCast()
1277 if (tcr != TC_Success && msg != 0) { in CheckStaticCast()
1386 return TC_Success; in TryStaticCast()
1389 return TC_Success; in TryStaticCast()
1392 return TC_Success; in TryStaticCast()
1419 return TC_Success; in TryStaticCast()
[all …]