Searched defs:Bb (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/mjsunit/regress/
H A Dregress-crbug-272564.js30 function Bb(w) { class
40 if (b instanceof Bb) b = b.width;
44 var a = new Bb(1);
45 var b = new Bb(5);
/external/llvm/lib/Analysis/
H A DCFLAliasAnalysis.cpp684 auto *Bb = Inst->getParent(); local
685 return Bb->getParent();
878 for (auto &Bb : Fn->getBasicBlockList())
879 for (auto &Inst : Bb.getInstList())

Completed in 93 milliseconds