Home
last modified time | relevance | path

Searched defs:BBB (Results 1 – 23 of 23) sorted by relevance

/external/llvm-project/compiler-rt/test/tsan/
Dvirtual_inheritance_compile_bug.cpp9 struct BBB : virtual AAA { struct
13 struct DDD : CCC, BBB { argument
/external/compiler-rt/test/tsan/
Dvirtual_inheritance_compile_bug.cc7 struct BBB: virtual AAA { unsigned long bbb; }; // NOLINT struct
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-avoid-bind.cpp141 auto BBB = std::bind(add, x, x); in testCaptureByValue() local
183 auto BBB = std::bind(addThree, 2, 3, 4); in testLiteralParameters() local
195 auto BBB = std::bind(add, std::ref(x), y); in testCaptureByReference() local
232 auto BBB = std::bind(*e, 1, 2); in testFunctionObjects() local
276 auto BBB = std::bind(add, _2, _1); in testPlaceholders() local
302 auto BBB = std::bind(Foo::add, 1, 1); in testGlobalFunctions() local
330 auto BBB = std::bind(add, x, add(y, 5)); in testCapturedSubexpressions() local
351 auto BBB = std::bind(&D::MemberFunction, &dd, 1); in testMemberFunctions() local
Dmodernize-avoid-bind-permissive-parameter-list.cpp55 auto BBB = std::bind(add, _1, 2); in testLiteralParameters() local
/external/llvm-project/compiler-rt/test/asan/TestCases/
Dstack-buffer-overflow-with-position.cpp23 char AAA[10], BBB[10], CCC[10]; in main() local
/external/compiler-rt/test/asan/TestCases/
Dstack-buffer-overflow-with-position.cc23 char AAA[10], BBB[10], CCC[10]; in main() local
/external/clang/test/CodeGenCXX/
Dthunk-use-after-free.cpp37 class BBB:virtual CCC { class
Ddebug-info-use-after-free.cpp124 class BBB:virtual CCC { class
/external/llvm-project/clang/test/CodeGenCXX/
Dthunk-use-after-free.cpp37 class BBB:virtual CCC { class
Ddebug-info-use-after-free.cpp126 class BBB:virtual CCC { class
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineDominators.h124 const MachineBasicBlock *BBA = A->getParent(), *BBB = B->getParent(); in dominates() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineDominators.h134 const MachineBasicBlock *BBA = A->getParent(), *BBB = B->getParent(); in dominates() local
/external/llvm/include/llvm/CodeGen/
DMachineDominators.h121 const MachineBasicBlock *BBA = A->getParent(), *BBB = B->getParent(); in dominates() local
/external/llvm-project/clang/test/OpenMP/
Dtarget_update_to_messages.cpp165 int ***BBB; in main() local
Dtarget_update_from_messages.cpp159 int ***BBB; in main() local
/external/llvm-project/clang/test/Analysis/
Ddynamic-cast.cpp215 class BBB : public BB {}; in testDynCastToMiddleClass() class
/external/clang/test/Analysis/
Ddynamic-cast.cpp215 class BBB : public BB {}; in testDynCastToMiddleClass() class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp500 const BasicBlock *BBB = B->getParent(); in postDominates() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp976 BasicBlock *BBB = FirstPN->getIncomingBlock(i); in visitPHINode() local
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp524 const BasicBlock *BBB = B->getParent(); in postDominates() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp1252 BasicBlock *BBB = FirstPN->getIncomingBlock(i); in visitPHINode() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp1414 BasicBlock *BBB = FirstPN->getIncomingBlock(i); in visitPHINode() local
/external/python/cpython3/Lib/test/
Dpickletester.py3473 class BBB(object): class