Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp222 QualType DestType, bool CStyle,
227 QualType DestType, bool CStyle,
233 QualType DestType, bool CStyle,
239 CanQualType DestType, bool CStyle,
247 QualType DestType,bool CStyle,
263 QualType DestType, bool CStyle,
266 QualType DestType, bool CStyle,
270 QualType DestType, bool CStyle,
1322 bool CStyle = (CCK == CheckedConversionKind::CStyleCast || in TryStaticCast() local
1345 tcr = TryStaticReferenceDowncast(Self, SrcExpr.get(), DestType, CStyle, in TryStaticCast()
[all …]
H A DSemaOverload.cpp99 bool CStyle,
106 bool CStyle);
1591 bool CStyle, in TryUserDefinedConversion() argument
1694 bool CStyle, in TryImplicitConversion() argument
1699 ICS.Standard, CStyle, AllowObjCWritebackConversion)){ in TryImplicitConversion()
1739 AllowExplicit, InOverloadResolution, CStyle, in TryImplicitConversion()
1749 bool CStyle, in TryImplicitConversion() argument
1752 AllowExplicit, InOverloadResolution, CStyle, in TryImplicitConversion()
1975 bool InOverloadResolution, bool CStyle) { in IsVectorConversion() argument
2053 !InOverloadResolution && !CStyle) { in IsVectorConversion()
[all …]
H A DSemaExprCXX.cpp4316 bool CStyle = (CCK == CheckedConversionKind::CStyleCast || in PerformImplicitConversion() local
4611 if (CheckPointerConversion(From, NewToType, Kind, BasePath, CStyle)) in PerformImplicitConversion()
4631 if (CheckMemberPointerConversion(From, ToType, Kind, BasePath, CStyle)) in PerformImplicitConversion()
4673 From->getSourceRange(), &BasePath, CStyle)) in PerformImplicitConversion()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h414 bool CStyle; variable
418 : Verbose(V), Cleanup(C), CStyle(CS) {} in Verbose()
633 if (CStyle && V->kind() == Variable::VK_SFun)
709 if (CStyle) { in printProject()
727 if (CStyle && E->isArrow()) in printProject()
753 if (!CStyle) in printLoad()
788 if (!CStyle) { in printCast()
902 if (CStyle) { in printIfThenElse()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9854 AllowedExplicit AllowExplicit, bool InOverloadResolution, bool CStyle,
9977 bool CStyle, bool &ObjCLifetimeConversion);