Home
last modified time | relevance | path

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

12345678910

/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 variable
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
/third_party/mingw-w64/mingw-w64-headers/include/
Dknownfolders.h16 #define DEFINE_KNOWN_FOLDER(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) EXTERN_C const GUID DE… argument
18 #define DEFINE_KNOWN_FOLDER(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) const GUID DECLSPEC_SE… argument
21 #define DEFINE_KNOWN_FOLDER(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) EXTERN_C const GUID na… argument
Dadoguids.h6 #define STRING_GUID(l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) l##-##w1##-##w2##-##b1##b2##-##b3##b… argument
9 #define GUID_BUILDER(n, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) STRING_GUID (l, w1, w2, b1, b2, … argument
11 #define GUID_BUILDER(n, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) DEFINE_GUID (n, 0x##l, 0x##w1, 0… argument
Dpropkeydef.h35 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) \ argument
39 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) \ argument
44 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) \ argument
Dmsinkaut_i.c16 #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \ argument
21 #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \ argument
/third_party/boost/libs/numeric/ublas/test/opencl/
Douter_prod_test.cpp20 bench_outer_prod<std::complex<double>, 10, 10> b4; in main() local
Dnorm2_test.cpp20 bench_norm2<std::complex<double>, 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
Dtransposition_test.cpp10 bench_trans<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

12345678910