repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
builtin_sub.h
blob
5752ef984e94f27e8736eedb815de3829faf8220
1
int
getBos1
(
void
) {
2
return
__builtin_object_size
(
p
,
0
);
3
}
4
5
#define IS_CONST(x) __builtin_constant_p(x)