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

1 2

  /src/usr.bin/make/
dir.c 635 * to 'expansions' if they do.
644 DirMatchFiles(const char *pattern, CachedDir *dir, StringList *expansions)
682 Lst_Append(expansions, fullName);
754 * textual, the expansions are not looked up in the file system. But if an
766 * expansions Place to store the expansions
770 StringList *expansions)
800 SearchPath_Expand(path, file, expansions);
803 Lst_Append(expansions, file);
814 DirExpandPath(const char *pattern, SearchPath *path, StringList *expansions)
    [all...]
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/gpl3/gcc/dist/libgcc/config/cris/
mulsi3.S 24 ;; This code used to be expanded through interesting expansions in
  /src/external/gpl3/gcc.old/dist/libgcc/config/cris/
mulsi3.S 24 ;; This code used to be expanded through interesting expansions in
  /src/crypto/dist/ipsec-tools/misc/
cvs2cl.pl 2093 my %expansions;
2130 $expansions{$username} = "$expansion <$mailname>";
2170 $expansions{$username} = "$username <$expansion>";
2173 $expansions{$username} = "$username $expansion";
2177 $expansions{$username} = $expansion;
2184 $self->{usermap} = \%expansions;
  /src/usr.bin/make/unit-tests/
dep-var.mk 49 # The number of actual expansions is way more than one might expect,
posix1.mk 45 # ${VAR}. s1 and s2 may contain macro expansions.
varmod-sysv.mk 235 # of removing one of the expansions.
  /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/external/apache2/llvm/dist/clang/lib/Lex/
DependencyDirectivesSourceMinimizer.cpp 509 // Don't handle macro expansions inside @import for now.
769 // FIXME: Once/if Clang starts disallowing __has_include in macro expansions,
  /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/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/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 3571 ArrayRef<NamedDecl *> expansions() const { function in class:clang::final
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp 141 for (auto *Using : cast<UsingPackDecl>(D).expansions())
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 1284 for (auto *E : D->expansions())
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 246 /// By default, the transformer never tries to expand pack expansions.
259 /// expand the corresponding pack expansions into separate arguments. When
270 /// number of expansions is known a priori (e.g., due to a prior substitution)
271 /// and will be set by the callee when the number of expansions is known.
419 /// support for variadic templates by expanding any pack expansions (if the
420 /// derived class permits such expansion) along the way. When pack expansions
4384 llvm_unreachable("Caller should expand pack expansions");
11961 Decls = UPD->expansions();
12621 // Zero or more expansions of the init-capture.
12622 SmallVector<InitCaptureInfoTy, 4> Expansions;
    [all...]
SemaTemplateInstantiateDecl.cpp 3134 // same pack expansion, but this is always ill-formed because all expansions
3146 SmallVector<NamedDecl*, 8> Expansions;
3156 Expansions.push_back(cast<NamedDecl>(Slice));
3159 auto *NewD = SemaRef.BuildUsingPackDecl(D, Expansions);
3209 SmallVector<NamedDecl*, 8> Expansions;
3210 for (auto *UD : D->expansions()) {
3213 Expansions.push_back(NewUD);
3218 auto *NewD = SemaRef.BuildUsingPackDecl(D, Expansions);
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 234 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 234 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 233 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things
  /src/external/gpl3/gcc.old/dist/gcc/doc/include/
texinfo.tex 233 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things
  /src/external/lgpl3/gmp/dist/doc/
texinfo.tex 234 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things

Completed in 122 milliseconds

1 2