| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'data/property/CNE_01100.pro')
| -rw-r--r-- | data/property/CNE_01100.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/property/CNE_01100.pro b/data/property/CNE_01100.pro index ddeb4e3..ad94747 100644 --- a/data/property/CNE_01100.pro +++ b/data/property/CNE_01100.pro @@ -5,15 +5,15 @@ (not (or (and - (string_matches [identifier pt] "i_.*") + (string_matches [identifier pt] "^i_.*") (has_mode pt "in") ) (and - (string_matches [identifier pt] "o_.*") + (string_matches [identifier pt] "^o_.*") (has_mode pt "out") ) (and - (string_matches [identifier pt] "b_.*") + (string_matches [identifier pt] "^b_.*") (has_mode pt "inout") ) ) |


