Searched defs:Ce (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/memcheck/tests/
H A Dleak_cpp_interior.cpp36 struct Ce : public Ae, public Be struct in inherits:Ae,Be
38 virtual ~Ce()
39 { fprintf(stderr, "destruct Ce\n");
118 ptrBCe = new Ce; // interior ptr.
119 ptrACe = new Ce; // not an interior pointer.
/external/clang/test/SemaCXX/
H A Derr_typecheck_assign_const_filecheck.cpp13 const E Ce; member in struct:D
69 Ca.Cb.Cc.Cd.Ce.Snum = 5;
165 a.b.c.Cd.Ce.num = 5;
167 // CHECK: error:{{.*}} 'Ce'
169 // CHECK: note:{{.*}} 'Ce'
225 Ca.Mb.c.d.Ce.num = 5;
227 // CHECK: error:{{.*}} 'Ce'
229 // CHECK: note:{{.*}} 'Ce'
232 Ca.getB().c.d.Ce.num = 5;
234 // CHECK: error:{{.*}} 'Ce'
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_luv.c102 * Le' Ce
964 int Ce; local
973 Ce = p & 0x3fff;
974 if (uv_decode(&u, &v, Ce) < 0) {
992 int Le, Ce; local
1005 Ce = uv_encode(u, v, em);
1006 if (Ce < 0) /* never happens */
1007 Ce = uv_encode(U_NEU, V_NEU, SGILOGENCODE_NODITHER);
1009 return (Le << 14 | Ce);
1079 int Le, Ce; local
[all...]

Completed in 122 milliseconds