Home
last modified time | relevance | path

Searched refs:nextToLast (Results 1 – 8 of 8) sorted by relevance

/third_party/glslang/SPIRV/
DspvIR.h219 const Instruction* nextToLast = (instructions.cend() - 2)->get(); in getMergeInstruction() local
220 switch (nextToLast->getOpCode()) { in getMergeInstruction()
223 return nextToLast; in getMergeInstruction()
/third_party/typescript/src/compiler/
Dutilities.ts2591 let nextToLast = lhs;
2592 while (!isIdentifier(nextToLast.expression)) {
2593nextToLast = nextToLast.expression as Exclude<BindableStaticNameExpression, Identifier>;
2595 const id = nextToLast.expression;
2597 … id.escapedText === "module" && getElementOrPropertyAccessName(nextToLast) === "exports") &&
/third_party/typescript/lib/
DtypingsInstaller.js15604 var nextToLast = lhs;
15605 while (!ts.isIdentifier(nextToLast.expression)) {
15606 nextToLast = nextToLast.expression;
15608 var id = nextToLast.expression;
15610 … id.escapedText === "module" && getElementOrPropertyAccessName(nextToLast) === "exports") &&
Dtsc.js12090 var nextToLast = lhs;
12091 while (!ts.isIdentifier(nextToLast.expression)) {
12092 nextToLast = nextToLast.expression;
12094 var id = nextToLast.expression;
12096 … id.escapedText === "module" && getElementOrPropertyAccessName(nextToLast) === "exports") &&
Dtsserver.js15615 var nextToLast = lhs;
15616 while (!ts.isIdentifier(nextToLast.expression)) {
15617 nextToLast = nextToLast.expression;
15619 var id = nextToLast.expression;
15621 … id.escapedText === "module" && getElementOrPropertyAccessName(nextToLast) === "exports") &&
DtypescriptServices.js15809 var nextToLast = lhs;
15810 while (!ts.isIdentifier(nextToLast.expression)) {
15811 nextToLast = nextToLast.expression;
15813 var id = nextToLast.expression;
15815 … id.escapedText === "module" && getElementOrPropertyAccessName(nextToLast) === "exports") &&
Dtsserverlibrary.js15809 var nextToLast = lhs;
15810 while (!ts.isIdentifier(nextToLast.expression)) {
15811 nextToLast = nextToLast.expression;
15813 var id = nextToLast.expression;
15815 … id.escapedText === "module" && getElementOrPropertyAccessName(nextToLast) === "exports") &&
Dtypescript.js15809 var nextToLast = lhs;
15810 while (!ts.isIdentifier(nextToLast.expression)) {
15811 nextToLast = nextToLast.expression;
15813 var id = nextToLast.expression;
15815 … id.escapedText === "module" && getElementOrPropertyAccessName(nextToLast) === "exports") &&