Changeset fc81981 in mainline for tools/checkers/vcc.h


Ignore:
Timestamp:
2010-06-25T14:49:42Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
decfbe56
Parents:
33c4f72
Message:

add and improve annotations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/checkers/vcc.h

    r33c4f72 rfc81981  
    5454__specification(typedef void * \object;)
    5555__specification(typedef __int64 \integer;)
     56__specification(typedef unsigned __int64 \size_t;)
    5657
    5758__specification_type(objset)
     
    6667
    6768__specification(bool \extent_mutable(\object);)
     69__specification(\objset \extent(\object);)
     70__specification(\objset \array_range(\object, \size_t);)
     71__specification(bool \mutable_array(\object, \size_t);)
    6872
    6973#endif
Note: See TracChangeset for help on using the changeset viewer.