Sign in
cobalt
/
cobalt
/
3cd5432aaed8f14f27f66ade1b51aa71df939492
/
.
/
third_party
/
llvm-project
/
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
)