Home
last modified time | relevance | path

Searched refs:FOREACH (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/
H A Dforeach52 $(foreach x,FOREACH,$(eval $(value mktarget)))',
54 'FOREACH');
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.spell-cc459 FOREACH
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp1335 case FOREACH: { in Fold()
1442 if (getOpcode() == FOREACH || getOpcode() == FILTER) { in resolveReferences()
1462 case FOREACH: Result = "!foreach"; UnquotedLHS = true; break; in getAsString()
H A DTGParser.cpp1974 return (TernOpInit::get((Operation == tgtok::XForEach) ? TernOpInit::FOREACH in ParseOperationForEachFilter()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h865 enum TernaryOp : uint8_t { SUBST, FOREACH, FILTER, IF, DAG, SUBSTR, FIND }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst2281 FOREACH(<variable-declaration>, ...)
2288 ForEachMacros: ['RANGES_FOR', 'FOREACH']
/netbsd-src/external/gpl3/autoconf/dist/doc/
H A Dautoconf.texi23270 @acindex{FOREACH}