Searched defs:CStyle (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 1397 bool CStyle = (CCK == CheckedConversionKind::CStyleCast || in TryStaticCast() local 1604 QualType DestType, bool CStyle, in TryLValueToRValueCast() 1656 QualType DestType, bool CStyle, in TryStaticReferenceDowncast() 1694 QualType DestType, bool CStyle, in TryStaticPointerDowncast() 1728 CanQualType DestType, bool CStyle, in TryStaticDowncast() 1843 bool CStyle, in TryStaticMemberPointerUpcast() 1945 bool CStyle = (CCK == CheckedConversionKind::CStyleCast || in TryStaticImplicitCast() local 1968 QualType DestType, bool CStyle, in TryConstCast() 2232 static void checkIntToPointerCast(bool CStyle, const SourceRange &OpRange, in checkIntToPointerCast() 2287 QualType DestType, bool CStyle, in TryReinterpretCast() [all …]
|
| H A D | SemaOverload.cpp | 1659 bool CStyle, in TryUserDefinedConversion() 1782 bool CStyle, in TryImplicitConversion() 1854 bool CStyle, in TryImplicitConversion() 2119 bool InOverloadResolution, bool CStyle) { in IsVectorConversion() 2241 bool CStyle, in IsStandardConversion() 2602 bool CStyle) { in IsTransparentUnionStandardConversion() 3730 bool CStyle, bool IsTopLevel, in isQualificationConversionStep() 3810 bool CStyle, bool &ObjCLifetimeConversion) { in IsQualificationConversion() 3850 bool CStyle) { in tryAtomicConversion()
|
| H A D | SemaExprCXX.cpp | 4669 bool CStyle = (CCK == CheckedConversionKind::CStyleCast || in PerformImplicitConversion() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTraverse.h | 408 bool CStyle; variable
|