Home
last modified time | relevance | path

Searched refs:is_const_literal (Results 1 – 3 of 3) sorted by relevance

/dports/lang/ptoc/ptoc/
H A Dtpexpr.cxx144 } else if (low_expr != NULL && low_expr->is_const_literal()) { in set_dim()
205 if (high_expr->is_const_literal()) { in insert_length()
H A Dtrnod.cxx1809 && ((op_node*)e)->right->is_const_literal()) in translate()
1820 && ((op_node*)e)->right->is_const_literal()) in translate()
1827 && ((op_node*)e)->left->is_const_literal()) in translate()
1832 else if (arr_type->base != -1 && e->is_const_literal()) in translate()
3289 if (width->is_const_literal() && prec->is_const_literal()) { in translate()
3298 if (width->is_const_literal()) { in translate()
4764 if (low->is_const_literal()) { in translate()
4769 if (high->is_const_literal()) { in translate()
H A Dtrnod.h492 bool is_const_literal() { in is_const_literal() function