Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp951 bool CStyle in TryStaticCast() local
1135 bool CStyle, CastKind &Kind, CXXCastPath &BasePath, in TryLValueToRValueCast()
1189 bool CStyle, SourceRange OpRange, in TryStaticReferenceDowncast()
1227 bool CStyle, SourceRange OpRange, in TryStaticPointerDowncast()
1261 bool CStyle, SourceRange OpRange, QualType OrigSrcType, in TryStaticDowncast()
1376 QualType DestType, bool CStyle, in TryStaticMemberPointerUpcast()
1521 bool CStyle in TryStaticImplicitCast() local
1544 QualType DestType, bool CStyle, in TryConstCast()
1727 static void checkIntToPointerCast(bool CStyle, SourceLocation Loc, in checkIntToPointerCast()
1754 QualType DestType, bool CStyle, in TryReinterpretCast()
DSemaOverload.cpp1131 bool CStyle, in TryUserDefinedConversion()
1233 bool CStyle, in TryImplicitConversion()
1288 bool CStyle, in TryImplicitConversion()
1442 bool CStyle, in IsStandardConversion()
1741 bool CStyle) { in IsTransparentUnionStandardConversion()
2858 bool CStyle, bool &ObjCLifetimeConversion) { in IsQualificationConversion()
2941 bool CStyle) { in tryAtomicConversion()
DSemaExprCXX.cpp3070 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast); in PerformImplicitConversion() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h388 bool CStyle; // Print exprs in C-like syntax. variable