Home
last modified time | relevance | path

Searched refs:sectionEnd (Results 1 – 2 of 2) sorted by relevance

/third_party/css-what/src/
Dparse.ts389 let sectionEnd = selectorIndex + 1; variable
391 sectionEnd < selector.length &&
392 (selector.charCodeAt(sectionEnd) !== quote ||
393 isEscaped(sectionEnd))
395 sectionEnd += 1;
398 if (selector.charCodeAt(sectionEnd) !== quote) {
403 selector.slice(selectorIndex + 1, sectionEnd)
405 selectorIndex = sectionEnd + 1;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp1568 MCSymbol *sectionEnd = context.createTempSymbol(); in EmitCIE() local
1572 MakeStartMinusEndExpr(Streamer, *sectionStart, *sectionEnd, 4); in EmitCIE()
1672 Streamer.EmitLabel(sectionEnd); in EmitCIE()