Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h170 enum InterfaceKind { NoAlloc, WithAlloc, CopyArray, NewTag }; enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h2437 inline bool CopyArray(InterpState &S, CodePtr OpPC, uint32_t SrcIndex, uint32_t DestIndex, uint32_t… in CopyArray() function