Home
last modified time | relevance | path

Searched defs:CStyle (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1322 bool CStyle = (CCK == CheckedConversionKind::CStyleCast || in TryStaticCast() local
1528 QualType DestType, bool CStyle, in TryLValueToRValueCast()
1583 bool CStyle, SourceRange OpRange, in TryStaticReferenceDowncast()
1621 bool CStyle, SourceRange OpRange, in TryStaticPointerDowncast()
1655 bool CStyle, SourceRange OpRange, QualType OrigSrcType, in TryStaticDowncast()
1767 QualType DestType, bool CStyle, in TryStaticMemberPointerUpcast()
1918 bool CStyle = (CCK == CheckedConversionKind::CStyleCast || in TryStaticImplicitCast() local
1941 QualType DestType, bool CStyle, in TryConstCast()
2200 static void checkIntToPointerCast(bool CStyle, const SourceRange &OpRange, in checkIntToPointerCast()
2255 QualType DestType, bool CStyle, in TryReinterpretCast()
[all …]
H A DSemaOverload.cpp1591 bool CStyle, in TryUserDefinedConversion()
1694 bool CStyle, in TryImplicitConversion()
1749 bool CStyle, in TryImplicitConversion()
1975 bool InOverloadResolution, bool CStyle) { in IsVectorConversion()
2081 bool CStyle, in IsStandardConversion()
2425 bool CStyle) { in IsTransparentUnionStandardConversion()
3504 bool CStyle, bool IsTopLevel, in isQualificationConversionStep()
3579 bool CStyle, bool &ObjCLifetimeConversion) { in IsQualificationConversion()
3618 bool CStyle) { in tryAtomicConversion()
H A DSemaExprCXX.cpp4316 bool CStyle = (CCK == CheckedConversionKind::CStyleCast || in PerformImplicitConversion() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h414 bool CStyle; variable