Searched defs:CStyle (Results 1 – 7 of 7) 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 | SemaExprCXX.cpp | 3335 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast); in PerformImplicitConversion() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCast.cpp | 1169 bool CStyle in TryStaticCast() local 1365 QualType DestType, bool CStyle, in TryLValueToRValueCast() 1420 bool CStyle, SourceRange OpRange, in TryStaticReferenceDowncast() 1458 bool CStyle, SourceRange OpRange, in TryStaticPointerDowncast() 1492 bool CStyle, SourceRange OpRange, QualType OrigSrcType, in TryStaticDowncast() 1604 QualType DestType, bool CStyle, in TryStaticMemberPointerUpcast() 1754 bool CStyle in TryStaticImplicitCast() local 1777 QualType DestType, bool CStyle, in TryConstCast() 2036 static void checkIntToPointerCast(bool CStyle, const SourceRange &OpRange, in checkIntToPointerCast() 2090 QualType DestType, bool CStyle, in TryReinterpretCast() [all …]
|
D | SemaOverload.cpp | 1326 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()
|
D | SemaExprCXX.cpp | 4056 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
|
/external/llvm-project/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTraverse.h | 414 bool CStyle; variable
|