Searched defs:BBB (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/lib/tsan/output_tests/
H A Dvirtual_inheritance_compile_bug.cc5 struct BBB: virtual AAA { unsigned long bbb; }; // NOLINT struct in inherits:AAA
7 struct DDD: CCC, BBB { DDD(); }; // NOLINT
/external/clang/test/CodeGenCXX/
H A Dthunk-use-after-free.cpp37 class BBB:virtual CCC { class in inherits:CCC
41 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; };
H A Ddebug-info-use-after-free.cpp124 class BBB:virtual CCC { class in inherits:CCC
128 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; };
/external/llvm/include/llvm/CodeGen/
H A DMachineDominators.h82 MachineBasicBlock *BBA = A->getParent(), *BBB = B->getParent(); local
83 if (BBA != BBB) return DT->dominates(BBA, BBB);
/external/clang/test/Analysis/
H A Ddynamic-cast.cpp215 class BBB : public BB {}; class in inherits:BB
216 BBB obj;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp878 BasicBlock *BBB = FirstPN->getIncomingBlock(i); local
879 if (BBA != BBB) {
881 unsigned j = PN.getBasicBlockIndex(BBB);
883 PN.setIncomingBlock(i, BBB);

Completed in 340 milliseconds