Searched refs:expansions (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/bmake/
H A Ddir.c631 * See if any files match the pattern and add their names to the 'expansions'
647 DirMatchFiles(const char *pattern, CachedDir *dir, StringList *expansions) argument
683 Lst_Append(expansions, fullName);
758 * textual, the expansions are not looked up in the file system. But if an
770 * expansions Place to store the expansions
774 StringList *expansions)
804 SearchPath_Expand(path, file, expansions);
807 Lst_Append(expansions, file);
818 DirExpandPath(const char *word, SearchPath *path, StringList *expansions) argument
773 DirExpandCurly(const char *word, const char *brace, SearchPath *path, StringList *expansions) argument
828 PrintExpansions(StringList *expansions) argument
845 SearchPath_ExpandMiddle(SearchPath *path, const char *pattern, const char *wildcardComponent, StringList *expansions) argument
898 SearchPath_Expand(SearchPath *path, const char *pattern, StringList *expansions) argument
[all...]
H A Dsuff.c1240 StringList expansions; local
1248 Lst_Init(&expansions);
1249 SearchPath_Expand(Suff_FindPath(cgn), cgn->name, &expansions); local
1251 while (!Lst_IsEmpty(&expansions)) {
1256 char *cp = Lst_Dequeue(&expansions);
1267 Lst_Done(&expansions);
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddep-var.mk53 # The number of actual expansions is way more than one might expect,
H A Dposix1.mk45 # ${VAR}. s1 and s2 may contain macro expansions.
H A Dvarmod-sysv.mk234 # of removing one of the expansions.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesSourceMinimizer.cpp509 // Don't handle macro expansions inside @import for now.
769 // FIXME: Once/if Clang starts disallowing __has_include in macro expansions,
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dexpn.pl249 # at the complete output. @toFinal stores expansions
253 # expansions.
368 # expansions or roll them back.
1262 flag, only expansions that result in legal addresses
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp132 for (auto *Using : cast<UsingPackDecl>(D).expansions())
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3584 ArrayRef<NamedDecl *> expansions() const { function in class:clang::final
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1288 for (auto *E : D->expansions())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h245 /// By default, the transformer never tries to expand pack expansions.
258 /// expand the corresponding pack expansions into separate arguments. When
269 /// number of expansions is known a priori (e.g., due to a prior substitution)
270 /// and will be set by the callee when the number of expansions is known.
418 /// support for variadic templates by expanding any pack expansions (if the
419 /// derived class permits such expansion) along the way. When pack expansions
4284 llvm_unreachable("Caller should expand pack expansions");
11689 Decls = UPD->expansions();
12348 // Zero or more expansions of the init-capture.
13041 // Common case: we could determine the number of expansions withou
[all...]
H A DSemaTemplateInstantiateDecl.cpp3075 // same pack expansion, but this is always ill-formed because all expansions
3151 for (auto *UD : D->expansions()) {

Completed in 359 milliseconds