Home
last modified time | relevance | path

Searched refs:Res2 (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCasting.h200 typename cast_retty<To, FromTy>::ret_type Res2
202 return Res2;
/third_party/typescript/tests/cases/compiler/
DindexingTypesWithNever.ts118 type Res2 = Example<{ a: "x" }>; // "x" alias
/third_party/typescript/tests/baselines/reference/
DindexingTypesWithNever.types277 type Res2 = Example<{ a: "x" }>; // "x"
278 >Res2 : "x"
DindexingTypesWithNever.js117 type Res2 = Example<{ a: "x" }>; // "x"
DmappedTypeAsClauses.js115 type Res2 = GetKeyWithIf<Schema, Schema['root']['task']>; // "Task"
282 type Res2 = GetKeyWithIf<Schema, Schema['root']['task']>;
DindexingTypesWithNever.symbols404 type Res2 = Example<{ a: "x" }>; // "x"
405 >Res2 : Symbol(Res2, Decl(indexingTypesWithNever.ts, 114, 45))
DmappedTypeAsClauses.symbols360 type Res2 = GetKeyWithIf<Schema, Schema['root']['task']>; // "Task"
361 >Res2 : Symbol(Res2, Decl(mappedTypeAsClauses.ts, 112, 51))
DmappedTypeAsClauses.errors.txt118 type Res2 = GetKeyWithIf<Schema, Schema['root']['task']>; // "Task"
DmappedTypeAsClauses.types222 type Res2 = GetKeyWithIf<Schema, Schema['root']['task']>; // "Task"
223 >Res2 : "Task"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCasting.h228 typename cast_retty<To, FromTy>::ret_type Res2
230 return Res2;
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypeAsClauses.ts117 type Res2 = GetKeyWithIf<Schema, Schema['root']['task']>; // "Task" alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp351 int Res2 = FunctionComparator(F2, F1, &GlobalNumbers).compare(); in doSanityCheck() local
354 if (Res1 != -Res2) { in doSanityCheck()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp126 const MCExpr *Res2 = in MakeStartMinusEndExpr() local
129 MCBinaryExpr::create(MCBinaryExpr::Sub, Res1, Res2, MCOS.getContext()); in MakeStartMinusEndExpr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4390 Constant *Res2 = ConstantExpr::getCast(CastOp0->getOpcode(), Res1, DestTy); in foldICmpWithZextOrSext() local
4393 if (Res2 == C) { in foldICmpWithZextOrSext()