Home
last modified time | relevance | path

Searched refs:RetVoid (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DOpcodes.td176 def RetVoid : Opcode {
H A DInterpBuiltin.cpp161 return RetVoid(S, OpPC, Result); in retPrimValue()
H A DInterp.h243 inline bool RetVoid(InterpState &S, CodePtr &PC, APValue &Result) { in RetVoid() function