HomeSort by: relevance | last modified time | path
    Searched defs:sdecl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-builtins.cc 234 StructDeclaration *sdecl = StructDeclaration::create (Loc (), ident, local
236 sdecl->parent = stubmod;
237 sdecl->structsize = int_size_in_bytes (type);
238 sdecl->alignsize = TYPE_ALIGN_UNIT (type);
239 sdecl->alignment.setDefault ();
240 sdecl->sizeok = Sizeok::done;
241 sdecl->type = (TypeStruct::create (sdecl))->addMod (mod);
242 sdecl->type->ctype = type;
243 sdecl->type->merge2 ()
    [all...]
expr.cc 2174 SymbolDeclaration *sdecl = e->var->isSymbolDeclaration (); local
2190 else if (sdecl && sdecl->dsym)
2192 if (StructDeclaration *sd = sdecl->dsym->isStructDeclaration ())
2194 else if (ClassDeclaration *cd = sdecl->dsym->isClassDeclaration ())
  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 11434 tree sdecl = addr_tokens[last_access]->expr;
11435 tree sdecl_ptr = ref_to_ptr ? build_fold_indirect_ref (sdecl)
11436 : sdecl;
11441 ? sdecl_ptr : sdecl;
11442 sdecl = sdecl_ptr;
11447 ptrdiff_type_node, sdecl);
11431 tree sdecl = addr_tokens[last_access]->expr; local

Completed in 61 milliseconds