Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp1265 bool CStyle in TryStaticCast() local
1461 QualType DestType, bool CStyle, in TryLValueToRValueCast()
1516 bool CStyle, SourceRange OpRange, in TryStaticReferenceDowncast()
1554 bool CStyle, SourceRange OpRange, in TryStaticPointerDowncast()
1588 bool CStyle, SourceRange OpRange, QualType OrigSrcType, in TryStaticDowncast()
1700 QualType DestType, bool CStyle, in TryStaticMemberPointerUpcast()
1850 bool CStyle in TryStaticImplicitCast() local
1873 QualType DestType, bool CStyle, in TryConstCast()
2132 static void checkIntToPointerCast(bool CStyle, const SourceRange &OpRange, in checkIntToPointerCast()
2186 QualType DestType, bool CStyle, in TryReinterpretCast()
[all …]
H A DSemaOverload.cpp1326 bool CStyle, in TryUserDefinedConversion()
1429 bool CStyle, in TryImplicitConversion()
1484 bool CStyle, in TryImplicitConversion()
1689 bool CStyle, in IsStandardConversion()
2040 bool CStyle) { in IsTransparentUnionStandardConversion()
3193 bool CStyle, bool IsTopLevel, in isQualificationConversionStep()
3263 bool CStyle, bool &ObjCLifetimeConversion) { in IsQualificationConversion()
3302 bool CStyle) { in tryAtomicConversion()
H A DSemaExprCXX.cpp4126 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast); in PerformImplicitConversion() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h414 bool CStyle; variable