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

/external/valgrind/memcheck/tests/
H A Dleak_cpp_interior.cpp37 struct Ce : public Ae, public Be struct in inherits:Ae,Be
39 virtual ~Ce()
40 { fprintf(stderr, "destruct Ce\n");
119 ptrBCe = new Ce; // interior ptr.
120 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
973 int Ce; local
982 Ce = p & 0x3fff;
983 if (uv_decode(&u, &v, Ce) < 0) {
1001 int Le, Ce; local
1014 Ce = uv_encode(u, v, em);
1015 if (Ce < 0) /* never happens */
1016 Ce = uv_encode(U_NEU, V_NEU, SGILOGENCODE_NODITHER);
1018 return (Le << 14 | Ce);
1088 int Le, Ce; local
[all...]

Completed in 188 milliseconds