FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gnu.cfg: Add __builtin_ctz by kronus-ed · Pull Request #8721 · cppcheck-opensource/cppcheck · GitHub

Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .cfg  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
5 changes: 4 additions & 1 deletion cfg/gnu.cfg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,10 @@
<!-- int __builtin_ffsl (long) -->
<!-- int __builtin_ffsll (long long) -->
<!-- int __builtin_clz (unsigned int x) -->
<function name="__builtin_popcount,__builtin_parity,__builtin_ffs,__builtin_ffsl,__builtin_ffsll,__builtin_clz">
<!-- int __builtin_ctz (unsigned int x) -->
<!-- int __builtin_ctzl (unsigned long x) -->
<!-- int __builtin_ctzll (unsigned long long x) -->
<function name="__builtin_popcount,__builtin_parity,__builtin_ffs,__builtin_ffsl,__builtin_ffsll,__builtin_clz,__builtin_ctz,__builtin_ctzl,__builtin_ctzll">
<noreturn>false</noreturn>
<returnValue type="int"/>
<use-retval/>
Expand Down
Loading

Back | FazBrowse Home | New Git URL