-
Notifications
You must be signed in to change notification settings - Fork 1
/
nv_static.h
27 lines (27 loc) · 1.03 KB
/
nv_static.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
extern const NV_ID NODEID_NV_STATIC_ROOT;
extern const NV_ID NODEID_NULL;
extern const NV_ID NODEID_NOT_FOUND;
extern const NV_ID NODEID_TERM_TYPE_ARRAY;
extern const NV_ID NODEID_TERM_TYPE_VARIABLE;
extern const NV_ID NODEID_TERM_TYPE_OP;
extern const NV_ID NODEID_TERM_TYPE_ANCHOR;
extern const NV_ID RELID_ARRAY_NEXT;
extern const NV_ID RELID_ARRAY_COUNT;
extern const NV_ID RELID_ARRAY_DATA;
extern const NV_ID RELID_VARIABLE_NAME;
extern const NV_ID RELID_VARIABLE_SCOPE;
extern const NV_ID RELID_VARIABLE_ANONYMOUS;
extern const NV_ID RELID_OP_IDENT;
extern const NV_ID RELID_OP_PRECEDENCE;
extern const NV_ID RELID_OP_FUNC;
extern const NV_ID RELID_TERM_TYPE;
extern const NV_ID RELID_EVAL_STACK;
extern const NV_ID RELID_LAST_RESULT;
extern const NV_ID RELID_CURRENT_TERM_INDEX;
extern const NV_ID RELID_CURRENT_TERM_PHASE;
extern const NV_ID RELID_CURRENT_SCOPE;
extern const NV_ID RELID_PARENT_SCOPE;
extern const NV_ID RELID_CONTEXT_LIST;
extern const NV_ID RELID_NEXT_CONTEXT;
extern const NV_ID RELID_RETAINS;
extern const NV_ID RELID_OP_DICT;