Home
last modified time | relevance | path

Searched defs:bb2 (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DcontextuallyTypedBooleanLiterals.js15 const bb2: Box<boolean> = box(false); // Error, box<false> not assignable to Box<boolean> constant
36 var bb2 = box(false); // Error, box<false> not assignable to Box<boolean> variable
DnullishCoalescingOperator1.js29 const bb2 = b2 ?? 1; constant
75 var bb2 = b2 !== null && b2 !== void 0 ? b2 : 1; variable
/third_party/typescript/tests/cases/conformance/expressions/nullishCoalescingOperator/
DnullishCoalescingOperator1.ts31 const bb2 = b2 ?? 1; constant
/third_party/ltp/tools/sparse/sparse-src/
Dcse.c282 static struct basic_block *trivial_common_parent(struct basic_block *bb1, struct basic_block *bb2) in trivial_common_parent()
Dsimplify.c112 struct basic_block *bb, *bb1, *bb2, *source; in if_convert_phi() local
/third_party/FreeBSD/contrib/gdtoa/
Dstrtod.c95 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, dsign, local
Dstrtodg.c325 int bb0, bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, denorm; local
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlacemethod.h137 const guint8 *tt2, *t2, *m2, *b2, *bb2; member
/third_party/python/Python/
Ddtoa.c1440 int bb2, bb5, bbe, bd2, bd5, bs2, c, dsign, e, e1, error; in _Py_dg_strtod() local