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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
SemaCXX
/
Inputs
/
malloc.h
blob
c54d6215017b769a9f8b0917bce297138425567a
1
extern
"C"
{
2
extern
void
*
malloc
(
__SIZE_TYPE__ __size
)
throw
()
__attribute__
((
__malloc__
)) ;
3
}