Home
last modified time | relevance | path

Searched refs:ApplyPrimitiveObj (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.cxx450 ApplyPrimitiveObj::ApplyPrimitiveObj() in ApplyPrimitiveObj() function in DSSSL_NAMESPACE::ApplyPrimitiveObj
455 const Signature ApplyPrimitiveObj::signature_ = { 2, 0, 1 };
457 const Insn *ApplyPrimitiveObj::call(VM &vm, const Location &loc, in call()
466 bool ApplyPrimitiveObj::shuffle(VM &vm, const Location &loc) in shuffle()
496 const Insn *ApplyPrimitiveObj::tailCall(VM &vm, const Location &loc, in tailCall()
H A DInsn.h374 class ApplyPrimitiveObj : public FunctionObj {
376 ApplyPrimitiveObj();
H A Dprimitive.cxx4402 FunctionObj *apply = new (*this) ApplyPrimitiveObj; in installPrimitives()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn.cxx452 ApplyPrimitiveObj::ApplyPrimitiveObj() in InheritedC()
457 const Signature ApplyPrimitiveObj::signature_ = { 2, 0, 1 }; in InheritedC()
459 const Insn *ApplyPrimitiveObj::call(VM &vm, const Location &loc, in InheritedC()
468 bool ApplyPrimitiveObj::shuffle(VM &vm, const Location &loc) in InheritedC()
498 const Insn *ApplyPrimitiveObj::tailCall(VM &vm, const Location &loc, in InheritedC()
H A DInsn.h374 class ApplyPrimitiveObj : public FunctionObj {
376 ApplyPrimitiveObj();
H A Dprimitive.cxx5340 FunctionObj *apply = new (*this) ApplyPrimitiveObj;