Home
last modified time | relevance | path

Searched defs:b4 (Results 1 – 25 of 222) sorted by relevance

123456789

/third_party/typescript/tests/baselines/reference/
DdeprecatedBool.js2 var b4: boolean; variable
7 var b4; variable
DnoImplicitAnyDestructuringVarDeclaration.js10 var [a4] = [undefined], {b4} = { b4: null }, c4 = undefined, d4 = null; // error property
19 var a4 = [undefined][0], b4 = { b4: null }.b4, c4 = undefined, d4 = null; // error property
DstrictNullChecksNoWidening.js9 var b4 = [[], []]; variable
26 var b4 = [[], []]; variable
DdestructuringObjectBindingPatternAndAssignment1ES5.js16 var {b4 = 1}: any = { b4: 100000 }; property
70 var _c = { b4: 100000 }.b4, b4 = _c === void 0 ? 1 : _c; property
DbestCommonTypeWithOptionalProperties.js14 var b4 = [y, z, x]; variable
26 var b4 = [y, z, x]; variable
DdestructuringVariableDeclaration1ES6.js11 var [b2 = 3, b3 = true, b4 = temp] = [3, false, { t1: false, t2: "hello" }]; variable
33 var {e: [e1, e2, e3 = { b1: 1000, b4: 200 }]} = { e: [1, 2, { b1: 4, b4: 0 }] }; property
71 var { e: [e1, e2, e3 = { b1: 1000, b4: 200 }] } = { e: [1, 2, { b1: 4, b4: 0 }] }; property
DcollisionSuperAndPropertyNameAsConstuctorParameter.js25 class b4 extends a { class
77 var b4 = /** @class */ (function (_super_1) { function
79 function b4(_super) { function
DdeclarationEmitDestructuringObjectLiteralPattern2.js24 var _c = f15(), a4 = _c.a4, b4 = _c.b4, c4 = _c.c4; variable
41 var a4: string, b4: number, c4: boolean; variable
DoperatorsAndIntersectionTypes.js31 const b4 = serialNo === serialNo; constant
57 var b4 = serialNo === serialNo; variable
DdestructuringArrayBindingPatternAndAssignment1ES6.js32 var [b3, b4, b5]: [number, number, string] = [1, 2, "string"]; variable
81 var [b3, b4, b5] = [1, 2, "string"]; variable
DdestructuringVariableDeclaration1ES5.js11 var [b2 = 3, b3 = true, b4 = temp] = [3, false, { t1: false, t2: "hello" }]; variable
33 var {e: [e1, e2, e3 = { b1: 1000, b4: 200 }]} = { e: [1, 2, { b1: 4, b4: 0 }] }; property
76 var _q = { e: [1, 2, { b1: 4, b4: 0 }] }.e, e1 = _q[0], e2 = _q[1], _r = _q[2], e3 = _r === void 0 … property
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitDestructuringObjectLiteralPattern2.ts11 var { a4, b4, c4 } = f15(); variable
14 export var { a4, b4, c4 } = f15(); variable
DdeclarationEmitDestructuringObjectLiteralPattern.ts19 var { a4, b4, c4 } = f15(); variable
22 export var { a4, b4, c4 } = f15(); variable
DdeprecatedBool.ts1 var b4: boolean; variable
DcollisionSuperAndPropertyNameAsConstuctorParameter.ts24 class b4 extends a { class
/third_party/opencl-headers/tests/
Dtest_headers.c35 cl_char4 b4 = a4; in test_char() local
95 cl_uchar4 b4 = a4; in test_uchar() local
155 cl_short4 b4 = a4; in test_short() local
215 cl_ushort4 b4 = a4; in test_ushort() local
275 cl_int4 b4 = a4; in test_int() local
335 cl_uint4 b4 = a4; in test_uint() local
395 cl_long4 b4 = a4; in test_long() local
455 cl_ulong4 b4 = a4; in test_ulong() local
515 cl_float4 b4 = a4; in test_float() local
577 cl_double4 b4 = a4; in test_double() local
/third_party/boost/libs/numeric/ublas/test/opencl/
Dnorm2_test.cpp20 bench_norm2<std::complex<double>, 10, 10> b4; in main() local
Douter_prod_test.cpp20 bench_outer_prod<std::complex<double>, 10, 10> b4; in main() local
Dprod_test.cpp18 bench_prod<std::complex<double>, ublas::basic_row_major<>, 10, 10> b4; in main() local
Dtransposition_test.cpp10 bench_trans<std::complex<double>, ublas::basic_row_major<>, 10, 10> b4; in main() local
Delementwise_operations_with_constants_test.cpp18 bench_elementwise_constant<std::complex<double>, ublas::basic_row_major<>, 10, 10> b4; in main() local
Delementwise_operations_test.cpp22 bench_elementwise <std::complex<float>, ublas::basic_column_major<>, 10, 10> b4; in main() local
/third_party/boost/libs/type_erasure/test/
Dtest_binding.cpp70 binding<typeid_<_a> > b4(b1, make_binding<boost::mpl::map<boost::mpl::pair<_a, _a> > >()); in BOOST_AUTO_TEST_CASE() local
99 binding<typeid_<_a> > b4(b1, make_binding<boost::mpl::map<boost::mpl::pair<_a, _a> > >()); in BOOST_AUTO_TEST_CASE() local
/third_party/typescript/tests/cases/conformance/types/typeRelationships/widenedTypes/
DstrictNullChecksNoWidening.ts10 var b4 = [[], []]; variable
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringObjectBindingPatternAndAssignment1ES5.ts15 var {b4 = 1}: any = { b4: 100000 }; variable

123456789