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