Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Dequality.d63 static bool trustedMemcmp(scope T1[] lhs, scope T2[] rhs) @trusted @nogc nothrow pure in trustedMemcmp() function
69 return trustedMemcmp(lhs, rhs);
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dstring.d1193 auto trustedMemcmp(in void* s1, in void* s2, size_t n) @trusted in trustedMemcmp() function
1197 if (trustedMemcmp(&s[i + 1], &sub[1],
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstring.d1400 auto trustedMemcmp(in void* s1, in void* s2, size_t n) @trusted in trustedMemcmp() function
1404 if (trustedMemcmp(&s[i + 1], &sub[1],