Searched refs:CStyle (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 215 QualType DestType, bool CStyle, 220 QualType DestType, bool CStyle, 226 QualType DestType, bool CStyle, 232 CanQualType DestType, bool CStyle, 240 QualType DestType,bool CStyle, 260 QualType DestType, bool CStyle, 263 QualType DestType, bool CStyle, 267 QualType DestType, bool CStyle, 1283 bool CStyle in TryStaticCast() local 1306 tcr = TryStaticReferenceDowncast(Self, SrcExpr.get(), DestType, CStyle, in TryStaticCast() [all …]
|
| H A D | SemaOverload.cpp | 89 bool CStyle, 96 bool CStyle); 1431 bool CStyle, in TryUserDefinedConversion() argument 1534 bool CStyle, in TryImplicitConversion() argument 1539 ICS.Standard, CStyle, AllowObjCWritebackConversion)){ in TryImplicitConversion() 1579 AllowExplicit, InOverloadResolution, CStyle, in TryImplicitConversion() 1589 bool CStyle, in TryImplicitConversion() argument 1592 AllowExplicit, InOverloadResolution, CStyle, in TryImplicitConversion() 1729 bool InOverloadResolution, bool CStyle) { in IsVectorConversion() argument 1774 !InOverloadResolution && !CStyle) { in IsVectorConversion() [all …]
|
| H A D | SemaExprCXX.cpp | 4270 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast); in PerformImplicitConversion() local 4511 if (CheckPointerConversion(From, NewToType, Kind, BasePath, CStyle)) in PerformImplicitConversion() 4531 if (CheckMemberPointerConversion(From, ToType, Kind, BasePath, CStyle)) in PerformImplicitConversion() 4565 From->getSourceRange(), &BasePath, CStyle)) in PerformImplicitConversion()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTraverse.h | 414 bool CStyle; variable 418 : Verbose(V), Cleanup(C), CStyle(CS) {} in Verbose() 633 if (CStyle && V->kind() == Variable::VK_SFun) 709 if (CStyle) { in printProject() 727 if (CStyle && E->isArrow()) in printProject() 753 if (!CStyle) in printLoad() 788 if (!CStyle) { in printCast() 902 if (CStyle) { in printIfThenElse()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 3779 bool CStyle, 3816 bool CStyle, bool &ObjCLifetimeConversion);
|