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
/
CodeGenCXX
/
2003-11-18-PtrMemConstantInitializer.cpp
blob
9cecf48611635f66cfea1fddae68b17e5ced5357
1
// RUN: %clang_cc1 -emit-llvm %s -o -
2
3
struct
Gfx
{
4
void
opMoveSetShowText
();
5
};
6
7
struct
Operator
{
8
void
(
Gfx
::*
func
)();
9
};
10
11
Operator opTab
[] = {
12
{&
Gfx
::
opMoveSetShowText
},
13
};