Home
last modified time | relevance | path

Searched defs:all2 (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Parser/
Dcxx1z-fold-expressions.cpp6 template<typename ...T> constexpr auto all2(T ...t) { return (t && ... && true); } in all2() function
/external/cblas/src/
DMakefile167 all2: $(alev2) $(errhand) target
/external/cblas/testing/
DMakefile41 all2: stest2 dtest2 ctest2 ztest2 target
/external/llvm-project/clang/test/Parser/
Dcxx1z-fold-expressions.cpp6 template<typename ...T> constexpr auto all2(T ...t) { return (t && ... && true); } in all2() function