Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp1283 bool CStyle in TryStaticCast() local
1489 QualType DestType, bool CStyle, in TryLValueToRValueCast()
1544 bool CStyle, SourceRange OpRange, in TryStaticReferenceDowncast()
1582 bool CStyle, SourceRange OpRange, in TryStaticPointerDowncast()
1616 bool CStyle, SourceRange OpRange, QualType OrigSrcType, in TryStaticDowncast()
1728 QualType DestType, bool CStyle, in TryStaticMemberPointerUpcast()
1878 bool CStyle in TryStaticImplicitCast() local
1901 QualType DestType, bool CStyle, in TryConstCast()
2160 static void checkIntToPointerCast(bool CStyle, const SourceRange &OpRange, in checkIntToPointerCast()
2215 QualType DestType, bool CStyle, in TryReinterpretCast()
[all …]
H A DSemaOverload.cpp1431 bool CStyle, in TryUserDefinedConversion()
1534 bool CStyle, in TryImplicitConversion()
1589 bool CStyle, in TryImplicitConversion()
1729 bool InOverloadResolution, bool CStyle) { in IsVectorConversion()
1802 bool CStyle, in IsStandardConversion()
2148 bool CStyle) { in IsTransparentUnionStandardConversion()
3307 bool CStyle, bool IsTopLevel, in isQualificationConversionStep()
3389 bool CStyle, bool &ObjCLifetimeConversion) { in IsQualificationConversion()
3428 bool CStyle) { in tryAtomicConversion()
H A DSemaExprCXX.cpp4270 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast); in PerformImplicitConversion() local
/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h414 bool CStyle; variable