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

  /external/clang/test/Sema/
invalid-decl.c 9 typedef xtype (*x)(void* handle); // expected-error {{function cannot return function type}} expected-warning {{type specifier missing, defaults to 'int'}} expected-warning {{type specifier missing, defaults to 'int'}}
  /external/python/cpython2/Modules/
cgen.py 275 xtype = a_type[9:]
277 xtype = a_type
286 print '(!geti' + xtype + 'arraysize(args,',
289 if xtype <> a_type:
290 print '('+xtype+' *)',
310 print '(!geti' + xtype + 'array(args,',
317 if (a_sub and a_factor) or xtype <> a_type:
318 print '('+xtype+' *)',
321 print '(!geti' + xtype + 'arg(args,',
324 if xtype <> a_type
    [all...]
  /external/linux-kselftest/tools/testing/selftests/breakpoints/
breakpoint_test.c 57 int xtype, xlen; local
62 xtype = 0;
65 xtype = 1;
68 xtype = 3;
90 vdr7 = (xlen | xtype) << 16;
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 22 mat.xtype = CHOLMOD_REAL;
30 mat.xtype = CHOLMOD_COMPLEX;
39 // mat.xtype = CHOLMOD_REAL;
47 // mat.xtype = CHOLMOD_COMPLEX;
96 // setup res.xtype
  /external/libxml2/
xmlschemastypes.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c 26048 etByte xtype = etINVALID; \/* Conversion paradigm *\/ local
    [all...]
  /external/sqlite/dist/
sqlite3.c 26048 etByte xtype = etINVALID; \/* Conversion paradigm *\/ local
    [all...]
  /external/elfutils/src/
readelf.c     [all...]

Completed in 571 milliseconds