Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp1071 bool CStyle in TryStaticCast() local
1189 if (!CStyle) { in TryStaticCast()
1238 if (!CStyle && in TryStaticCast()
1277 if (CStyle) { in TryLValueToRValueCast()
1468 if (!CStyle) { in TryStaticDowncast()
1567 if (!CStyle) { in TryStaticMemberPointerUpcast()
1648 bool CStyle in TryStaticImplicitCast() local
1735 if (!CStyle) in TryConstCast()
1744 if (!CStyle) in TryConstCast()
2013 if (!CStyle) { in TryReinterpretCast()
[all …]
H A DSemaOverload.cpp79 bool CStyle,
86 bool CStyle);
1262 bool CStyle, in TryUserDefinedConversion() argument
1365 bool CStyle, in TryImplicitConversion() argument
1420 bool CStyle, in TryImplicitConversion() argument
1610 bool CStyle);
1623 bool CStyle, in IsStandardConversion() argument
1860 CStyle)) { in IsStandardConversion()
1963 bool CStyle) { in IsTransparentUnionStandardConversion() argument
3169 if (!CStyle && !ToQuals.compatiblyIncludes(FromQuals)) in IsQualificationConversion()
[all …]
H A DSemaExprCXX.cpp3899 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast); in PerformImplicitConversion() local
4104 if (CheckPointerConversion(From, ToType, Kind, BasePath, CStyle)) in PerformImplicitConversion()
4124 if (CheckMemberPointerConversion(From, ToType, Kind, BasePath, CStyle)) in PerformImplicitConversion()
4157 From->getSourceRange(), &BasePath, CStyle)) in PerformImplicitConversion()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h415 bool CStyle; variable
419 : Verbose(V), Cleanup(C), CStyle(CS) {} in Verbose()
631 if (CStyle && V->kind() == Variable::VK_SFun)
707 if (CStyle) { in printProject()
725 if (CStyle && E->isArrow()) in printProject()
751 if (!CStyle) in printLoad()
786 if (!CStyle) { in printCast()
900 if (CStyle) { in printIfThenElse()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2569 bool CStyle,
2605 bool CStyle, bool &ObjCLifetimeConversion);