Searched refs:PUSH_OP (Results 1 – 1 of 1) sorted by relevance
174 cpq_operation op_data(value, PUSH_OP); in push()227 enum operation_type {INVALID_OP, PUSH_OP, POP_OP, PUSH_RVALUE_OP}; enumerator289 … __TBB_ASSERT(tmp->type == PUSH_OP || tmp->type == PUSH_RVALUE_OP, "Unknown operation"); in handle_operations()294 if (tmp->type == PUSH_OP) { in handle_operations()