OpenGrok
Cross Reference: instrprof-dynamic-header.h
xref
: /
external
/
compiler-rt
/
test
/
profile
/
Inputs
/
instrprof-dynamic-header.h
Home
|
History
|
Annotate
|
Download
|
only in
Inputs
1
template
<
class
T>
void
bar
(
int
X) {
2
if
(X) {
3
X *=
4
;
4
}
5
}
6
void
a();
7
void
b();
8