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
/
Modules
/
Inputs
/
PR27739
/
DataInputHandler.h
blob
1ef02ecb8da08aae90003d5e3849398b0eaa8b5b
1
template
<
typename
>
struct
vector
{};
2
3
#include <map>
4
#include
"Types.h"
5
6
struct
TString
{
7
TString
(
char
*);
8
};
9
10
struct
TreeInfo
{};
11
12
class
DataInputHandler
{
13
void
AddTree
();
14
void
SignalTreeInfo
() {
15
fInputTrees
[(
char
*)
""
];
16
}
17
map
<
TString
,
vector
<
TreeInfo
> >
fInputTrees
;
18
map
<
string
,
bool
>
fExplicitTrainTest
;
19
};