Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
35b79c2470b74249e5e460dc76b65cd3de360d6c
/
.
/
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
)