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

  /src/external/gpl3/gcc/dist/gcc/
tree-nested.cc 203 tree chain_field; member in struct:nesting_info
507 tree field = info->chain_field;
521 info->chain_field = field;
3129 else if (!n->outer || (!n->chain_decl && !n->chain_field))
3518 /* If a chain_field was created, then it needs to be initialized
3520 if (root->chain_field)
3522 tree x = build3 (COMPONENT_REF, TREE_TYPE (root->chain_field),
3523 root->frame_decl, root->chain_field, NULL_TREE);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-nested.cc 203 tree chain_field; member in struct:nesting_info
507 tree field = info->chain_field;
521 info->chain_field = field;
3104 else if (!n->outer || (!n->chain_decl && !n->chain_field))
3492 /* If a chain_field was created, then it needs to be initialized
3494 if (root->chain_field)
3496 tree x = build3 (COMPONENT_REF, TREE_TYPE (root->chain_field),
3497 root->frame_decl, root->chain_field, NULL_TREE);
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc 2814 tree chain_field = component_ref (decl_ref, TYPE_FIELDS (type)); local
2815 tree chain_expr = modify_expr (chain_field,

Completed in 22 milliseconds