Home
last modified time | relevance | path

Searched defs:bbb (Results 1 – 21 of 21) sorted by relevance

/llvm-project/clang/test/Misc/
H A Ddiag-unused-source-ranges.cpp52 static int unused_func(int aaa, char bbb) { in unused_func()
76 static T func_templ(int bbb, T ccc) { in func_templ()
83 template <> int func_templ<int>(int bbb, int ccc) { in func_templ()
/llvm-project/flang/test/Lower/OpenMP/
H A Dparallel-private-clause-fixes.f90194 sub02(bbb) global() argument
195 character(:),allocatable :: bbb global() local
/llvm-project/lld/test/ELF/linkerscript/
H A Demit-relocs-multiple.s21 bbb: label
/llvm-project/compiler-rt/test/BlocksRuntime/
H A Dmacro.c10 void (^bbb)(void) = Block_copy(^ { in foo() local
/llvm-project/llvm/test/MC/Mips/
H A Dforbidden-slot.s16 bbb: label
/llvm-project/lld/test/ELF/
H A Dgc-sections-group.s92 bbb: label
/llvm-project/compiler-rt/test/tsan/
H A Dvirtual_inheritance_compile_bug.cpp10 unsigned long bbb; member
/llvm-project/clang/test/Analysis/
H A Dcxx-callgraph.cpp7 static int bbb(int param=aaa()) { in bbb() function
H A Ddebug-CallGraph.cpp32 void bbb(int y) { in bbb() function
/llvm-project/clang/test/CodeGen/
H A Damdgpu-address-spaces.cpp17 int [[clang::address_space(999)]] bbb = 1234; variable
H A Dhexagon-linux-vararg.c63 struct AAA bbb; in foo() local
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dpr33372.cpp23 char bbb[100000]; variable
/llvm-project/clang/test/SemaCXX/
H A Dfunction-extern-c.cpp89 A bbb() in bbb() function
H A Dtypo-correction-cxx11.cpp22 void test(int aaa, int bbb, int thisvar) { // expected-note {{'thisvar' declared here}} in test()
/llvm-project/clang/test/OpenMP/
H A Ddispatch_ast_print.cpp53 int aaa, bbb, var; in test_one() local
H A Ddeclare_target_codegen.cpp79 int bbb = 0; variable
/llvm-project/clang/test/Sema/
H A Dwarn-documentation.cpp1085 void test_attach35<int>::test_attach36(int aaa, int bbb) {} in test_attach36()
1103 void test_attach37<int>::test_attach38(int aaa, int bbb) {} in test_attach38()
1109 void test_attach37<T>::test_attach39(int aaa, int bbb) {} in test_attach39()
H A Dinit.c109 int bbb[10]; variable
/llvm-project/lldb/test/API/lang/cpp/type_lookup/
H A Dmain.cpp27 int bbb; member
/llvm-project/llvm/unittests/Support/
H A DFileCollectorTest.cpp71 llvm::SmallString<128> bbb(file_root.path()); in TEST() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Disolate-declaration.cpp393 MemPtr aaa = &S::a, bbb = &S::b; in memberPointers() local