Changes between Version 9 and Version 10 of Library_IR


Ignore:
Timestamp:
12/11/15 13:10:10 (10 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Library_IR

    v9 v10  
    5656* `fun[lib="pointer"] $set_leaf_nodes(obj: Pointer, value: Integer)`
    5757 * sets leaf nodes with the given value
    58 * `fun[lib="pointer"] $is_identity_ref(obj: Pointer)`
    59  * checks if the given pointer is pointing to a variable
     58* `fun[lib="pointer"] $is_identity_ref(ptr: Pointer): Bool`
     59 * checks if the given pointer is pointing to a variable, i.e., the pointer is NOT pointing to a sub-component of a variable
    6060* `fun[lib="pointer"] $leaf_nodes_equal_to(obj: Pointer, value: Integer)`
    6161 * checks if the leaf nodes of the given object are equal to the given integer value