Home
last modified time | relevance | path

Searched defs:CopyArray (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterValuePrinter.cpp55 enum InterfaceKind { NoAlloc, WithAlloc, CopyArray, NewTag }; enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.h3004 inline bool CopyArray(InterpState &S, CodePtr OpPC, uint32_t SrcIndex, in CopyArray() function