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

  /src/external/bsd/am-utils/dist/amd/
opts.c 262 static opt_apply expansions[] = variable
1024 * handle recursive expansions. They will go badly wrong.
1525 * name before using it in other expansions.
1540 apply_opts(expand_opts, expansions, FALSE);
  /src/usr.bin/make/
suff.c 1207 StringList expansions; local
1213 Lst_Init(&expansions);
1214 SearchPath_Expand(Suff_FindPath(cgn), cgn->name, &expansions); local
1216 while (!Lst_IsEmpty(&expansions)) {
1221 char *name = Lst_Dequeue(&expansions);
1233 Lst_Done(&expansions);
  /src/external/mit/isl/dist/
isl_schedule_node.c 3419 * gist_enter_expansion and decrement the number of outer expansions.
3480 * If we have gone through any expansions, then we cannot perform
3795 * "expansions" contains a list of accumulated expansions
3801 isl_union_map_list *expansions; member in struct:isl_subtree_expansion_data
3810 * of data->expansions is combined with the expansion
3814 * of a set or sequence node, data->expansions is extended
3839 n = isl_union_map_list_n_union_map(data->expansions);
3841 data->expansions =
3842 isl_union_map_list_free(data->expansions);
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 3571 ArrayRef<NamedDecl *> expansions() const { function in class:clang::final
  /src/external/gpl3/binutils/dist/include/
hp-symtab.h 1192 dnttpointer expansions ; /* ptr to expansion list */ member in struct:dntt_type_template
1750 unsigned int linked : 1; /* linked with other expansions */
  /src/external/gpl3/binutils.old/dist/include/
hp-symtab.h 1192 dnttpointer expansions ; /* ptr to expansion list */ member in struct:dntt_type_template
1750 unsigned int linked : 1; /* linked with other expansions */
  /src/external/gpl3/gdb.old/dist/include/
hp-symtab.h 1192 dnttpointer expansions ; /* ptr to expansion list */ member in struct:dntt_type_template
1750 unsigned int linked : 1; /* linked with other expansions */
  /src/external/gpl3/gdb/dist/include/
hp-symtab.h 1192 dnttpointer expansions ; /* ptr to expansion list */ member in struct:dntt_type_template
1750 unsigned int linked : 1; /* linked with other expansions */

Completed in 28 milliseconds