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
/
StdDef
/
size_t.h
blob
9ac61c5e0d7c46ea9bb1e1d172dff8eb02328a10
1
#ifndef _SIZE_T
2
#define _SIZE_T
3
typedef
__SIZE_TYPE__
size_t
;
4
#endif