CBMC
Loading...
Searching...
No Matches
windows_builtin_headers.h
Go to the documentation of this file.
1// clang-format off
2int __assume(int);
3unsigned short __lzcnt16(unsigned short value);
4unsigned int __lzcnt(unsigned int value);
5unsigned __int64 __lzcnt64(unsigned __int64 value);
6// clang-format on
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition ai.h:562
int __assume(int)
unsigned int __lzcnt(unsigned int value)
unsigned short __lzcnt16(unsigned short value)
unsigned __int64 __lzcnt64(unsigned __int64 value)