/external/llvm-project/compiler-rt/test/tsan/ |
D | virtual_inheritance_compile_bug.cpp | 9 struct BBB : virtual AAA { struct 13 struct DDD : CCC, BBB { argument
|
/external/compiler-rt/test/tsan/ |
D | virtual_inheritance_compile_bug.cc | 7 struct BBB: virtual AAA { unsigned long bbb; }; // NOLINT argument
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-avoid-bind.cpp | 141 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
|
D | modernize-avoid-bind-permissive-parameter-list.cpp | 55 auto BBB = std::bind(add, _1, 2); in testLiteralParameters() local
|
/external/llvm-project/compiler-rt/test/asan/TestCases/ |
D | stack-buffer-overflow-with-position.cpp | 23 char AAA[10], BBB[10], CCC[10]; in main() local
|
/external/compiler-rt/test/asan/TestCases/ |
D | stack-buffer-overflow-with-position.cc | 23 char AAA[10], BBB[10], CCC[10]; in main() local
|
/external/clang/test/CodeGenCXX/ |
D | thunk-use-after-free.cpp | 37 class BBB:virtual CCC { class
|
D | debug-info-use-after-free.cpp | 124 class BBB:virtual CCC { class
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | thunk-use-after-free.cpp | 37 class BBB:virtual CCC { class
|
D | debug-info-use-after-free.cpp | 126 class BBB:virtual CCC { class
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineDominators.h | 124 const MachineBasicBlock *BBA = A->getParent(), *BBB = B->getParent(); in dominates() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineDominators.h | 134 const MachineBasicBlock *BBA = A->getParent(), *BBB = B->getParent(); in dominates() local
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineDominators.h | 121 const MachineBasicBlock *BBA = A->getParent(), *BBB = B->getParent(); in dominates() local
|
/external/llvm-project/clang/test/OpenMP/ |
D | target_update_to_messages.cpp | 165 int ***BBB; in main() local
|
D | target_update_from_messages.cpp | 159 int ***BBB; in main() local
|
/external/llvm-project/clang/test/Analysis/ |
D | dynamic-cast.cpp | 215 class BBB : public BB {}; in testDynCastToMiddleClass() class
|
/external/clang/test/Analysis/ |
D | dynamic-cast.cpp | 215 class BBB : public BB {}; in testDynCastToMiddleClass() class
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 500 const BasicBlock *BBB = B->getParent(); in postDominates() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 976 BasicBlock *BBB = FirstPN->getIncomingBlock(i); in visitPHINode() local
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 524 const BasicBlock *BBB = B->getParent(); in postDominates() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 1252 BasicBlock *BBB = FirstPN->getIncomingBlock(i); in visitPHINode() local
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 1414 BasicBlock *BBB = FirstPN->getIncomingBlock(i); in visitPHINode() local
|
/external/python/cpython3/Lib/test/ |
D | pickletester.py | 3473 class BBB(object): class
|