Kaleidoscope
Kaleidoscope-Ranges.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*-
2  * Kaleidoscope-Ranges -- Common ranges, used by a number of Kaleidoscope plugins.
3  * Copyright (C) 2016, 2017 Gergely Nagy
4  *
5  * This program is free software: you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation, either version 3 of the License, or
8  * (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program. If not, see <http://www.gnu.org/licenses/>.
17  */
18 
19 #pragma once
20 
21 namespace kaleidoscope {
22 namespace ranges {
23 
24 enum {
25  FIRST = 0xc000,
35  DUM_LAST = DUM_FIRST + (8 << 8),
37  DUL_LAST = DUL_FIRST + (8 << 8),
40  TD_LAST = TD_FIRST + 15,
46  TT_LAST = TT_FIRST + 255,
49 
52 };
53 
54 }
55 }
Definition: Kaleidoscope-Ranges.h:31
Definition: Kaleidoscope-Ranges.h:44
Definition: Kaleidoscope-Ranges.h:46
Definition: Kaleidoscope-Ranges.h:34
Definition: hid.cpp:4
Definition: Kaleidoscope-Ranges.h:36
Definition: Kaleidoscope-Ranges.h:26
Definition: Kaleidoscope-Ranges.h:27
Definition: Kaleidoscope-Ranges.h:29
Definition: Kaleidoscope-Ranges.h:50
Definition: Kaleidoscope-Ranges.h:48
Definition: Kaleidoscope-Ranges.h:25
Definition: Kaleidoscope-Ranges.h:28
Definition: Kaleidoscope-Ranges.h:35
Definition: Kaleidoscope-Ranges.h:51
Definition: Kaleidoscope-Ranges.h:47
Definition: Kaleidoscope-Ranges.h:39
Definition: Kaleidoscope-Ranges.h:30
Definition: Kaleidoscope-Ranges.h:38
Definition: Kaleidoscope-Ranges.h:37
Definition: Kaleidoscope-Ranges.h:45
Definition: Kaleidoscope-Ranges.h:40
Definition: Kaleidoscope-Ranges.h:33
Definition: Kaleidoscope-Ranges.h:43
Definition: Kaleidoscope-Ranges.h:41
Definition: Kaleidoscope-Ranges.h:32
Definition: Kaleidoscope-Ranges.h:42