Home | History | Annotate | Download | only in ltrace

Lines Matching refs:kind

29 expr_init_common(struct expr_node *node, enum expr_node_kind kind)
31 node->kind = kind;
142 switch (node->kind) {
170 assert(!"Invalid value of node kind");
193 switch (node->kind) {
237 if (node->kind == EXPR_OP_CALL2
249 assert(!"Invalid value of node kind");
256 return node->kind == EXPR_OP_CONST;
343 switch (node->kind) {
380 assert(!"Unknown node kind.");