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/ |
D | Casting.h | 200 typename cast_retty<To, FromTy>::ret_type Res2 202 return Res2;
|
/third_party/typescript/tests/cases/compiler/ |
D | indexingTypesWithNever.ts | 118 type Res2 = Example<{ a: "x" }>; // "x" alias
|
/third_party/typescript/tests/baselines/reference/ |
D | indexingTypesWithNever.types | 277 type Res2 = Example<{ a: "x" }>; // "x" 278 >Res2 : "x"
|
D | indexingTypesWithNever.js | 117 type Res2 = Example<{ a: "x" }>; // "x"
|
D | mappedTypeAsClauses.js | 115 type Res2 = GetKeyWithIf<Schema, Schema['root']['task']>; // "Task" 282 type Res2 = GetKeyWithIf<Schema, Schema['root']['task']>;
|
D | indexingTypesWithNever.symbols | 404 type Res2 = Example<{ a: "x" }>; // "x" 405 >Res2 : Symbol(Res2, Decl(indexingTypesWithNever.ts, 114, 45))
|
D | mappedTypeAsClauses.symbols | 360 type Res2 = GetKeyWithIf<Schema, Schema['root']['task']>; // "Task" 361 >Res2 : Symbol(Res2, Decl(mappedTypeAsClauses.ts, 112, 51))
|
D | mappedTypeAsClauses.errors.txt | 118 type Res2 = GetKeyWithIf<Schema, Schema['root']['task']>; // "Task"
|
D | mappedTypeAsClauses.types | 222 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/ |
D | Casting.h | 228 typename cast_retty<To, FromTy>::ret_type Res2 230 return Res2;
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | mappedTypeAsClauses.ts | 117 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/ |
D | MergeFunctions.cpp | 351 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/ |
D | MCDwarf.cpp | 126 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/ |
D | InstCombineCompares.cpp | 4390 Constant *Res2 = ConstantExpr::getCast(CastOp0->getOpcode(), Res1, DestTy); in foldICmpWithZextOrSext() local 4393 if (Res2 == C) { in foldICmpWithZextOrSext()
|