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
[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git]
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
lang
/
mixed
/
foo.cpp
blob
8a5a6a2b541600ff796dd2f3eca87e2d55cae9c0
1
namespace
ns
{
2
int
func
(
void
)
3
{
4
return
0
;
5
}
6
}
7
8
extern
"C"
int
foo
(
void
)
9
{
10
return
ns
::
func
();
11
}