Home
last modified time | relevance | path

Searched refs:flowObj (Results 1 – 18 of 18) sorted by relevance

/dports/textproc/jade/jade-1.2.1/style/
H A DExpression.cxx1225 FlowObj *flowObj = foc_->flowObj(); in compile() local
1226 if (!flowObj) { in compile()
1248 flowObj = applyConstNonInheritedCs(flowObj, interp, env); in compile()
1296 FlowObj *result = flowObj; in applyConstNonInheritedCs()
1303 if (result == flowObj) { in applyConstNonInheritedCs()
1319 FlowObj *flowObj = foc_->flowObj(); in compileNonInheritedCs() local
1320 if (!flowObj) in compileNonInheritedCs()
1350 FlowObj *flowObj = foc_->flowObj(); in unknownStyleKeyword() local
1351 if (!flowObj) in unknownStyleKeyword()
1375 FlowObj *flowObj = foc_->flowObj(); in maybeStyleKeyword() local
[all …]
H A DInsn.cxx1241 CopyFlowObjInsn::CopyFlowObjInsn(FlowObj *flowObj, InsnPtr next) in CopyFlowObjInsn() argument
1242 : flowObj_(flowObj), next_(next) in CopyFlowObjInsn()
1272 FlowObj *flowObj = (FlowObj *)*--tem; in execute() local
1274 *tem++ = new (*vm.interp) SetNonInheritedCsSosofoObj(flowObj, code_, display); in execute()
1306 SetContentInsn::SetContentInsn(const CompoundFlowObj *flowObj, InsnPtr next) in SetContentInsn() argument
1307 : flowObj_(flowObj), next_(next) in SetContentInsn()
1319 SetDefaultContentInsn::SetDefaultContentInsn(const CompoundFlowObj *flowObj, const Location &loc, I… in SetDefaultContentInsn() argument
1320 : flowObj_(flowObj), next_(next), loc_(loc) in SetDefaultContentInsn()
H A DFOTBuilder.cxx2164 : flowObj(fo.copy()->asCompoundExtensionFlowObj()), node(nd) in StartExtensionCall()
2175 flowObj->portNames(portNames); in emit()
2177 fotb.startExtension(*flowObj, node, v); in emit()
2661 void SerialFOTBuilder::startExtension(const CompoundExtensionFlowObj &flowObj, in startExtension() argument
2669 startExtensionSerial(flowObj, nd); in startExtension()
2672 void SerialFOTBuilder::endExtension(const CompoundExtensionFlowObj &flowObj) in endExtension() argument
2675 flowObj.portNames(portNames); in endExtension()
2682 endExtensionSerial(flowObj); in endExtension()
H A DInterpreter.h178 FlowObj *flowObj() const;
722 FlowObj *Identifier::flowObj() const in flowObj() function
H A DSchemeParser.cxx430 if (ident->flowObj()) in doDeclareFlowObjectMacro()
490 MacroFlowObj *flowObj in doDeclareFlowObjectMacro() local
492 interp_->makePermanent(flowObj); in doDeclareFlowObjectMacro()
493 ident->setFlowObj(flowObj); in doDeclareFlowObjectMacro()
H A DProcessContext.cxx644 ::SetNonInheritedCsSosofoObj(FlowObj *flowObj, const InsnPtr &code, ELObj **display) in SetNonInheritedCsSosofoObj() argument
645 : flowObj_(flowObj), code_(code), display_(display) in SetNonInheritedCsSosofoObj()
H A DFOTBuilder.h697 const ExtensionFlowObj *flowObj; member
1271 Owner<FOTBuilder::CompoundExtensionFlowObj> flowObj; member
H A DFlowObj.cxx2869 if (ep->flowObj) { in installExtensionFlowObjectClass()
2871 = ep->flowObj->asCompoundExtensionFlowObj(); in installExtensionFlowObjectClass()
2875 tem = new (*this) ExtensionFlowObj(*ep->flowObj); in installExtensionFlowObjectClass()
H A DInheritedC.cxx1255 RuleC, lookup(makeStringC("rule"))->flowObj(), *this); in installInheritedCs()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DExpression.cxx1261 FlowObj *flowObj = foc_->flowObj(); in compile() local
1262 if (!flowObj) { in compile()
1284 flowObj = applyConstNonInheritedCs(flowObj, interp, env); in compile()
1332 FlowObj *result = flowObj; in applyConstNonInheritedCs()
1339 if (result == flowObj) { in applyConstNonInheritedCs()
1355 FlowObj *flowObj = foc_->flowObj(); in compileNonInheritedCs() local
1356 if (!flowObj) in compileNonInheritedCs()
1388 FlowObj *flowObj = foc_->flowObj(); in unknownStyleKeyword() local
1389 if (!flowObj) in unknownStyleKeyword()
1413 FlowObj *flowObj = foc_->flowObj(); in maybeStyleKeyword() local
[all …]
H A DInsn.cxx1243 CopyFlowObjInsn::CopyFlowObjInsn(FlowObj *flowObj, InsnPtr next) in InheritedC()
1244 : flowObj_(flowObj), next_(next) in InheritedC()
1274 FlowObj *flowObj = (FlowObj *)*--tem; in InheritedC()
1276 *tem++ = new (*vm.interp) SetNonInheritedCsSosofoObj(flowObj, code_, display, vm.currentNode); in InheritedC()
1308 SetContentInsn::SetContentInsn(const CompoundFlowObj *flowObj, InsnPtr next) in InheritedC()
1309 : flowObj_(flowObj), next_(next) in InheritedC()
1339 SetDefaultContentInsn::SetDefaultContentInsn(const CompoundFlowObj *flowObj, const Location &loc, I… in InheritedC()
1340 : flowObj_(flowObj), next_(next), loc_(loc) in InheritedC()
H A DFOTBuilder.cxx2651 : flowObj(fo.copy()->asCompoundExtensionFlowObj()), node(nd)
2662 flowObj->portNames(portNames);
2664 fotb.startExtension(*flowObj, node, v);
3378 void SerialFOTBuilder::startExtension(const CompoundExtensionFlowObj &flowObj,
3386 startExtensionSerial(flowObj, nd);
3389 void SerialFOTBuilder::endExtension(const CompoundExtensionFlowObj &flowObj)
3392 flowObj.portNames(portNames);
3399 endExtensionSerial(flowObj);
H A DInterpreter.h211 FlowObj *flowObj() const; in maxObjSize()
834 FlowObj *Identifier::flowObj() const in maxObjSize()
H A DProcessContext.cxx653 ::SetNonInheritedCsSosofoObj(FlowObj *flowObj, const InsnPtr &code, ELObj **display, const NodePtr … in SetNonInheritedCsSosofoObj() argument
654 : flowObj_(flowObj), code_(code), display_(display), node_(node) in SetNonInheritedCsSosofoObj()
H A DSchemeParser.cxx571 if (ident->flowObj()) in doDeclareFlowObjectMacro()
631 MacroFlowObj *flowObj in doDeclareFlowObjectMacro() local
633 interp_->makePermanent(flowObj); in doDeclareFlowObjectMacro()
634 ident->setFlowObj(flowObj); in doDeclareFlowObjectMacro()
H A DFOTBuilder.h850 const ExtensionFlowObj *flowObj; in symbolName()
1550 Owner<FOTBuilder::CompoundExtensionFlowObj> flowObj; in symbolName()
H A DFlowObj.cxx3054 if (ep->flowObj) {
3056 = ep->flowObj->asCompoundExtensionFlowObj();
3060 tem = new (*this) ExtensionFlowObj(*ep->flowObj);
H A DInheritedC.cxx1325 RuleC, lookup(makeStringC("rule"))->flowObj(), *this);