Searched defs:cvalue (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/SemaCXX/
H A Dillegal-member-initialization.cpp4 A() : value(), cvalue() { } // expected-error {{reference to type 'int' requires an initializer}}
6 const int cvalue; member in struct:A
14 // expected-error {{constructor for 'X' must explicitly initialize the const member 'cvalue'}} \
18 const int cvalue; // expected-note{{declared here}} member in struct:X
/external/chromium_org/third_party/leveldatabase/src/doc/bench/
H A Ddb_bench_tree_db.cc462 std::string ckey, cvalue; local
463 while (cur->get(&ckey, &cvalue, true)) {
464 bytes_ += ckey.size() + cvalue.size();
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_snprintf.c463 unsigned char cvalue; local
758 cvalue = (unsigned char)va_arg(args, int);
759 OUTCHAR(str, len, size, cvalue);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_snprintf.c463 unsigned char cvalue; local
758 cvalue = (unsigned char)va_arg(args, int);
759 OUTCHAR(str, len, size, cvalue);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c775 unsigned short cvalue; /* numeric leaf */ member in struct:codeview_symbol::__anon31622
786 unsigned short cvalue; /* numeric leaf */ member in struct:codeview_symbol::__anon31623
797 unsigned short cvalue; member in struct:codeview_symbol::__anon31624

Completed in 256 milliseconds