HomeSort by relevance Sort by last modified time
    Searched defs:cvalue (Results 1 - 7 of 7) sorted by null

  /external/clang/test/SemaCXX/
illegal-member-initialization.cpp 4 A() : value(), cvalue() { } // expected-error {{reference to type 'int' requires an initializer}}
6 const int cvalue; member in struct:A
15 // expected-error {{constructor for 'X' must explicitly initialize the const member 'cvalue'}} \
19 const int cvalue; // expected-note{{declared here}} member in struct:X
  /external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_types.pass.cpp 167 const int cvalue = 43; local
175 test_pmr_uses_alloc<ET>(cvalue);
176 test_pmr_uses_alloc<PMR>(cvalue);
177 test_pmr_uses_alloc<PMA>(cvalue);
178 test_pmr_uses_alloc<ET>(cvalue, std::move(value));
179 test_pmr_uses_alloc<PMR>(cvalue, std::move(value));
180 test_pmr_uses_alloc<PMA>(cvalue, std::move(value));
189 test_non_pmr_uses_alloc<STDA>(std_alloc, cvalue);
190 test_non_pmr_uses_alloc<TESTA>(test_alloc, cvalue);
191 test_non_pmr_uses_alloc<STDA>(std_alloc, cvalue, std::move(value))
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_types.pass.cpp 162 const int cvalue = 43; local
170 test_pmr_uses_alloc<ET>(cvalue);
171 test_pmr_uses_alloc<PMR>(cvalue);
172 test_pmr_uses_alloc<PMA>(cvalue);
173 test_pmr_uses_alloc<ET>(cvalue, std::move(value));
174 test_pmr_uses_alloc<PMR>(cvalue, std::move(value));
175 test_pmr_uses_alloc<PMA>(cvalue, std::move(value));
184 test_non_pmr_uses_alloc<STDA>(std_alloc, cvalue);
185 test_non_pmr_uses_alloc<TESTA>(test_alloc, cvalue);
186 test_non_pmr_uses_alloc<STDA>(std_alloc, cvalue, std::move(value))
    [all...]
  /external/ltp/testcases/kernel/syscalls/fork/
fork04.c 168 char *penv, *cenv, *pvalue, *cvalue; local
194 cvalue = strchr(cstring, ':');
195 if (cvalue == NULL) {
201 *cvalue = '\0';
202 cvalue++;
203 if (*cvalue == '\0') {
216 if (strcmp(pvalue, cvalue) != 0) {
219 penv, pvalue, cvalue);
222 penv, cvalue);
  /external/e2fsprogs/misc/
fuse2fs.c 2597 const void *cvalue; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 775 unsigned short cvalue; /* numeric leaf */ member in struct:codeview_symbol::__anon37271
786 unsigned short cvalue; /* numeric leaf */ member in struct:codeview_symbol::__anon37272
797 unsigned short cvalue; member in struct:codeview_symbol::__anon37273
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 1714 milliseconds