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()
1025 if (TCR != TC_Success && msg != 0) { in CheckConstCast()
1037 if (TCR != TC_Success && msg != 0) { in CheckAddrspaceCast()
1278 if (tcr != TC_Success && msg != 0) { in CheckReinterpretCast()
1351 if (tcr != TC_Success && msg != 0) { in CheckStaticCast()
1461 return TC_Success; in TryStaticCast()
1464 return TC_Success; in TryStaticCast()
1467 return TC_Success; in TryStaticCast()
1494 return TC_Success; in TryStaticCast()
[all …]