Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DOpcodes.td196 def CallVirt : Opcode {
H A DInterp.h1915 inline bool CallVirt(InterpState &S, CodePtr OpPC, const Function *Func) { in CallVirt() function
1976 return CallVirt(S, OpPC, F); in CallPtr()