pub type pm_flip_flop_node_t = pm_flip_flop_node;Expand description
FlipFlopNode
Represents the use of the .. or ... operators to create flip flops.
baz if foo .. bar
^^^^^^^^^^Type: ::PM_FLIP_FLOP_NODE
Flags (#pm_range_flags):
- ::PM_RANGE_FLAGS_EXCLUDE_END
@extends pm_node_t
Aliased Type§
#[repr(C)]pub struct pm_flip_flop_node_t {
pub base: pm_node,
pub left: *mut pm_node,
pub right: *mut pm_node,
pub operator_loc: pm_location_t,
}Fields§
§base: pm_nodeThe embedded base node.
left: *mut pm_nodeFlipFlopNode#left
right: *mut pm_nodeFlipFlopNode#right
operator_loc: pm_location_tFlipFlopNode#operator_loc