Lines Matching defs:ops
7600 /// @param ops the array of the dwarf expression operations to consider.
7602 /// @param ops_len the lengths of @p ops array above.
7604 /// @param index the index of the operation to interpret, in @p ops.
7615 op_pushes_constant_value(Dwarf_Op* ops,
7623 Dwarf_Op& op = ops[index];
7629 value = ops[index].number;
7642 value = ops[index].number;
7764 /// @param ops the array of the dwarf expression operations to consider.
7766 /// @param ops_len the lengths of @p ops array above.
7768 /// @param index the index of the operation to interpret, in @p ops.
7779 op_pushes_non_constant_value(Dwarf_Op* ops,
7786 Dwarf_Op& op = ops[index];
7892 /// @param expr_len the lengths of @p ops array above.
7894 /// @param index the index of the operation to interpret, in @p ops.