Home
last modified time | relevance | path

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

/llvm-project/clang/test/OpenMP/
H A Ddeclare_variant_clauses_ast_print.cpp41 void foo_v1(float *AAA, float *BBB, int *I) {return;} in foo_v1()
42 void foo_v2(float *AAA, float *BBB, int *I) {return;} in foo_v2()
43 void foo_v3(float *AAA, float *BBB, int *I) {return;} in foo_v3()
75 void foo(float *AAA, float *BBB, int *I) {return;} in foo()
77 void Foo_Var(float *AAA, float *BBB) {return;} in Foo_Var()
83 void Foo(T *AAA, T *BBB) {return;} in Foo()
H A Ddeclare_variant_clauses_messages.cpp90 void foo_v1(float *AAA, float *BBB, int *I) { return; } in foo_v1()
91 void foo_v2(float *AAA, float *BBB, int *I) { return; } in foo_v2()
92 void foo_v3(float *AAA, float *BBB, int *I) { return; } in foo_v3()
93 void foo_v4(float *AAA, float *BBB, int *I, omp_interop_t IOp) { return; } in foo_v4()
209 void foo(float *AAA, float *BBB, int *I) { return; } in foo()
H A Dtarget_update_from_messages.cpp159 int ***BBB; in main() local
H A Dtarget_update_to_messages.cpp163 int ***BBB; in main() local
/llvm-project/compiler-rt/test/tsan/
H A Dvirtual_inheritance_compile_bug.cpp9 struct BBB : virtual AAA { struct
13 struct DDD : CCC, BBB { argument
/llvm-project/clang/test/ClangScanDeps/
H A Drelative-filenames.c32 #define BBB macro
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Davoid-bind.cpp143 auto BBB = std::bind(add, x, x); in testCaptureByValue() local
185 auto BBB = std::bind(addThree, 2, 3, 4); in testLiteralParameters() local
197 auto BBB = std::bind(add, std::ref(x), y); in testCaptureByReference() local
234 auto BBB = std::bind(*e, 1, 2); in testFunctionObjects() local
278 auto BBB = std::bind(add, _2, _1); in testPlaceholders() local
304 auto BBB = std::bind(Foo::add, 1, 1); in testGlobalFunctions() local
332 auto BBB = std::bind(add, x, add(y, 5)); in testCapturedSubexpressions() local
355 auto BBB = std::bind(&D::MemberFunction, &dd, 1); in testMemberFunctions() local
H A Davoid-bind-permissive-parameter-list.cpp55 auto BBB = std::bind(add, _1, 2); in testLiteralParameters() local
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dstack-buffer-overflow-with-position.cpp23 char AAA[10], BBB[10], CCC[10]; in main() local
/llvm-project/clang/test/CodeGenCXX/
H A Dthunk-use-after-free.cpp37 class BBB:virtual CCC { class
H A Ddebug-info-use-after-free.cpp126 class BBB:virtual CCC { class
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominators.h156 const MachineBasicBlock *BBA = A->getParent(), *BBB = B->getParent(); dominates() local
/llvm-project/clang/test/Analysis/
H A Ddynamic-cast.cpp215 class BBB : public BB {}; in testDynCastToMiddleClass() class
/llvm-project/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp97 isInstrEquivalentWith(const MCInst & InstA,const BinaryBasicBlock & BBA,const MCInst & InstB,const BinaryBasicBlock & BBB,Compare Comp) isInstrEquivalentWith() argument
H A DShrinkWrapping.cpp831 const BinaryBasicBlock *BBB = InsnToBB[B]; in computeSaveLocations() local
857 BinaryBasicBlock *BBB = in computeDomOrder() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1602 BasicBlock *BBB = Preds[I]; visitPHINode() local
/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp753 BasicBlock *BBB = cast<BasicBlock>(B.OperVal); checkRelativeLocations() local