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.h
blob
4717ff2a52a28b82494b11d01e025dd78a01c03a
1
int
i
;
2
int
*
p
= &
i
;
3
4
void
use_constant_string_builtins
(
void
) {
5
(
void
)
__builtin___CFStringMakeConstantString
(
""
);
6
(
void
)
__builtin___NSStringMakeConstantString
(
""
);
7
}