Searched refs:currentWord (Results 1 – 4 of 4) sorted by relevance
49 Expression* currentWord = mpRoot; in addExpression() local56 Expression* nextWord = currentWord->getNextExpression(text); in addExpression()60 nextWord = new Expression(text, currentWord); in addExpression()61 currentWord->addNextExpression(nextWord); in addExpression()64 currentWord = nextWord; in addExpression()67 currentWord->setFunc(funcPtr); in addExpression()
118 size_t currentWord = spirv::kHeaderIndexInstructions; in ValidateDecorations() local121 while (currentWord < blob.size()) in ValidateDecorations()125 const uint32_t *instruction = &blob[currentWord]; in ValidateDecorations()128 currentWord += wordCount; in ValidateDecorations()
1080 final TextRange currentWord = _textPainter.getWordBoundary(_selection.extent);1081 if (currentWord == null)1083 final TextRange nextWord = _getNextWord(currentWord.end);1097 final TextRange currentWord = _textPainter.getWordBoundary(_selection.extent);1098 if (currentWord == null)1100 final TextRange previousWord = _getPreviousWord(currentWord.start - 1);
2965 size_t currentWord = spirv::kHeaderIndexInstructions; in resolveVariableIds() local2967 while (currentWord < mSpirvBlobIn.size()) in resolveVariableIds()2969 const uint32_t *instruction = &mSpirvBlobIn[currentWord]; in resolveVariableIds()3015 currentWord += wordCount; in resolveVariableIds()