Searched defs:CStyle (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 952 bool CStyle in TryStaticCast() local 1136 bool CStyle, CastKind &Kind, CXXCastPath &BasePath, in TryLValueToRValueCast() 1190 bool CStyle, SourceRange OpRange, in TryStaticReferenceDowncast() 1228 bool CStyle, SourceRange OpRange, in TryStaticPointerDowncast() 1262 bool CStyle, SourceRange OpRange, QualType OrigSrcType, in TryStaticDowncast() 1374 QualType DestType, bool CStyle, in TryStaticMemberPointerUpcast() 1521 bool CStyle in TryStaticImplicitCast() local 1544 QualType DestType, bool CStyle, in TryConstCast() 1818 static void checkIntToPointerCast(bool CStyle, SourceLocation Loc, in checkIntToPointerCast() 1871 QualType DestType, bool CStyle, in TryReinterpretCast()
|
D | SemaOverload.cpp | 1181 bool CStyle, in TryUserDefinedConversion() 1285 bool CStyle, in TryImplicitConversion() 1340 bool CStyle, in TryImplicitConversion() 1494 bool CStyle, in IsStandardConversion() 1807 bool CStyle) { in IsTransparentUnionStandardConversion() 2930 bool CStyle, bool &ObjCLifetimeConversion) { in IsQualificationConversion() 3017 bool CStyle) { in tryAtomicConversion()
|
D | SemaExprCXX.cpp | 3335 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast); in PerformImplicitConversion() local
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTraverse.h | 388 bool CStyle; // Print exprs in C-like syntax. variable
|