Home
last modified time | relevance | path

Searched refs:newIndex (Results 1 – 5 of 5) sorted by last modified time

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h558 SlotIndex newIndex(&*newItr, SlotIndex::Slot_Block);
559 mi2iMap.insert(std::make_pair(&MI, newIndex));
560 return newIndex;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp200 int64_t newIndex = 0; in castRegion() local
212 newIndex = off / pointeeTySize; in castRegion()
225 return MakeElementRegion(cast<SubRegion>(newSuperR), PointeeTy, newIndex); in castRegion()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1056 size_t newIndex = MacroExpandedTokens.size(); in cacheMacroExpandedTokens() local
1072 MacroExpandingLexersStack.push_back(std::make_pair(tokLexer, newIndex)); in cacheMacroExpandedTokens()
1073 return MacroExpandedTokens.data() + newIndex; in cacheMacroExpandedTokens()
/freebsd/sys/fs/udf/
H A Dosta.c351 newExtIndex = newIndex; in UDFTransName()
358 trailIndex = newIndex; in UDFTransName()
362 if (newIndex < MAXLEN) { in UDFTransName()
363 newName[newIndex++] = current; in UDFTransName()
371 if (trailIndex != newIndex - 1) { in UDFTransName()
372 newIndex = trailIndex + 1; in UDFTransName()
414 newIndex = maxFilenameLen; in UDFTransName()
416 newIndex = newExtIndex; in UDFTransName()
420 newIndex = MAXLEN - 5; in UDFTransName()
434 newName[newIndex++] = PERIOD; in UDFTransName()
[all …]
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js1102 newIndex = QTIP.zindex + qtips.length,
1108 if(this._trigger('focus', [newIndex], event)) {
1110 if(curIndex !== newIndex) {
1123 tooltip.addClass(CLASS_FOCUS)[0].style.zIndex = newIndex;