Home
last modified time | relevance | path

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 Dpervasives.y37 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 Dpervgen-c.h74 OP_Fixity fixity, int tySkelInd, char* neededness,
H A Dpervgen-c.c350 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 Dbytecode.ml358 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