/llvm-project/flang/test/Semantics/OpenACC/ |
H A D | acc-declare-validity.f90 | 10 real(8), dimension(10) :: aa, bb, ab, ac, ad, ae, af, cc, dd variable 44 subroutine sub1(cc, dd) argument 45 real(8) :: cc(:) local 62 subroutine sub2(cc) argument 63 real(8), dimension(*) :: cc local
|
/llvm-project/libcxx/test/libcxx/containers/sequences/deque/ |
H A D | assert.pass.cpp | 32 const std::deque<int>& cc = c; in main() local 46 const std::deque<int>& cc = c; in main() local
|
/llvm-project/clang/test/Sema/ |
H A D | tautological-unsigned-char-zero-compare.cc | 11 void f(char c, unsigned char uc, signed char cc) { in f() 26 void ref(char &c, unsigned char &uc, signed char &cc) { in ref()
|
/llvm-project/libcxx/test/libcxx/containers/sequences/array/array.zero/ |
H A D | assert.subscript.pass.cpp |
|
H A D | assert.front.pass.cpp |
|
H A D | assert.back.pass.cpp |
|
/llvm-project/llvm/tools/bugpoint/ |
H A D | ToolRunner.h | 149 CC *cc; variable 153 LLC(const std::string &llcPath, CC *cc, const std::vector<std::string> *Args, in LLC() 161 ~LLC() override { delete cc; } in ~LLC() local
|
/llvm-project/llvm/test/MC/AsmParser/ |
H A D | macros-darwin-vararg.s | 46 .set cc,1 define 59 .set cc,0 define
|
/llvm-project/libcxx/test/std/containers/ |
H A D | set_allocator_requirement_test_templates.h | 35 ConstructController* cc = getConstructController(); in testSetInsert() local 147 ConstructController* cc = getConstructController(); in testSetEmplace() local 210 ConstructController* cc = getConstructController(); in testSetEmplaceHint() local 287 ConstructController* cc = getConstructController(); in testMultisetInsert() local 353 ConstructController* cc = getConstructController(); in testMultisetEmplace() local
|
H A D | map_allocator_requirement_test_templates.h | 36 ConstructController* cc = getConstructController(); in testMapInsert() local 165 ConstructController* cc = getConstructController(); in testMapInsertHint() local 296 ConstructController* cc = getConstructController(); in testMapEmplace() local 444 ConstructController* cc = getConstructController(); in testMapEmplaceHint() local 627 ConstructController* cc = getConstructController(); in testMultimapInsert() local 700 ConstructController* cc = getConstructController(); in testMultimapInsertHint() local
|
/llvm-project/flang/test/Semantics/OpenMP/ |
H A D | workshare01.f90 | 6 subroutine workshare(aa, bb, cc, dd, ee, ff, n) argument 8 real aa(n,n), bb(n,n), cc(n,n), dd(n,n), ee(n,n), ff(n,n) local
|
H A D | workshare02.f90 | 14 workshare(aa, bb, cc, dd, ee, ff, n) global() argument 17 real aa(n), bb(n), cc( global() local [all...] |
H A D | workshare04.f90 | 6 subroutine omp_workshare(aa, bb, cc, dd, ee, ff, n) argument 10 real aa(n,n), bb(n,n), cc(n,n), dd(n,n), ee(n,n), ff(n,n) local
|
/llvm-project/libcxx/test/std/containers/sequences/vector/ |
H A D | access.pass.cpp | 64 const Vector& cc = c; in test_get() local 101 const Vector& cc = c; in test() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2007-10-30-Volatile.c | 4 volatile int cc = 0; in bork() local
|
/llvm-project/clang/test/Misc/ |
H A D | diag-func-call-ranges.cpp | 10 int cc) {} in func()
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | cxx1y-generic-lambdas.cpp | 10 custom_copy_ctor<void> cc; in pr22354() local
|
/llvm-project/clang/test/CodeGen/SystemZ/ |
H A D | builtins-systemz-vector-constrained.c | 11 int cc; variable
|
/llvm-project/lldb/test/API/functionalities/archives/ |
H A D | c.c | 9 int cc(int arg1) { in cc() function
|
/llvm-project/libcxx/test/libcxx/utilities/memory/pointer.conversion/ |
H A D | to_address_std_iterators.pass.cpp | 28 const C& cc = c; in test_container_iterators() local
|
/llvm-project/clang/test/OpenMP/ |
H A D | target_map_codegen_19.cpp | 57 int (&cc)[10] = c; in explicit_maps_references_and_function_args() local
|
/llvm-project/libcxx/test/std/utilities/memory/pointer.conversion/ |
H A D | to_address_std_iterators.pass.cpp | 30 const C& cc = c; in test_container_iterators() local
|
/llvm-project/libcxx/test/std/iterators/iterator.range/ |
H A D | begin-end.container.pass.cpp | 42 const C& cc = c; in test() local
|
/llvm-project/clang/test/CodeGen/arc/ |
H A D | arguments.c | 17 char aa; char bb; char cc; char dd; member 23 int cc; member 32 int cc; member 118 int aa; int bb; int cc; int dd; member
|
/llvm-project/lldb/test/API/functionalities/breakpoint/cpp/ |
H A D | main.cpp | 28 class cc { class 46 cc::cc() {} in cc() function in aa::cc
|