OpenGrok
Cross Reference: instrprof-icall-promo.h
xref
: /
external
/
compiler-rt
/
test
/
profile
/
Inputs
/
instrprof-icall-promo.h
Home
|
History
|
Annotate
|
Download
|
only in
Inputs
1
struct
A {
2
virtual
int
foo
() {
return
1
; };
3
virtual
int
bar
();
4
};
5