HomeSort by: relevance | last modified time | path
    Searched refs:contained (Results 1 - 25 of 74) sorted by relevancy

1 2 3

  /src/usr.sbin/sysinst/
msg.mbr.fr 111 {The Extended Partition must be able to hold all contained partitions}
msg.mbr.es 112 {The Extended Partition must be able to hold all contained partitions}
msg.mbr.pl 111 {The Extended Partition must be able to hold all contained partitions}
  /src/external/apache2/llvm/dist/llvm/utils/vim/syntax/
tablegen.vim 28 syn keyword tgTodo contained TODO FIXME
  /src/usr.bin/make/unit-tests/
parse-var.mk 97 # first pass of the ':@var@body@' modifier), and the expression contained a
98 # modifier, and that modifier contained a nested expression, the nested
varmod-match-escape.mk 58 # No unescaping takes place since the pattern neither contained '\:' nor
  /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
gimple.vim 29 syn match gimpleAnnotationMark "#" contained
31 \ ALIGN MISALIGN NONZERO contained
gcc-match.vim 17 syn keyword pdTodo contained TODO FIXME XXX
  /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
gimple.vim 29 syn match gimpleAnnotationMark "#" contained
31 \ ALIGN MISALIGN NONZERO contained
gcc-match.vim 17 syn keyword pdTodo contained TODO FIXME XXX
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
pass-by-ref.exp 224 set contained "Small_[join $states _]"
228 /*** Class that contains $contained ***/
231 $contained item;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
pass-by-ref.exp 224 set contained "Small_[join $states _]"
228 /*** Class that contains $contained ***/
231 $contained item;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
class.cc 1692 sub_ns->sibling = ns->contained;
1693 ns->contained = sub_ns;
2494 sub_ns->sibling = ns->contained;
2495 ns->contained = sub_ns;
2573 sub_ns->sibling = ns->contained;
2574 ns->contained = sub_ns;
2752 gfc_namespace *contained; local
2830 contained = ns->contained;
2831 for (; contained; contained = contained->sibling
    [all...]
frontend-passes.cc 224 for (ns = ns->contained; ns; ns = ns->sibling)
1457 /* Optimize a namespace, including all contained namespaces.
1509 for (ns = ns->contained; ns; ns = ns->sibling)
1526 for (ns = ns->contained; ns; ns = ns->sibling)
1542 for (ns = ns->contained; ns; ns = ns->sibling)
2309 /* Data package to hand down for DO loop checks in a contained
2321 contained function call. */
2375 /* Callback function that goes through the code in a contained
2615 if (co->resolved_sym->attr.contained)
2627 /* Look contained procedures under the namespace of th
    [all...]
parse.cc 1437 contained within five columns and can have any kind of embedded
4754 /* Parse a series of contained program units. */
6003 && !old_sym->attr.contained
6033 /* Do the same for any contained procedures. */
6034 gfc_fixup_sibling_symbols (sym, ns->contained);
6057 gfc_current_ns->sibling = parent_ns->contained;
6058 parent_ns->contained = gfc_current_ns;
6086 gfc_error ("Contained procedure %qs at %C is already "
6108 /* Mark this as a contained function, so it isn't replaced
6110 sym->attr.contained = 1
    [all...]
resolve.cc 262 blocks because they are self-contained scoping units.
577 gfc_error ("Contained procedure %qs at %L has the same name as its "
597 gfc_error ("Contained function %qs at %L has no IMPLICIT type",
600 gfc_error ("Result %qs of contained function %qs at %L has "
1138 /* Resolve contained function types. Because contained functions can call one
1139 another, they have to be worked out before any of the contained procedures
1144 by definition contained functions are contained namespace they're contained
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
class.cc 1800 sub_ns->sibling = ns->contained;
1801 ns->contained = sub_ns;
2623 sub_ns->sibling = ns->contained;
2624 ns->contained = sub_ns;
2702 sub_ns->sibling = ns->contained;
2703 ns->contained = sub_ns;
2889 gfc_namespace *contained; local
2967 contained = ns->contained;
2968 for (; contained; contained = contained->sibling
    [all...]
symbol.cc 382 if (!proc->attr.contained || proc->result->attr.implicit_type)
581 if ((attr->if_source == IFSRC_DECL && !attr->procedure) || attr->contained)
2416 the derived type is use associated in both contained and sibling procedures
2422 bool contained, bool stash)
2426 && ((contained && st->n.sym->attr.use_assoc) || !contained)
2440 find_derived_types (sym, st->left, name, contained, stash);
2443 find_derived_types (sym, st->right, name, contained, stash);
3180 especially (contained) procedure symbols, which can represent a lot of memory
3215 /* We can assume that contained procedures have cyclic references, becaus
    [all...]
frontend-passes.cc 224 for (ns = ns->contained; ns; ns = ns->sibling)
1457 /* Optimize a namespace, including all contained namespaces.
1509 for (ns = ns->contained; ns; ns = ns->sibling)
1526 for (ns = ns->contained; ns; ns = ns->sibling)
1542 for (ns = ns->contained; ns; ns = ns->sibling)
2309 /* Data package to hand down for DO loop checks in a contained
2321 contained function call. */
2375 /* Callback function that goes through the code in a contained
2615 if (co->resolved_sym->attr.contained)
2627 /* Look contained procedures under the namespace of th
    [all...]
parse.cc 1637 contained within five columns and can have any kind of embedded
4983 /* Parse a series of contained program units. */
6433 && !old_sym->attr.contained
6463 /* Do the same for any contained procedures. */
6464 gfc_fixup_sibling_symbols (sym, ns->contained);
6487 gfc_current_ns->sibling = parent_ns->contained;
6488 parent_ns->contained = gfc_current_ns;
6516 gfc_error ("Contained procedure %qs at %C is already "
6538 /* Mark this as a contained function, so it isn't replaced
6540 sym->attr.contained = 1
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genmodes.cc 66 struct mode_data *contained; /* Pointer to list of modes that have member in struct:mode_data
427 m->next_cont = m->component->contained;
428 m->component->contained = m;
1063 for (m = a->mode->contained; m; m = m->next_cont)
1835 for (m = a->mode->contained; m; m = m->next_cont)
1882 for (m = a->mode->contained; m; m = m->next_cont)
  /src/external/gpl3/gcc/dist/gcc/
genmodes.cc 66 struct mode_data *contained; /* Pointer to list of modes that have member in struct:mode_data
428 m->next_cont = m->component->contained;
429 m->component->contained = m;
1065 for (m = a->mode->contained; m; m = m->next_cont)
1870 for (m = a->mode->contained; m; m = m->next_cont)
1917 for (m = a->mode->contained; m; m = m->next_cont)
  /src/share/locale/ctype/
gen_ctype_utf8.pl 84 * Except as contained in this notice, the name of a copyright holder
  /src/sys/arch/ia64/stand/common/
help.common 68 Loads the module contained in <filename> into memory. If no other
  /src/external/bsd/pcc/dist/pcc/cc/cpp/
cpp.c 2019 * after all macros contained therein have

Completed in 98 milliseconds

1 2 3