Searched refs:cv (Results 1 - 25 of 37) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900404_01.C14 char cv[4] = "asdf"; // { dg-error "" } missed variable
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/noncompile/
H A Dvoidparam-1.c4 typedef const void cv; typedef
8 void foo0a (cv); /* { dg-error "parameter" "const void decl" } */
14 void bar0a (cv) { } /* { dg-error "parameter" "const void defn" } */
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dlvalue-6.c13 extern const void cv;
14 void f3 (void) { &cv; }
H A Dlvalue-7.c12 extern const void cv;
13 void f3 (void) { &cv; }
H A Dpr46620.c25 unsigned char cv : 4; member in struct:PCT
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Daltivec-2.C17 const vector float cv = (vector float){1.0, 2.0, 3.0, 4.0}; local
19 vec_dst(&cv, i, 0);
20 v = vec_ld(0, &cv);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/data_access/
H A D1.cc39 const vector_type cv(A, A + 5);
40 VERIFY( cv.data() == &cv.front() );
41 const int* pci = cv.data();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/
H A Ddata_access.cc41 const vector_type cv(A, A + 5);
42 VERIFY( cv.data() == &cv.front() );
43 const int* pci = &* cv.data();
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dc99-contract-1.c14 float av = a, bv = b, cv = c; local
16 float r = p + cv;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/condition_variable/members/
H A D3.cc30 std::condition_variable cv; variable
43 std::notify_all_at_thread_exit(cv, std::move(lock));
58 cv.wait(lock, [&]{ return counter == 2; });
H A D53841.cc48 std::condition_variable cv; local
49 cv.wait_until(l, FPClock::now());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/condition_variable_any/
H A D53830.cc37 std::condition_variable_any cv; variable
46 cv.wait_for(lock, std::chrono::milliseconds(100), []{ return false; });
58 cv.notify_one();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/c_strings/char/
H A D2.cc33 const void* cv = ccarray1; local
38 cv1 = memchr(cv, '/', 3);
H A D1.cc37 const void* cv = ccarray1; local
61 cv = std::memchr(cv, 'a', 3);
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dcondition_variable.cc108 notifier(condition_variable& cv, unique_lock<mutex>& l) argument
109 : cv(&cv), mx(l.release())
118 cv->notify_all();
121 condition_variable* cv; member in struct:__anon2412::final
150 notify_all_at_thread_exit(condition_variable& cv, unique_lock<mutex> l) argument
152 (void) new notifier{cv, l};
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dfriend13.C11 C<V> cv; local
12 cv.i = 3;
/haiku-buildtools/binutils/bfd/
H A Dmep-relocs.pl104 my ($bits, $left, $right, $ci, $c, $cv);
113 $cv = ord($c) - ord('0');
114 $cv -= ord('a') - ord('9') - 1 if $cv > 9;
115 $right = $cv unless $right < $cv;
116 $bits = $cv+1 unless $bits > $cv+1;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dlocal6.C3 template <class T2> PCVector2(const PCVector2<T> &cv) ; // { dg-message "note" }
/haiku-buildtools/gcc/libbacktrace/
H A Dmmapio.c93 const void *cv; member in union:__anon1973
97 const_cast.cv = view->base;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/exception/
H A Dsafety.h492 const value_type cv = generate_unique<value_type>(); local
493 __test.push_front(cv);
505 const value_type cv = generate_unique<value_type>(); local
506 __test.push_front(cv);
537 const value_type cv = generate_unique<value_type>(); local
538 __test.push_back(cv);
550 const value_type cv = generate_unique<value_type>(); local
551 __test.push_back(cv);
581 const value_type cv = generate_unique<value_type>(); local
582 __test.emplace_front(cv);
594 const value_type cv = generate_unique<value_type>(); local
627 const value_type cv = generate_unique<value_type>(); local
640 const value_type cv = generate_unique<value_type>(); local
743 const value_type cv = generate_unique<value_type>(); local
760 const value_type cv = generate_unique<value_type>(); local
785 const value_type cv = generate_unique<value_type>(); local
802 const value_type cv = generate_unique<value_type>(); local
843 const value_type cv = generate_unique<value_type>(); local
856 const value_type cv = generate_unique<value_type>(); local
893 const value_type cv = generate_unique<value_type>(); local
910 const value_type cv = generate_unique<value_type>(); local
934 const value_type cv = generate_unique<value_type>(); local
951 const value_type cv = generate_unique<value_type>(); local
975 const value_type cv = generate_unique<value_type>(); local
992 const value_type cv = generate_unique<value_type>(); local
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dccr.d34 [ ]+34:[ ]+f305[ ]+clearf[ ]+cv
35 [ ]+36:[ ]+b305[ ]+setf[ ]+cv
38 [ ]+3c:[ ]+f305[ ]+clearf[ ]+cv
39 [ ]+3e:[ ]+b305[ ]+setf[ ]+cv
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dccr.d34 [ ]+34:[ ]+f305[ ]+clearf[ ]+cv
35 [ ]+36:[ ]+b305[ ]+setf[ ]+cv
38 [ ]+3c:[ ]+f305[ ]+clearf[ ]+cv
39 [ ]+3e:[ ]+b305[ ]+setf[ ]+cv
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dencode-3.mm21 Vec<const signed char> cv;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D4.cc87 const void* cv = &ld; local
90 iter_type ret5 = tp.put(res.begin(), oss, ' ', cv);
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtinfo2.cc52 enum cv { NONE = 0, CONST = 1, VOLATILE = 2, CONSTVOL = 1 | 2 }; enum in struct:__attr_type_info
55 cv attr;
57 __attr_type_info (const char *n, cv a, const type_info& t)
129 __attr_type_info::cv cvfrom, cvto;
257 (n, static_cast <__attr_type_info::cv> (attrval), *ti);

Completed in 438 milliseconds

12