Home
last modified time | relevance | path

Searched refs:CheckNewTypeMismatch (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DOpcodes.td846 def CheckNewTypeMismatch : Opcode {
H A DInterp.cpp1772 bool CheckNewTypeMismatch(InterpState &S, CodePtr OpPC, const Expr *E, in CheckNewTypeMismatch() function
H A DInterp.h3392 bool CheckNewTypeMismatch(InterpState &S, CodePtr OpPC, const Expr *E,
3398 return CheckNewTypeMismatch(S, OpPC, E, static_cast<uint64_t>(Size)); in CheckNewTypeMismatchArray()