Home
last modified time | relevance | path

Searched refs:trace_collection (Results 1 – 25 of 74) sorted by relevance

123

/dports/devel/nuitka/Nuitka-0.6.17/nuitka/nodes/
H A DExpressionBases.py154 def onRelease(self, trace_collection): argument
302 trace_collection.removeKnowledge(self)
322 trace_collection.removeKnowledge(self)
336 self.onContentEscapes(trace_collection)
383 self.onContentEscapes(trace_collection)
651 def onContentEscapes(trace_collection): argument
1089 trace_collection.signalChange(
1131 return self.computeExpression(trace_collection=trace_collection)
1199 return self.computeExpression(trace_collection=trace_collection)
1392 trace_collection=trace_collection, given_values=()
[all …]
H A DVariableRefNodes.py135 def onContentEscapes(self, trace_collection): argument
174 trace_collection.onControlFlowEscape(self)
183 trace_collection.onControlFlowEscape(self)
249 trace_collection
253 trace_collection.signalChange(
263 trace_collection.removeKnowledge(self)
291 trace_collection
295 trace_collection.signalChange(
342 trace_collection.signalChange(
542 self.onContentEscapes(trace_collection)
[all …]
H A DLocalsDictNodes.py71 def computeExpressionRaw(self, trace_collection): argument
79 trace_collection.signalChange(
105 trace_collection.signalChange(
135 trace_collection.onControlFlowEscape(self)
245 trace_collection=trace_collection, variable_name=variable_name
273 trace_collection.signalChange(
376 def computeStatement(self, trace_collection): argument
381 trace_collection=trace_collection, variable_name=variable_name
404 trace_collection=trace_collection
477 def computeStatement(self, trace_collection): argument
[all …]
H A DAttributeNodes.py77 def computeStatement(self, trace_collection): argument
79 trace_collection=trace_collection
89 trace_collection=trace_collection,
124 def computeStatement(self, trace_collection): argument
126 trace_collection=trace_collection
135 trace_collection=trace_collection,
167 def computeExpression(self, trace_collection): argument
171 trace_collection=trace_collection,
197 def computeExpression(self, trace_collection): argument
201 trace_collection=trace_collection,
[all …]
H A DBuiltinIteratorNodes.py46 def computeExpression(self, trace_collection): argument
47 trace_collection.initIteratorValue(self)
51 iter_node=self, trace_collection=trace_collection
80 self.onContentEscapes(trace_collection)
83 trace_collection.onControlFlowEscape(self)
148 def onRelease(self, trace_collection): argument
184 def computeStatement(self, trace_collection): argument
274 def computeExpression(self, trace_collection): argument
287 def computeExpression(self, trace_collection): argument
291 iter_node=self, trace_collection=trace_collection
[all …]
H A DBuiltinTypeNodes.py68 def computeExpression(self, trace_collection): argument
73 trace_collection=trace_collection, given_values=()
78 trace_collection=trace_collection, given_values=(value,)
84 trace_collection=trace_collection, given_values=(value,)
141 def computeExpression(self, trace_collection): argument
143 float_node=self, trace_collection=trace_collection
155 def computeExpression(self, trace_collection): argument
194 def computeExpression(self, trace_collection): argument
205 trace_collection.onControlFlowEscape(self)
208 trace_collection=trace_collection, given_values=tuple(args)
[all …]
H A DContainerOperationNodes.py42 def computeStatement(self, trace_collection): argument
44 trace_collection=trace_collection
51 trace_collection.removeKnowledge(self.subnode_list_arg)
69 def computeExpression(self, trace_collection): argument
71 trace_collection.removeKnowledge(self.subnode_list_arg)
90 def computeExpression(self, trace_collection): argument
92 trace_collection.onExceptionRaiseExit(IndexError)
113 def computeStatement(self, trace_collection): argument
115 trace_collection=trace_collection
121 trace_collection.removeKnowledge(self.subnode_set_arg)
[all …]
H A DSliceNodes.py67 def computeStatement(self, trace_collection): argument
133 trace_collection=trace_collection,
149 def computeStatement(self, trace_collection): argument
194 set_node=self, lower=lower, upper=upper, trace_collection=trace_collection
214 def computeExpression(self, trace_collection): argument
221 trace_collection=trace_collection,
299 def computeExpression(self, trace_collection): argument
319 trace_collection=trace_collection,
347 def computeExpression(self, trace_collection): argument
362 trace_collection=trace_collection,
[all …]
H A DDictionaryNodes.py80 def computeExpression(self, trace_collection): argument
121 def onContentEscapes(self, trace_collection): argument
189 def computeExpression(self, trace_collection): argument
336 def onContentEscapes(self, trace_collection): argument
357 def computeStatement(self, trace_collection): argument
359 trace_collection=trace_collection
418 def computeStatement(self, trace_collection): argument
420 trace_collection=trace_collection
463 def computeExpression(self, trace_collection): argument
489 def computeStatement(self, trace_collection): argument
[all …]
H A DImportNodes.py473 trace_collection=trace_collection,
508 trace_collection=trace_collection,
539 trace_collection=trace_collection,
552 def _addUsedModules(self, trace_collection): argument
555 trace_collection.onUsedModule(
561 trace_collection.onUsedModule(
568 trace_collection.onUsedModule(
578 self._addUsedModules(trace_collection)
603 trace_collection=trace_collection, module_name=imported_module_name
720 trace_collection.removeAllKnowledge()
[all …]
H A DSubscriptNodes.py43 def computeStatement(self, trace_collection): argument
45 trace_collection=trace_collection
55 trace_collection=trace_collection,
75 def computeStatement(self, trace_collection): argument
77 trace_collection=trace_collection
86 trace_collection=trace_collection,
106 def computeExpression(self, trace_collection): argument
110 trace_collection=trace_collection,
H A DExecEvalNodes.py51 def computeExpression(self, trace_collection): argument
71 def computeExpression(self, trace_collection): argument
160 def computeStatement(self, trace_collection): argument
176 globals_arg = trace_collection.onExpression(
195 locals_arg = trace_collection.onExpression(
214 trace_collection.onExceptionRaiseExit(BaseException)
251 def computeStatement(self, trace_collection): argument
253 trace_collection=trace_collection
267 trace_collection.removeAllKnowledge()
298 def computeExpression(self, trace_collection): argument
[all …]
H A DLoopNodes.py113 def _computeLoopBody(self, trace_collection): argument
211 trace_collection.resetValueStates()
214 trace_collection=trace_collection
285 trace_collection.signalChange(
296 trace_collection.signalChange(
307 def computeStatement(self, trace_collection): argument
309 trace_collection = TraceCollectionBranch(parent=trace_collection, name="loop")
312 trace_collection
339 trace_collection.signalChange(
412 trace_collection.onLoopContinue()
[all …]
H A DTypeNodes.py47 def computeExpression(self, trace_collection): argument
101 def computeExpressionDrop(self, statement, trace_collection): argument
138 def computeExpression(self, trace_collection): argument
139 trace_collection.onExceptionRaiseExit(BaseException)
159 def computeExpression(self, trace_collection): argument
160 trace_collection.onExceptionRaiseExit(BaseException)
178 def computeExpression(self, trace_collection): argument
186 trace_collection.onExceptionRaiseExit(BaseException)
193 trace_collection.onExceptionRaiseExit(BaseException)
219 def computeExpression(self, trace_collection): argument
[all …]
H A DCallNodes.py50 def computeExpression(self, trace_collection): argument
57 trace_collection=trace_collection,
79 def computeExpression(self, trace_collection): argument
86 trace_collection=trace_collection,
111 def computeExpression(self, trace_collection): argument
118 trace_collection=trace_collection,
142 def computeExpression(self, trace_collection): argument
149 trace_collection=trace_collection,
H A DBuiltinSumNodes.py39 def computeBuiltinSpec(self, trace_collection, given_values): argument
43 trace_collection.onExceptionRaiseExit(BaseException)
49 return trace_collection.getCompileTimeComputationResult(
67 def computeExpression(self, trace_collection): argument
72 trace_collection=trace_collection, given_values=(sequence,)
89 def computeExpression(self, trace_collection): argument
95 trace_collection=trace_collection, given_values=(sequence, start)
H A DExceptionNodes.py87 def computeStatement(self, trace_collection): argument
88 exception_type = trace_collection.onExpression(
113 exception_value = trace_collection.onExpression(
131 exception_trace = trace_collection.onExpression(
192 def computeStatement(self, trace_collection): argument
235 def computeExpression(self, trace_collection): argument
280 def computeExpression(self, trace_collection): argument
315 def computeExpression(self, trace_collection): argument
351 def computeExpressionRaw(self, trace_collection): argument
362 def computeExpressionRaw(self, trace_collection): argument
[all …]
H A DBuiltinRangeNodes.py154 def computeExpression(self, trace_collection): argument
158 trace_collection=trace_collection, given_values=(low,)
211 def computeExpression(self, trace_collection): argument
218 trace_collection=trace_collection, given_values=(low, high)
291 def computeExpression(self, trace_collection): argument
297 trace_collection=trace_collection, given_values=(low, high, step)
474 def computeExpression(self, trace_collection): argument
479 trace_collection=trace_collection, given_values=(low,)
520 def computeExpression(self, trace_collection): argument
525 trace_collection=trace_collection, given_values=(low, high)
[all …]
H A DConditionalNodes.py60 def computeExpressionRaw(self, trace_collection): argument
80 condition.computeExpressionBool(trace_collection)
128 trace_collection.replaceBranch(branch_yes_collection)
130 trace_collection.replaceBranch(branch_no_collection)
154 def computeExpressionDrop(self, statement, trace_collection): argument
240 def computeExpressionRaw(self, trace_collection): argument
276 parent=trace_collection,
490 def computeStatement(self, trace_collection): argument
512 condition.computeExpressionBool(trace_collection)
541 trace_collection.signalChange(
[all …]
H A DGlobalsLocalsNodes.py42 def computeExpressionRaw(self, trace_collection): argument
92 def computeExpressionRaw(self, trace_collection): argument
96 trace_collection.onLocalsDictEscaped(self.locals_scope)
112 def computeExpressionRaw(self, trace_collection): argument
130 new_result = result.computeExpressionRaw(trace_collection)
140 trace_collection.onLocalsUsage(locals_scope=self.locals_scope)
148 def computeExpressionRaw(self, trace_collection): argument
151 self.variable_traces = trace_collection.onLocalsUsage(
209 def computeExpression(self, trace_collection): argument
214 trace_collection.onControlFlowEscape(self)
[all …]
H A DBuiltinIntegerNodes.py58 def computeExpression(self, trace_collection): argument
60 int_node=self, trace_collection=trace_collection
93 def computeExpression(self, trace_collection): argument
100 return trace_collection.getCompileTimeComputationResult(
113 trace_collection=trace_collection, given_values=given_values
143 def computeExpression(self, trace_collection): argument
145 long_node=self, trace_collection=trace_collection
H A DPrintNodes.py48 def computeStatement(self, trace_collection): argument
49 dest = trace_collection.onExpression(
54 trace_collection.onExceptionRaiseExit(BaseException)
68 value = trace_collection.onExpression(expression=self.subnode_value)
71 trace_collection.onExceptionRaiseExit(BaseException)
93 trace_collection.onExceptionRaiseExit(BaseException)
142 def computeStatement(self, trace_collection): argument
143 dest = trace_collection.onExpression(
148 trace_collection.onExceptionRaiseExit(BaseException)
162 trace_collection.onExceptionRaiseExit(BaseException)
H A DOperatorNodesUnary.py40 def computeExpression(self, trace_collection): argument
47 return trace_collection.getCompileTimeComputationResult(
55 trace_collection.onExceptionRaiseExit(BaseException)
63 trace_collection.onControlFlowEscape(self)
90 def computeExpression(self, trace_collection): argument
92 repr_node=self, trace_collection=trace_collection
185 def computeExpression(self, trace_collection): argument
187 not_node=self, trace_collection=trace_collection
240 def computeExpression(self, trace_collection): argument
242 abs_node=self, trace_collection=trace_collection
H A DStatementNodes.py150 def computeStatement(self, trace_collection): argument
154 def computeStatementsSequence(self, trace_collection): argument
163 new_statement = statement.computeStatementsSequence(trace_collection)
165 new_statement = trace_collection.onStatement(statement=statement)
180 trace_collection.signalChange(
222 def computeStatement(self, trace_collection): argument
226 trace_collection.onExceptionRaiseExit(BaseException)
229 statement=self, trace_collection=trace_collection
264 def computeStatement(self, trace_collection): argument
305 def computeStatement(self, trace_collection): argument
[all …]
H A DOutlineNodes.py95 def computeExpressionRaw(self, trace_collection): argument
105 abort_context = trace_collection.makeAbortStackContext(
115 result = body.computeStatementsSequence(trace_collection=trace_collection)
121 return_collections = trace_collection.getFunctionReturnCollections()
124 trace_collection.mergeMultipleBranches(return_collections)
223 def computeExpressionRaw(self, trace_collection): argument
226 trace_collection.addOutlineFunction(self)
228 abort_context = trace_collection.makeAbortStackContext(
238 result = body.computeStatementsSequence(trace_collection=trace_collection)
244 return_collections = trace_collection.getFunctionReturnCollections()
[all …]

123