Searched refs:tySkelInd (Results 1 – 4 of 4) sorted by relevance
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/tables_gen/pervasives/ |
H A D | pervasives.y | 37 static int tySkelInd = 0; variable 138 {tySkelInd = $2.ival; 143 {tySkelInd = $3.ival; 186 cgenConstData($1.ival, $2, $4.sval, $9, $10, tySkelInd, 189 $4.ival, tySkelInd, $6.ival, $11, 195 cgenConstData($1.ival, $12, $4.sval, $9, $10, tySkelInd, 198 $4.ival, tySkelInd, $6.ival, $11, 205 tySkelInd, $7.sval, $1); 207 $5.ival, tySkelInd, $7.ival, $12, 214 tySkelInd, $7.sval, $1); [all …]
|
H A D | pervgen-c.h | 74 OP_Fixity fixity, int tySkelInd, char* neededness,
|
H A D | pervgen-c.c | 350 OP_Fixity fixity, int tySkelInd, char* neededness, in cgenConstData() argument 355 char* tySkelIndText = UTIL_itoa(tySkelInd); in cgenConstData()
|
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/compiler/ |
H A D | bytecode.ml | 358 let tySkelInd = readTwoBytes () in 359 let tySkel = getTypeSkelFn tySkelInd in 367 let tySkelInd = readTwoBytes () in 368 let tySkel = getTypeSkelFn tySkelInd in 373 let tySkelInd = readTwoBytes () in 374 let tySkel = getTypeSkelFn tySkelInd in
|