/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | comparator_deep_blocks_first.h | 33 bool operator()(uint32_t bb1, uint32_t bb2) const { in operator ()() argument 34 return this->operator()(fuzzerutil::MaybeFindBlock(ir_context_, bb1), in operator ()() 38 bool operator()(const opt::BasicBlock* bb1, opt::BasicBlock* bb2) const { in operator ()() argument 39 assert(bb1 && bb2 && "The blocks must exist."); in operator ()() 40 assert(bb1->GetParent() == bb2->GetParent() && in operator ()() 42 return ir_context_->GetStructuredCFGAnalysis()->NestingDepth(bb1->id()) > in operator ()()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | comparator_deep_blocks_first.h | 33 bool operator()(uint32_t bb1, uint32_t bb2) const { in operator ()() argument 34 return this->operator()(fuzzerutil::MaybeFindBlock(ir_context_, bb1), in operator ()() 38 bool operator()(const opt::BasicBlock* bb1, opt::BasicBlock* bb2) const { in operator ()() argument 39 assert(bb1 && bb2 && "The blocks must exist."); in operator ()() 40 assert(bb1->GetParent() == bb2->GetParent() && in operator ()() 42 return ir_context_->GetStructuredCFGAnalysis()->NestingDepth(bb1->id()) > in operator ()()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | comparator_deep_blocks_first.h | 33 bool operator()(uint32_t bb1, uint32_t bb2) const { in operator ()() argument 34 return this->operator()(fuzzerutil::MaybeFindBlock(ir_context_, bb1), in operator ()() 38 bool operator()(const opt::BasicBlock* bb1, opt::BasicBlock* bb2) const { in operator ()() argument 39 assert(bb1 && bb2 && "The blocks must exist."); in operator ()() 40 assert(bb1->GetParent() == bb2->GetParent() && in operator ()() 42 return ir_context_->GetStructuredCFGAnalysis()->NestingDepth(bb1->id()) > in operator ()()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | contextuallyTypedBooleanLiterals.js | 14 const bb1 = box(false); // Box<boolean> 35 var bb1 = box(false); // Box<boolean>
variable 48 declare const bb1: Box<boolean>;
|
H A D | nullishCoalescingOperator1.js | 28 const bb1 = b1 ?? 1; 74 var bb1 = b1 !== null && b1 !== void 0 ? b1 : 1;
variable
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | cse.c | 282 static struct basic_block *trivial_common_parent(struct basic_block *bb1, struct basic_block *bb2) in trivial_common_parent() argument 286 if (bb_list_size(bb1->parents) != 1) in trivial_common_parent() 288 parent = first_basic_block(bb1->parents); in trivial_common_parent()
|
H A D | simplify.c | 112 struct basic_block *bb, *bb1, *bb2, *source; in if_convert_phi() local 122 bb1 = array[0]->bb; in if_convert_phi() 127 if ((bb1 != parents[0] || bb2 != parents[1]) && in if_convert_phi() 128 (bb1 != parents[1] || bb2 != parents[0])) in if_convert_phi() 134 source = phi_parent(bb1, p1); in if_convert_phi() 158 if (br->bb_true == bb2 || br->bb_false == bb1) { in if_convert_phi()
|
/third_party/FreeBSD/contrib/gdtoa/ |
H A D | strtodg.c | 334 Bigint *ab, *bb, *bb1, *bd, *bd0, *bs, *delta, *rvb, *rvb0; local 752 bb1 = mult(bs, bb); 754 bb = bb1;
|
H A D | strtod.c | 102 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; local 647 bb1 = mult(bs, bb); 649 bb = bb1;
|
/third_party/python/Python/ |
H A D | dtoa.c | 1878 Bigint *bb1 = mult(bs, bb); in _Py_dg_strtod() local 1880 bb = bb1; in _Py_dg_strtod()
|