Searched refs:sectionEnd (Results 1 – 2 of 2) sorted by relevance
389 let sectionEnd = selectorIndex + 1; variable391 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;
1568 MCSymbol *sectionEnd = context.createTempSymbol(); in EmitCIE() local1572 MakeStartMinusEndExpr(Streamer, *sectionStart, *sectionEnd, 4); in EmitCIE()1672 Streamer.EmitLabel(sectionEnd); in EmitCIE()