Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DOpcodes.td338 def GetPtrDerivedPop : Opcode { let Args = [ArgUint32, ArgBool, ArgTypePtr]; }
H A DInterp.h1724 inline bool GetPtrDerivedPop(InterpState &S, CodePtr OpPC, uint32_t Off, in GetPtrDerivedPop() function