Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp931 bool CStyle in TryStaticCast() local
1098 bool CStyle, CastKind &Kind, CXXCastPath &BasePath, in TryLValueToRValueCast()
1149 bool CStyle, const SourceRange &OpRange, in TryStaticReferenceDowncast()
1187 bool CStyle, const SourceRange &OpRange, in TryStaticPointerDowncast()
1221 bool CStyle, const SourceRange &OpRange, QualType OrigSrcType, in TryStaticDowncast()
1336 QualType DestType, bool CStyle, in TryStaticMemberPointerUpcast()
1481 bool CStyle in TryStaticImplicitCast() local
1504 QualType DestType, bool CStyle, in TryConstCast()
1687 static void checkIntToPointerCast(bool CStyle, SourceLocation Loc, in checkIntToPointerCast()
1714 QualType DestType, bool CStyle, in TryReinterpretCast()
H A DSemaOverload.cpp1086 bool CStyle, in TryUserDefinedConversion()
1181 bool CStyle, in TryImplicitConversion()
1236 bool CStyle, in TryImplicitConversion()
1390 bool CStyle, in IsStandardConversion()
1670 bool CStyle) { in IsTransparentUnionStandardConversion()
2782 bool CStyle, bool &ObjCLifetimeConversion) { in IsQualificationConversion()
2865 bool CStyle) { in tryAtomicConversion()
H A DSemaExprCXX.cpp2706 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast); in PerformImplicitConversion() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h388 bool CStyle; // Print exprs in C-like syntax. variable