Home | History | Annotate | Download | only in VfrCompile

Lines Matching refs:IsArrayIndex

1829   << int ArrayIndex = 1; char IsArrayIndex = 0; >>

1833 { OpenBracket AIndex:Number CloseBracket << ArrayIndex = GetNumber(AIndex->getText(), AIndex->getLine(), 4); IsArrayIndex = 1; >> }
1841 IsArrayIndex,
1853 << int ArrayIndex = 1; char IsArrayIndex = 0; >>
1857 { OpenBracket AIndex:Number CloseBracket << ArrayIndex = GetNumber(AIndex->getText(), AIndex->getLine(), 4); IsArrayIndex = 1; >> }
1865 IsArrayIndex,
1882 << int ArrayIndex = 1; char IsArrayIndex = 0; >>
1886 { OpenBracket AIndex:Number CloseBracket << ArrayIndex = GetNumber(AIndex->getText(), AIndex->getLine(), 4); IsArrayIndex = 1; >> }
1894 IsArrayIndex,
2684 INT8 IsArrayIndex,
2701 IsArrayIndex - non-zero if an array index was specified
2719 if (WriteArraySize && IsArrayIndex) {
2728 if (IsArrayIndex && (ArrayIndex < 1)) {
2778 if (IsArrayIndex) {