Home
last modified time | relevance | path

Searched defs:cc (Results 1 – 25 of 119) sorted by relevance

12345

/llvm-project/flang/test/Semantics/OpenACC/
H A Dacc-declare-validity.f9010 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 Dassert.pass.cpp32 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 Dtautological-unsigned-char-zero-compare.cc11 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 Dassert.subscript.pass.cpp
H A Dassert.front.pass.cpp
H A Dassert.back.pass.cpp
/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.h149 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 Dmacros-darwin-vararg.s46 .set cc,1 define
59 .set cc,0 define
/llvm-project/libcxx/test/std/containers/
H A Dset_allocator_requirement_test_templates.h35 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 Dmap_allocator_requirement_test_templates.h36 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 Dworkshare01.f906 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 Dworkshare02.f9014 workshare(aa, bb, cc, dd, ee, ff, n) global() argument
17 real aa(n), bb(n), cc( global() local
[all...]
H A Dworkshare04.f906 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 Daccess.pass.cpp64 const Vector& cc = c; in test_get() local
101 const Vector& cc = c; in test() local
/llvm-project/clang/test/CodeGen/
H A D2007-10-30-Volatile.c4 volatile int cc = 0; in bork() local
/llvm-project/clang/test/Misc/
H A Ddiag-func-call-ranges.cpp10 int cc) {} in func()
/llvm-project/clang/test/CodeGenCXX/
H A Dcxx1y-generic-lambdas.cpp10 custom_copy_ctor<void> cc; in pr22354() local
/llvm-project/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-vector-constrained.c11 int cc; variable
/llvm-project/lldb/test/API/functionalities/archives/
H A Dc.c9 int cc(int arg1) { in cc() function
/llvm-project/libcxx/test/libcxx/utilities/memory/pointer.conversion/
H A Dto_address_std_iterators.pass.cpp28 const C& cc = c; in test_container_iterators() local
/llvm-project/clang/test/OpenMP/
H A Dtarget_map_codegen_19.cpp57 int (&cc)[10] = c; in explicit_maps_references_and_function_args() local
/llvm-project/libcxx/test/std/utilities/memory/pointer.conversion/
H A Dto_address_std_iterators.pass.cpp30 const C& cc = c; in test_container_iterators() local
/llvm-project/libcxx/test/std/iterators/iterator.range/
H A Dbegin-end.container.pass.cpp42 const C& cc = c; in test() local
/llvm-project/clang/test/CodeGen/arc/
H A Darguments.c17 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 Dmain.cpp28 class cc { class
46 cc::cc() {} in cc() function in aa::cc

12345