Home
last modified time | relevance | path

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

/external/libdivsufsort/CMakeModules/
Dcmake_uninstall.cmake.in9 FOREACH(file ${files})
21 FOREACH(file ${files})
/external/swiftshader/third_party/LLVM/cmake/modules/
DLLVMParseArguments.cmake53 FOREACH(arg_name ${arg_names})
56 FOREACH(option ${option_names})
62 FOREACH(arg ${ARGN})
/external/eigen/unsupported/doc/examples/
DCMakeLists.txt7 FOREACH(example_src ${examples_SRCS})
/external/eigen/unsupported/doc/snippets/
DCMakeLists.txt5 FOREACH(snippet_src ${snippets_SRCS})
/external/eigen/bench/btl/data/
DCMakeLists.txt7 FOREACH(script_file ${script_files})
/external/pcre/dist2/cmake/
DFindPackageHandleStandardArgs.cmake39 FOREACH(_CURRENT_VAR ${ARGN})
/external/eigen/bench/btl/cmake/
DFindPackageHandleStandardArgs.cmake41 FOREACH(_CURRENT_VAR ${ARGN})
/external/curl/tests/libtest/
DCMakeLists.txt96 # FOREACH(TEST_NAME ${noinst_PROGRAMS})
/external/vulkan-validation-layers/cmake/
DFindImageMagick.cmake228 FOREACH(component ${ImageMagick_FIND_COMPONENTS}
/external/clang/docs/
DClangFormatStyleOptions.rst482 FOREACH(<variable-declaration>, ...)
489 ForEachMacros: ['RANGES_FOR', 'FOREACH']
/external/llvm/lib/TableGen/
DRecord.cpp1087 case FOREACH: { in Fold()
1144 case FOREACH: Result = "!foreach"; break; in getAsString()
DTGParser.cpp976 Code = TernOpInit::FOREACH; in ParseOperation()
/external/swiftshader/third_party/LLVM/lib/TableGen/
DRecord.cpp1187 case FOREACH: { in Fold()
1249 case FOREACH: Result = "!foreach"; break; in getAsString()
DTGParser.cpp882 Code = TernOpInit::FOREACH; in ParseOperation()
/external/llvm/include/llvm/TableGen/
DRecord.h855 enum TernaryOp : uint8_t { SUBST, FOREACH, IF }; enumerator
/external/pcre/dist2/
DCMakeLists.txt707 FOREACH(man ${man3})
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h1003 enum TernaryOp { SUBST, FOREACH, IF }; enumerator