Searched refs:getWord (Results 1 – 16 of 16) sorted by relevance
69 inline uint32_t getWord();133 uint32_t ARC4RandomNumberGenerator::getWord() in getWord() function in WTF::__anon5d7e792f0111::ARC4RandomNumberGenerator149 return getWord(); in randomNumber()
53 return ((ANameVariable) variable).getWord().getText(); in quickEval()84 descendVariable(node.getWord().getText()); in caseANameVariable()
254 result.append(node.getWord().getText()); in getFullFunctionName()
444 argumentNames[i++] = ((ANameVariable) argument).getWord().getText(); in caseADefCommand()
139 function getWord(pos) { function145 if (getWord(0) != EXIF_MARK_SOI)146 throw new Error('Jpeg data starts from 0x' + getWord(0).toString(16));155 var tag = getWord(sectionStart);160 var nextSectionStart = sectionStart + 2 + getWord(sectionStart + 2);
37 public TWord getWord() in getWord() method in ANameVariable
133 String name = ((ANameVariable) functionName).getWord().getText(); in isNumericFunction()
235 String name = ((ANameVariable) nvar).getWord().getText(); in escapeNameOf()
73 components.add(new StringExpression(node.getWord().getText())); in caseANameVariable()
159 fullFunctionName.append(node11.getWord().getText()); in caseAFunctionExpression()
329 fullFunctionName.append(node11.getWord().getText()); in caseAFunctionExpression()
245 uint32_t getWord(size_t pos) { in getWord() function
1498 if(node.getWord() != null) in caseANameVariable()1500 node.getWord().apply(this); in caseANameVariable()
1505 if(node.getWord() != null) in caseANameVariable()1507 node.getWord().apply(this); in caseANameVariable()
156 uint64_t getWord(unsigned bitPosition) const { in getWord() function
864 int64_t sext = (int64_t(getWord(0)) << (64-BitWidth)) >> (64-BitWidth); in roundToDouble()867 return double(getWord(0)); in roundToDouble()