Home
last modified time | relevance | path

Searched refs:ConsumerTarget (Results 1 – 25 of 40) sorted by relevance

12

/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DConsumerTarget.java14 public class ConsumerTarget extends Target class
20 public final static ConsumerTarget contextInstance
21 = new ConsumerTarget(null);
23 public ConsumerTarget(Variable consumer) in ConsumerTarget() method in ConsumerTarget
29 public ConsumerTarget(Variable consumer, Type type) in ConsumerTarget() method in ConsumerTarget
35 private ConsumerTarget singleTarget;
38 public ConsumerTarget getSingleTarget() { in getSingleTarget()
45 singleTarget = new ConsumerTarget(consumer, base); in getSingleTarget()
67 ConsumerTarget target = new ConsumerTarget(result, type); in makeContextTarget()
83 if (target instanceof IgnoreTarget || target instanceof ConsumerTarget) in compileUsingConsumer()
[all …]
H A DReferenceExp.java177 if (! (target instanceof ConsumerTarget) in compile()
179 || ! ((ConsumerTarget) target).compileWrite(this, comp)) in compile()
H A DSynchronizedExp.java42 || target instanceof ConsumerTarget) ? null in compile()
H A DApplyExp.java384 && (exp.isTailCall() || target instanceof ConsumerTarget)) in compile()
565 } else if (! (target instanceof ConsumerTarget in finishTrampoline()
571 || ((ConsumerTarget) target).isContextTarget()) { in finishTrampoline()
576 code.emitLoad(((ConsumerTarget) target).getConsumerVariable()); in finishTrampoline()
H A DTryExp.java83 || target instanceof ConsumerTarget || target instanceof IgnoreTarget in compile()
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/xml/
H A DNodeConstructor.java22 ConsumerTarget target); in compileToNode()
86 Compilation comp, ConsumerTarget target) { in compileChild()
127 ConsumerTarget.compileUsingConsumer(exp, comp, target, in compileUsingNodeTree()
147 else if (! (target instanceof ConsumerTarget)) in compile()
151 ConsumerTarget ctarget = (ConsumerTarget) target; in compile()
176 ConsumerTarget xtarget = new ConsumerTarget(xvar); in compile()
H A DSortNodes.java31 if (target instanceof ConsumerTarget in compile()
37 ConsumerTarget.compileUsingConsumer(args[0], comp, target, in compile()
H A DMakeAttribute.java64 ConsumerTarget target) in compileToNode()
66 Variable consumer = ((ConsumerTarget) target).getConsumerVariable(); in compileToNode()
H A DCoerceNodes.java29 ConsumerTarget.compileUsingConsumer(args[0], comp, target, in compile()
H A DUnionNodes.java29 ConsumerTarget.compileUsingConsumer(exp, comp, target, in compile()
H A DMakeText.java60 ConsumerTarget target) { in compileToNode()
H A DMakeWithBaseUri.java48 ConsumerTarget target) in compileToNode()
H A DDocumentConstructor.java48 ConsumerTarget target) in compileToNode()
H A DMakeProcInst.java75 ConsumerTarget target) in compileToNode()
H A DMakeElement.java156 ConsumerTarget target) in compileToNode()
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/functions/
H A DAppendValues.java66 else if (target instanceof ConsumerTarget) { in compile()
79 if (target instanceof ConsumerTarget) { in compile()
84 ConsumerTarget.compileUsingValues(nexp, comp, target); in compile()
H A DValuesMap.java94 || target instanceof ConsumerTarget)) in compile()
96 ConsumerTarget.compileUsingConsumer(exp, comp, target); in compile()
H A DCompileMisc.java638 …code.emitTryStart(false, target instanceof IgnoreTarget || target instanceof ConsumerTarget ? null… in compileCallCC()
652 if (target instanceof ConsumerTarget) in compileCallCC()
871 || blockTarget instanceof ConsumerTarget); in compile()
/dports/lang/kawa/kawa-3.1.1/gnu/xquery/util/
H A DRelativeStep.java116 if (! (target instanceof ConsumerTarget)) in compile()
118 ConsumerTarget.compileUsingConsumer(exp, comp, target); in compile()
151 mtarget = new ConsumerTarget(mconsumer); in compile()
154 tconsumer = ((ConsumerTarget) target).getConsumerVariable(); in compile()
H A DValuesFilter.java130 if (! (target instanceof ConsumerTarget)) in compile()
132 ConsumerTarget.compileUsingConsumer(exp, comp, target); in compile()
H A DCompileMisc.java369 ConsumerTarget ctarget = new ConsumerTarget(consumer); in compileOrderedMap()
/dports/devel/cmake/cmake-3.22.1/Tests/StagingPrefix/
H A DCMakeLists.txt85 add_custom_target(ConsumerTarget ALL DEPENDS ${CMAKE_BINARY_DIR}/ConsumerProject) target
86 add_dependencies(ConsumerTarget ProducerTarget)
93 add_dependencies(StagingPrefix ConsumerTarget)
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/xslt/
H A DApplyTemplates.java61 ConsumerTarget target) { in compileToNode()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DnsHttpTransaction.h68 nsIEventTarget* ConsumerTarget() { return mConsumerTarget; } in ConsumerTarget() function
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DnsHttpTransaction.h99 nsIEventTarget *ConsumerTarget() { return mConsumerTarget; } in ConsumerTarget() function

12