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

  /src/external/gpl3/gcc/dist/gcc/cp/
init.cc 147 to a base COMPONENT_REF; if we only have a pointer to the base subobject,
164 data member and each base-class subobject is zero-initialized.
380 /* Discard any access checking during subobject initialization;
1300 will be the subobject (a FIELD_DECL or BINFO) to initialize. The
1324 track of the next subobject which can be explicitly initialized
1332 tree subobject; local
1335 subobject = TREE_PURPOSE (init);
1338 SUBOBJECT will be NEXT_SUBOBJECT, or something following
1343 if (TREE_PURPOSE (subobject_init) == subobject)
1358 if (TREE_CODE (subobject) == FIELD_DECL
1360 OPT_Wreorder, " %q#D", subobject); local
1382 subobject); local
1386 subobject); local
1557 tree subobject = TREE_PURPOSE (mem_inits); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc 147 to a base COMPONENT_REF; if we only have a pointer to the base subobject,
164 data member and each base-class subobject is zero-initialized.
380 /* Discard any access checking during subobject initialization;
1271 will be the subobject (a FIELD_DECL or BINFO) to initialize. The
1295 track of the next subobject which can be explicitly initialized
1303 tree subobject; local
1306 subobject = TREE_PURPOSE (init);
1309 SUBOBJECT will be NEXT_SUBOBJECT, or something following
1314 if (TREE_PURPOSE (subobject_init) == subobject)
1329 if (TREE_CODE (subobject) == FIELD_DECL
1331 OPT_Wreorder, " %q#D", subobject); local
1353 subobject); local
1357 subobject); local
1529 tree subobject = TREE_PURPOSE (mem_inits); local
    [all...]

Completed in 25 milliseconds