Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dconstant-expression-cxx1y.cpp677 constexpr void duff_copy(char *a, const char *b, int n) { in duff_copy() function
695 duff_copy(buffer, str, n); in test_copy()