Searched refs:CheckBitcastType (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpBuiltinBitCast.cpp | 173 static bool CheckBitcastType(InterpState &S, CodePtr OpPC, QualType T, in CheckBitcastType() function 211 if (!CheckBitcastType(S, OpPC, BS.getType(), IsToType)) in CheckBitcastType() 218 if (!CheckBitcastType(S, OpPC, FD->getType(), IsToType)) in CheckBitcastType() 224 !CheckBitcastType(S, OpPC, S.getASTContext().getBaseElementType(T), in CheckBitcastType() 339 if (!CheckBitcastType(S, OpPC, DataType, /*IsToType=*/false)) in DoBitCast() 377 if (!CheckBitcastType(S, OpPC, ToType, /*IsToType=*/true)) in DoBitCastPtr() 379 if (!CheckBitcastType(S, OpPC, FromType, /*IsToType=*/false)) in DoBitCastPtr()
|