Home
last modified time | relevance | path

Searched refs:CheckCompatibleReinterpretCast (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Sema/
DSemaCast.cpp1660 void Sema::CheckCompatibleReinterpretCast(QualType SrcType, QualType DestType, in CheckCompatibleReinterpretCast() function in Sema
1901 Self.CheckCompatibleReinterpretCast(SrcType, DestType, in TryReinterpretCast()
DSemaExpr.cpp10573 S.CheckCompatibleReinterpretCast(OpOrigType, OpTy, /*IsDereference*/true, in CheckIndirectionOperand()
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp1879 void Sema::CheckCompatibleReinterpretCast(QualType SrcType, QualType DestType, in CheckCompatibleReinterpretCast() function in Sema
2120 Self.CheckCompatibleReinterpretCast(SrcType, DestType, in TryReinterpretCast()
DSemaExpr.cpp13551 S.CheckCompatibleReinterpretCast(OpOrigType, OpTy, /*IsDereference*/true, in CheckIndirectionOperand()
/external/clang/include/clang/Sema/
DSema.h4617 void CheckCompatibleReinterpretCast(QualType SrcType, QualType DestType,
/external/llvm-project/clang/include/clang/Sema/
DSema.h5891 void CheckCompatibleReinterpretCast(QualType SrcType, QualType DestType,