Home
last modified time | relevance | path

Searched defs:Scheme_IR_Local (Results 1 – 2 of 2) sorted by relevance

/dports/lang/racket/racket-8.3/src/bc/src/
H A Dschpriv.h1388 typedef struct Scheme_IR_Local struct
1390 Scheme_Object so;
1396 unsigned int mode : 3;
1400 unsigned int use_count : 3;
1403 unsigned int non_app_count : 3;
1406 unsigned int mutated : 1;
1411 unsigned int optimize_used : 1;
1439 unsigned int is_ref_arg : 1;
1441 Scheme_Object *name;
1444 union {
[all …]
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dschpriv.h1388 typedef struct Scheme_IR_Local struct
1390 Scheme_Object so;
1396 unsigned int mode : 3;
1400 unsigned int use_count : 3;
1403 unsigned int non_app_count : 3;
1406 unsigned int mutated : 1;
1411 unsigned int optimize_used : 1;
1439 unsigned int is_ref_arg : 1;
1441 Scheme_Object *name;
1444 union {
[all …]