HomeSort by relevance Sort by last modified time
    Searched refs:cInt (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
function-overloaded-redecl.cpp 3 typedef const int cInt;
9 void f (cInt) { } // expected-error {{redefinition of 'f'}}
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
me_utils.cpp 316 Int *cInt, *cInt2;
320 cInt = (Int*)cur; /* make sure this is word-align */
325 tmp = cInt[3]; /* load 4 pixels at a time */
330 tmp = cInt[2];
335 tmp = cInt[1];
340 tmp = *cInt;
341 cInt += (lx >> 2);
  /external/clang/test/CodeGenCXX/
mangle-ms.cpp 130 typedef const int cInt;
134 extern cInt g_cInt = 1;

Completed in 115 milliseconds