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.
1 parent c498038 commit ccc2032Copy full SHA for ccc2032
src/ansi-c/compiler_headers/gcc_builtin_headers_generic.h
@@ -44,6 +44,7 @@ long __builtin_expect_with_probability(long, long, double);
44
void __builtin_clear_padding();
45
void __builtin_speculation_safe_value();
46
void* __builtin_speculation_safe_value_ptr(void*, ...);
47
+_Bool __builtin_is_constant_evaluated(void);
48
49
void* __builtin_dwarf_cfa();
50
unsigned __builtin_dwarf_sp_column();
0 commit comments