HomeSort by: relevance | last modified time | path
    Searched refs:ivar_type (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libobjc/
gc.c 189 const char *ivar_type; local
197 objc_layout_structure_get_info (&layout, &offset, &align, &ivar_type);
200 if (*ivar_type == '"')
202 for (ivar_type++; *ivar_type++ != '"';)
206 if (*ivar_type == _C_GCINVISIBLE)
209 ivar_type++;
212 switch (*ivar_type) {
223 __objc_gc_setup_array (mask, ivar_type, offset);
227 __objc_gc_setup_struct (mask, ivar_type, offset)
270 const char *ivar_type = ivar->ivar_type; local
    [all...]
ivars.c 173 return variable->ivar_type;
279 ivar->ivar_type = objc_malloc (strlen (type) + 1);
280 strcpy ((char *)ivar->ivar_type, type);
class.c 660 objc_free ((char *)ivar->ivar_type);
  /src/external/gpl3/gcc.old/dist/libobjc/objc-private/
module-abi-8.h 103 const char* ivar_type; /* Description of the Ivar's type. Useful member in struct:objc_ivar
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 3649 uint32_t ivar_type; /* char * (32-bit pointer) */ member in struct:__anon3370::objc_ivar_t
3930 sys::swapByteOrder(objc_ivar.ivar_type);
5583 outs() << "\t\t\tivar_type " << format("0x%08" PRIx32, ivar.ivar_type);
5585 name = get_pointer_32(ivar.ivar_type, offset, xleft, S, info, true);
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 1667 tree ivar_type = TREE_TYPE (ivar); local
1690 tree mod = fold_convert (ivar_type, collapse->iters);
1691 ivar = fold_build2 (TRUNC_DIV_EXPR, ivar_type, expr, mod);
1692 expr = fold_build2 (TRUNC_MOD_EXPR, ivar_type, expr, mod);

Completed in 46 milliseconds