Searched refs:CheckCompatibleReinterpretCast (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 1660 void Sema::CheckCompatibleReinterpretCast(QualType SrcType, QualType DestType, in CheckCompatibleReinterpretCast() function in Sema 1901 Self.CheckCompatibleReinterpretCast(SrcType, DestType, in TryReinterpretCast()
|
D | SemaExpr.cpp | 10573 S.CheckCompatibleReinterpretCast(OpOrigType, OpTy, /*IsDereference*/true, in CheckIndirectionOperand()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCast.cpp | 1879 void Sema::CheckCompatibleReinterpretCast(QualType SrcType, QualType DestType, in CheckCompatibleReinterpretCast() function in Sema 2120 Self.CheckCompatibleReinterpretCast(SrcType, DestType, in TryReinterpretCast()
|
D | SemaExpr.cpp | 13551 S.CheckCompatibleReinterpretCast(OpOrigType, OpTy, /*IsDereference*/true, in CheckIndirectionOperand()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4617 void CheckCompatibleReinterpretCast(QualType SrcType, QualType DestType,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 5891 void CheckCompatibleReinterpretCast(QualType SrcType, QualType DestType,
|