Home
last modified time | relevance | path

Searched refs:ArrayElemPop (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DOpcodes.td369 def ArrayElemPop : Opcode {
H A DInterp.h2992 inline bool ArrayElemPop(InterpState &S, CodePtr OpPC, uint32_t Index) { in ArrayElemPop() function