Searched refs:expansions (Results 1 - 13 of 13) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3071 // same pack expansion, but this is always ill-formed because all expansions
3147 for (auto *UD : D->expansions()) {
H A DTreeTransform.h237 /// By default, the transformer never tries to expand pack expansions.
250 /// expand the corresponding pack expansions into separate arguments. When
261 /// number of expansions is known a priori (e.g., due to a prior substitution)
262 /// and will be set by the callee when the number of expansions is known.
410 /// support for variadic templates by expanding any pack expansions (if the
411 /// derived class permits such expansion) along the way. When pack expansions
4109 llvm_unreachable("Caller should expand pack expansions");
11034 Decls = UPD->expansions();
11692 // Zero or more expansions of the init-capture.
12385 // Common case: we could determine the number of expansions withou
[all...]
/freebsd-11-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-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1278 for (auto *E : D->expansions())
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesSourceMinimizer.cpp508 // Don't handle macro expansions inside @import for now.
768 // FIXME: Once/if Clang starts disallowing __has_include in macro expansions,
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp127 for (auto *Using : cast<UsingPackDecl>(D).expansions())
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3555 ArrayRef<NamedDecl *> expansions() const { function in class:clang::final
/freebsd-11-stable/contrib/bmake/
H A Ddir.c592 * match the pattern and add their names to the 'expansions' list if
606 * File names are added to the expansions lst. The directory will be
611 DirMatchFiles(const char *pattern, Path *p, Lst expansions) argument
633 (void)Lst_AtEnd(expansions,
654 * expansions Place to store the expansions
660 * The given list is filled with the expansions...
665 DirExpandCurly(const char *word, const char *brace, Lst path, Lst expansions) argument
729 * of expansions.
737 Dir_Expand(file, path, expansions);
777 DirExpandInt(const char *word, Lst path, Lst expansions) argument
834 Dir_Expand(const char *word, Lst path, Lst expansions) argument
[all...]
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex234 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things
/freebsd-11-stable/contrib/amd/amd/
H A Dopts.c260 static opt_apply expansions[] = variable
1022 * handle recursive expansions. They will go badly wrong.
1523 * name before using it in other expansions.
1538 apply_opts(expand_opts, expansions, FALSE);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dhpread.c4255 field = dn_bufp->dtemplate.expansions;
4260 /* The expansions or nextexp should point to a tagdef */
/freebsd-11-stable/contrib/gdb/include/
H A Dhp-symtab.h1191 dnttpointer expansions ; /* ptr to expansion list */ member in struct:dntt_type_template
1749 unsigned int linked : 1; /* linked with other expansions */
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dposix1.mk43 # ${VAR}. s1 and s2 may contain macro expansions.

Completed in 290 milliseconds