Function roup_clause_reduction_operator

Source
#[no_mangle]
pub extern "C" fn roup_clause_reduction_operator(
    clause: *const OmpClause,
) -> i32
Expand description

Get reduction operator from reduction clause.

Returns -1 if clause is NULL or not a reduction clause.