Home
last modified time | relevance | path

Searched refs:ETR_EXPRESSION (Results 1 – 13 of 13) sorted by relevance

/dports/biology/wise/wise2.4.1/src/dyc/
H A Dexprtree.dy20 ETR_EXPRESSION - has potentially any number of children, but
26 be an ETR_EXPRESSION
61 ETR_EXPRESSION,
168 case ETR_EXPRESSION : strcat(buffer,"(");
231 case ETR_EXPRESSION : printf("Expression (");
463 out->type = ETR_EXPRESSION;
H A Ddynadebug.c36 if( root->child[0]->type != ETR_EXPRESSION ) { in build_ExprSet()
57 if( t->type != ETR_EXPRESSION ) { in descend_ExprTree_for_ExprSet()
62 if( t->child[0]->type == ETR_EXPRESSION ) { in descend_ExprTree_for_ExprSet()
70 if( t->child[2]->type == ETR_EXPRESSION ) { in descend_ExprTree_for_ExprSet()
H A Ddynadebug.dy48 if( root->child[0]->type != ETR_EXPRESSION ) {
68 if( t->type != ETR_EXPRESSION ) {
73 if( t->child[0]->type == ETR_EXPRESSION ) {
81 if( t->child[2]->type == ETR_EXPRESSION ) {
H A Dexprtree.c79 case ETR_EXPRESSION : strcat(buffer,"("); in strcat_ExprTree()
143 case ETR_EXPRESSION : printf("Expression ("); in print_ExprTree()
387 out->type = ETR_EXPRESSION; in new_ExprTree_binary_expr()
H A Doptimiser.dy195 if( start->type == ETR_EXPRESSION || start->type == ETR_METHOD )
199 if( start->parent->type == ETR_EXPRESSION || start->parent->type == ETR_STATEMENT) {
218 /* fprintf(stderr,"Looking at expression %d... to %d\n",start->type,ETR_EXPRESSION); */
H A Dcompugen.h86 ((tree->type == ETR_EXPRESSION) && (tree->nochild == 3) && \
H A Dexprtree.h63 ETR_EXPRESSION, enumerator
H A Doptimiser.c225 if( start->type == ETR_EXPRESSION || start->type == ETR_METHOD ) in should_store_ExprTree_cse()
229 if( start->parent->type == ETR_EXPRESSION || start->parent->type == ETR_STATEMENT) { in should_store_ExprTree_cse()
H A Dtype.c164 case ETR_EXPRESSION : in type_from_ExprTree()
246 case ETR_EXPRESSION : strcat(buffer,"("); in strcat_ExprTree_Scoped()
H A Ddy2om.dy251 case ETR_EXPRESSION :
290 /** end of ETR_EXPRESSION **/
H A Dtype.dy189 case ETR_EXPRESSION :
258 case ETR_EXPRESSION : strcat(buffer,"(");
H A Ddy2om.c198 case ETR_EXPRESSION : in descend_ExprTree_Cugen()
H A Dcompugen.c820 return ( (tree->type == ETR_EXPRESSION) && in is_diff()