Searched refs:ETR_EXPRESSION (Results 1 – 13 of 13) sorted by relevance
/dports/biology/wise/wise2.4.1/src/dyc/ |
H A D | exprtree.dy | 20 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 D | dynadebug.c | 36 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 D | dynadebug.dy | 48 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 D | exprtree.c | 79 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 D | optimiser.dy | 195 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 D | compugen.h | 86 ((tree->type == ETR_EXPRESSION) && (tree->nochild == 3) && \
|
H A D | exprtree.h | 63 ETR_EXPRESSION, enumerator
|
H A D | optimiser.c | 225 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 D | type.c | 164 case ETR_EXPRESSION : in type_from_ExprTree() 246 case ETR_EXPRESSION : strcat(buffer,"("); in strcat_ExprTree_Scoped()
|
H A D | dy2om.dy | 251 case ETR_EXPRESSION : 290 /** end of ETR_EXPRESSION **/
|
H A D | type.dy | 189 case ETR_EXPRESSION : 258 case ETR_EXPRESSION : strcat(buffer,"(");
|
H A D | dy2om.c | 198 case ETR_EXPRESSION : in descend_ExprTree_Cugen()
|
H A D | compugen.c | 820 return ( (tree->type == ETR_EXPRESSION) && in is_diff()
|