Skip to main content

instr_ok_to_mangle

Function instr_ok_to_mangle 

Source
pub unsafe extern "C" fn instr_ok_to_mangle(
    instr: *mut instr_t,
) -> bool_
Expand description

Return true iff \p instr is not a meta-instruction (see instr_set_app() for more information).

\deprecated instr_is_app()/instr_is_meta() should be used instead.