Home
last modified time | relevance | path

Searched defs:r4 (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/third_party/libabigail/tests/
Dtest-svg.cc27 row r4 = { "_M_n", member_row_sty, 8, 8, 8 }; in main() local
46 row r4 = { "HOLE", implementation_row_sty, 2, 2, 0 }; in main() local
76 row r4 = { "_M_type", member_row_sty, 8, 2, 2 }; in main() local
93 row r4 = { "_M_type", member_row_sty, 8, 2, 2 }; in main() local
110 row r4 = { "_M_array", member_row_sty, 32, 8, 8 }; in main() local
129 row r4 = { "_M_state", member_row_sty, 4, 4, 4 }; in main() local
152 row r4 = { "_M_state", member_row_sty, 24, 4, 4 }; in main() local
177 row r4 = { "_M_index", member_row_sty, 8, 8, 8 }; in main() local
194 row r4 = { "_M_index", member_row_sty, 24, 8, 8 }; in main() local
211 row r4 = { "_M_array", member_row_sty, 24, 8, 8 }; in main() local
/third_party/typescript/tests/cases/conformance/types/members/
DobjectTypeWithStringNamedPropertyOfIllegalCharacters.ts14 var r4 = c["~!@#$%^&*()_+{}|:'<>?\/.,`"]; variable
27 var r4 = i["~!@#$%^&*()_+{}|:'<>?\/.,`"]; variable
40 var r4 = a["~!@#$%^&*()_+{}|:'<>?\/.,`"]; variable
52 var r4 = b["~!@#$%^&*()_+{}|:'<>?\/.,`"]; variable
DobjectTypeWithNumericProperty.ts12 var r4 = c['1.1']; variable
23 var r4 = i['1.1']; variable
33 var r4 = a['1.1']; variable
43 var r4 = b['1.1']; variable
DobjectTypePropertyAccess.ts10 var r4 = c['foo']; variable
16 var r4 = i.toString(); variable
DobjectTypeWithStringNamedNumericProperty.ts23 var r4 = c['1.']; variable
54 var r4 = i['1.']; variable
84 var r4 = a['1.']; variable
114 var r4 = b['1.']; variable
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/indexSignatures/
DnumericIndexingResults.ts11 var r4 = c[1]; variable
25 var r4 = i[1]; variable
38 var r4 = a[1]; variable
46 var r4 = b[1]; variable
54 var r4 = b2[1]; variable
/third_party/typescript/tests/baselines/reference/
DinterfaceWithOverloadedCallAndConstructSignatures.js14 var r4 = new f(''); variable
21 var r4 = new f(''); variable
DinterfaceWithSpecializedCallAndConstructSignatures.js14 var r4 = new f('A'); variable
22 var r4 = new f('A'); variable
DarrayTypeOfFunctionTypes2.js11 var r4 = new r3(); variable
27 var r4 = new r3(); variable
DtypeOfThisInStaticMembers.js16 var r4 = new t(1); variable
52 var r4 = new t(1); variable
DconstructSignaturesWithOverloads2.js39 var r4 = new i2(1, ''); variable
64 var r4 = new i2(1, ''); variable
DconstructSignaturesWithOverloads.js37 var r4 = new i2(1, ''); variable
70 var r4 = new i2(1, ''); variable
DconstructSignaturesWithIdenticalOverloads.js36 var r4 = new i2(1, ''); variable
69 var r4 = new i2(1, ''); variable
DillegalSuperCallsInConstructor.js10 var r4 = function () { super(); } function
50 var r4 = function () { _this = _super.call(this) || this; }; function in Derived.Derived
DgenericTypeAssertions2.js13 var r4: A<number> = <A<number>>new A(); variable
52 var r4 = new A(); variable
DadditionOperatorWithOnlyNullValueOrUndefinedValue.js6 var r4 = undefined + undefined; variable
DexponentiationOperatorWithOnlyNullValueOrUndefinedValue.js6 var r4 = undefined ** undefined; variable
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardOfFormTypeOfEqualEqualHasNoEffect.ts31 var r4 = strOrC; // string | C variable
34 var r4 = strOrC; // string | C variable
DtypeGuardOfFormTypeOfNotEqualHasNoEffect.ts31 var r4 = strOrC; // string | C variable
34 var r4 = strOrC; // string | C variable
DtypeGuardOfFormTypeOfOther.ts37 var r4: boolean = boolOrC; // boolean variable
69 var r4: boolean = boolOrC; // boolean variable
/third_party/optimized-routines/math/
Derf.c63 double r4 = fma (x2, PA[7], PA[6]); in erf() local
119 double r4 = fma (a, PC[7], PC[6]); in erf() local
149 double r4 = fma (a, PD[7], PD[6]); in erf() local
181 double r4 = fma (a, PE[7], PE[6]); in erf() local
209 double r4 = fma (a, PF[7], PF[6]); in erf() local
/third_party/typescript/tests/cases/conformance/interfaces/declarationMerging/
DtwoInterfacesDifferentRootModule2.ts27 var r4 = b.bar; variable
36 var r4 = b.bar; // error variable
DmergeTwoInterfaces.ts28 var r4 = b.bar; variable
56 var r4 = b.bar; // any, should be string variable
/third_party/typescript/tests/cases/conformance/classes/members/classTypes/
DstaticPropertyNotInClassType.ts16 var r4 = c.foo; // error variable
36 var r4 = c.foo; // error variable
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/additionOperator/
DadditionOperatorWithOnlyNullValueOrUndefinedValue.ts5 var r4 = undefined + undefined; variable

12345678910>>...13