Searched refs:COND_SCOPE (Results 1 – 4 of 4) sorted by relevance
49 COND_SCOPE = 'The scope for the test node of a conditional statement.' variable in NodeAnno
662 anno.setanno(node, NodeAnno.COND_SCOPE, node_scope)690 anno.setanno(node, NodeAnno.COND_SCOPE, node_scope)
272 anno.getanno(while_node, NodeAnno.COND_SCOPE), ('b',), ())
92 COND_SCOPE = 'The scope for the test node of a conditional statement.' variable in Static