Lines Matching refs:TC_NotApplicable
34 TC_NotApplicable, ///< The cast method is not applicable. enumerator
1096 if (tcr != TC_NotApplicable) in TryStaticCast()
1104 if (tcr != TC_NotApplicable) in TryStaticCast()
1113 if (tcr != TC_NotApplicable) in TryStaticCast()
1166 if (tcr != TC_NotApplicable) in TryStaticCast()
1174 if (tcr != TC_NotApplicable) in TryStaticCast()
1251 return TC_NotApplicable; in TryStaticCast()
1264 return TC_NotApplicable; in TryLValueToRValueCast()
1267 return TC_NotApplicable; in TryLValueToRValueCast()
1287 return TC_NotApplicable; in TryLValueToRValueCast()
1302 return TC_NotApplicable; in TryLValueToRValueCast()
1328 return TC_NotApplicable; in TryStaticReferenceDowncast()
1334 return TC_NotApplicable; in TryStaticReferenceDowncast()
1365 return TC_NotApplicable; in TryStaticPointerDowncast()
1371 return TC_NotApplicable; in TryStaticPointerDowncast()
1392 return TC_NotApplicable; in TryStaticDowncast()
1396 return TC_NotApplicable; in TryStaticDowncast()
1402 return TC_NotApplicable; in TryStaticDowncast()
1504 return TC_NotApplicable; in TryStaticMemberPointerUpcast()
1522 return TC_NotApplicable; in TryStaticMemberPointerUpcast()
1535 return TC_NotApplicable; in TryStaticMemberPointerUpcast()
1543 return TC_NotApplicable; in TryStaticMemberPointerUpcast()
1651 return TC_NotApplicable; in TryStaticImplicitCast()
1694 return TC_NotApplicable; in TryConstCast()
1702 return TC_NotApplicable; in TryConstCast()
1717 return TC_NotApplicable; in TryConstCast()
1737 return TC_NotApplicable; in TryConstCast()
1746 return TC_NotApplicable; in TryConstCast()
1756 return TC_NotApplicable; in TryConstCast()
1998 return TC_NotApplicable; in TryReinterpretCast()
2010 return TC_NotApplicable; in TryReinterpretCast()
2028 return TC_NotApplicable; in TryReinterpretCast()
2040 return TC_NotApplicable; in TryReinterpretCast()
2062 return TC_NotApplicable; in TryReinterpretCast()
2118 return TC_NotApplicable; in TryReinterpretCast()
2148 TryCastResult Result = TC_NotApplicable; in TryReinterpretCast()
2165 return TC_NotApplicable; in TryReinterpretCast()
2200 return TC_NotApplicable; in TryReinterpretCast()
2206 return TC_NotApplicable; in TryReinterpretCast()
2387 if (tcr == TC_NotApplicable) { in CheckCXXCStyleCast()
2394 if (tcr == TC_NotApplicable) { in CheckCXXCStyleCast()