Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
96dae81d7fe7570f97d8fbe03c02e145173f801c
/
.
/
clang
/
test
/
Modules
/
Inputs
/
builtin_sub.h
blob: 5752ef984e94f27e8736eedb815de3829faf8220 [
file
] [
log
] [
blame
]
int
getBos1
(
void
)
{
return
__builtin_object_size
(
p
,
0
);
}
#define
IS_CONST
(
x
)
__builtin_constant_p
(
x
)