/dports/lang/kawa/kawa-3.1.1/gnu/expr/ |
H A D | ConsumerTarget.java | 14 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 D | ReferenceExp.java | 177 if (! (target instanceof ConsumerTarget) in compile() 179 || ! ((ConsumerTarget) target).compileWrite(this, comp)) in compile()
|
H A D | SynchronizedExp.java | 42 || target instanceof ConsumerTarget) ? null in compile()
|
H A D | ApplyExp.java | 384 && (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 D | TryExp.java | 83 || target instanceof ConsumerTarget || target instanceof IgnoreTarget in compile()
|
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/xml/ |
H A D | NodeConstructor.java | 22 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 D | SortNodes.java | 31 if (target instanceof ConsumerTarget in compile() 37 ConsumerTarget.compileUsingConsumer(args[0], comp, target, in compile()
|
H A D | MakeAttribute.java | 64 ConsumerTarget target) in compileToNode() 66 Variable consumer = ((ConsumerTarget) target).getConsumerVariable(); in compileToNode()
|
H A D | CoerceNodes.java | 29 ConsumerTarget.compileUsingConsumer(args[0], comp, target, in compile()
|
H A D | UnionNodes.java | 29 ConsumerTarget.compileUsingConsumer(exp, comp, target, in compile()
|
H A D | MakeText.java | 60 ConsumerTarget target) { in compileToNode()
|
H A D | MakeWithBaseUri.java | 48 ConsumerTarget target) in compileToNode()
|
H A D | DocumentConstructor.java | 48 ConsumerTarget target) in compileToNode()
|
H A D | MakeProcInst.java | 75 ConsumerTarget target) in compileToNode()
|
H A D | MakeElement.java | 156 ConsumerTarget target) in compileToNode()
|
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/functions/ |
H A D | AppendValues.java | 66 else if (target instanceof ConsumerTarget) { in compile() 79 if (target instanceof ConsumerTarget) { in compile() 84 ConsumerTarget.compileUsingValues(nexp, comp, target); in compile()
|
H A D | ValuesMap.java | 94 || target instanceof ConsumerTarget)) in compile() 96 ConsumerTarget.compileUsingConsumer(exp, comp, target); in compile()
|
H A D | CompileMisc.java | 638 …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 D | RelativeStep.java | 116 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 D | ValuesFilter.java | 130 if (! (target instanceof ConsumerTarget)) in compile() 132 ConsumerTarget.compileUsingConsumer(exp, comp, target); in compile()
|
H A D | CompileMisc.java | 369 ConsumerTarget ctarget = new ConsumerTarget(consumer); in compileOrderedMap()
|
/dports/devel/cmake/cmake-3.22.1/Tests/StagingPrefix/ |
H A D | CMakeLists.txt | 85 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 D | ApplyTemplates.java | 61 ConsumerTarget target) { in compileToNode()
|
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/ |
H A D | nsHttpTransaction.h | 68 nsIEventTarget* ConsumerTarget() { return mConsumerTarget; } in ConsumerTarget() function
|
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/ |
H A D | nsHttpTransaction.h | 99 nsIEventTarget *ConsumerTarget() { return mConsumerTarget; } in ConsumerTarget() function
|