We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97df13f + 833ca9a commit fd469ecCopy full SHA for fd469ec
src/ansi-c/clang_builtin_headers.h
@@ -91,4 +91,6 @@ unsigned char __builtin_rotateright8(unsigned char, unsigned char);
91
unsigned short __builtin_rotateright16(unsigned short, unsigned short);
92
unsigned int __builtin_rotateright32(unsigned int, unsigned int);
93
unsigned long long __builtin_rotateright64(unsigned long long, unsigned long long);
94
+
95
+void __builtin_assume(__CPROVER_bool);
96
// clang-format on
0 commit comments