Searched refs:pure (Results 1 - 25 of 711) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dctype.d23 pure int isalnum(int c);
25 pure int isalpha(int c);
27 pure int isblank(int c);
29 pure int iscntrl(int c);
31 pure int isdigit(int c);
33 pure int isgraph(int c);
35 pure int islower(int c);
37 pure int isprint(int c);
39 pure int ispunct(int c);
41 pure in
[all...]
H A Dwctype.d30 pure int iswalnum(wint_t wc);
32 pure int iswalpha(wint_t wc);
34 pure int iswblank(wint_t wc);
36 pure int iswcntrl(wint_t wc);
38 pure int iswdigit(wint_t wc);
40 pure int iswgraph(wint_t wc);
42 pure int iswlower(wint_t wc);
44 pure int iswprint(wint_t wc);
46 pure int iswpunct(wint_t wc);
48 pure in
[all...]
H A Dmath.d227 pure int fpclassify(float x);
228 pure int fpclassify(double x);
229 pure int fpclassify(real x);
232 pure int isfinite(float x);
233 pure int isfinite(double x);
234 pure int isfinite(real x);
237 pure int isinf(float x);
238 pure int isinf(double x);
239 pure int isinf(real x);
242 pure in
[all...]
H A Dstring.d38 inout(void)* memchr(return scope inout void* s, int c, size_t n) pure;
40 int memcmp(scope const void* s1, scope const void* s2, size_t n) pure;
42 void* memcpy(return scope void* s1, scope const void* s2, size_t n) pure;
49 void* memmove(return scope void* s1, scope const void* s2, size_t n) pure;
51 void* memset(return scope void* s, int c, size_t n) pure;
54 char* strcat(return scope char* s1, scope const char* s2) pure;
56 inout(char)* strchr(return scope inout(char)* s, int c) pure;
58 int strcmp(scope const char* s1, scope const char* s2) pure;
62 char* strcpy(return scope char* s1, scope const char* s2) pure;
64 size_t strcspn(scope const char* s1, scope const char* s2) pure;
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dport.d22 static int memicmp(scope const char* s1, scope const char* s2, size_t n) pure;
24 static char* strupr(char* s) pure;
31 static void writelongLE(uint value, scope void* buffer) pure;
34 static uint readlongLE(scope const void* buffer) pure;
37 static void writelongBE(uint value, scope void* buffer) pure;
40 static uint readlongBE(scope const void* buffer) pure;
43 static uint readwordLE(scope const void* buffer) pure;
46 static uint readwordBE(scope const void* buffer) pure;
48 static void valcpy(scope void *dst, uint64_t val, size_t size) pure;
H A Dctfloat.d32 pure static real_t fabs(real_t x);
33 pure static real_t ldexp(real_t n, int exp);
35 pure @trusted
38 pure @trusted
41 pure
44 pure @trusted
47 static bool isInfinity(real_t r) pure;
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.betterc/
H A Dtest20613.d4 extern(C) int main() @nogc nothrow pure
H A Dtest19561.d6 extern(C) void main() @nogc nothrow pure
H A Dtest20088.d8 extern(C) int main() @nogc nothrow pure
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/util/
H A Dmath.d20 T max(T)(T a, T b) pure nothrow @nogc @safe
32 T min(T)(T a, T b) pure nothrow @nogc @safe
38 @safe pure @nogc nothrow
47 @safe pure @nogc nothrow
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dstring.d34 void* memccpy(return scope void* dst, scope const void* src, int c, size_t n) pure;
36 char* stpcpy(return scope char* dst, scope const char* src) pure;
38 char* stpncpy(return scope char* dst, const char* src, size_t len) pure;
46 size_t strnlen(scope const char* str, size_t maxlen) pure;
50 char* strtok_r(return scope char* str, scope const char* sep, char** context) pure;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_libdevice_declares.h19 __device__ __attribute__((pure)) float __ocml_acosh_f32(float);
21 __device__ __attribute__((pure)) float __ocml_asinh_f32(float);
24 __device__ __attribute__((pure)) float __ocml_atanh_f32(float);
25 __device__ __attribute__((pure)) float __ocml_cbrt_f32(float);
31 __device__ __attribute__((pure)) __device__ float __ocml_cosh_f32(float);
35 __device__ __attribute__((pure)) float __ocml_erfc_f32(float);
36 __device__ __attribute__((pure)) float __ocml_erfcinv_f32(float);
37 __device__ __attribute__((pure)) float __ocml_erfcx_f32(float);
38 __device__ __attribute__((pure)) float __ocml_erf_f32(float);
39 __device__ __attribute__((pure)) floa
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/typeinfo/
H A Dti_idouble.d22 pure:
H A Dti_ifloat.d22 pure:
H A Dti_ireal.d22 pure:
H A Dti_void.d22 pure:
25 override string toString() const pure nothrow @safe { return "void"; }
42 override @property size_t tsize() nothrow pure
61 override @property uint flags() nothrow pure
H A Dti_ubyte.d22 pure:
25 override string toString() const pure nothrow @safe { return "ubyte"; }
42 override @property size_t tsize() nothrow pure
66 pure:
69 override string toString() const pure nothrow @safe { return "bool"; }
H A Dti_byte.d22 pure:
25 override string toString() const pure nothrow @safe { return "byte"; }
42 override @property size_t tsize() nothrow pure
H A Dti_char.d22 pure:
25 override string toString() const pure nothrow @safe { return "char"; }
42 override @property size_t tsize() nothrow pure
H A Dti_dchar.d22 pure:
25 override string toString() const pure nothrow @safe { return "dchar"; }
42 override @property size_t tsize() nothrow pure
H A Dti_delegate.d25 pure:
38 override @property size_t tsize() nothrow pure
59 override @property uint flags() nothrow pure
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/
H A Dstring.d21 pure void* memmem(return scope const void* haystack, size_t haystacklen, scope const void* needle, size_t needlelen);
27 pure int timingsafe_bcmp(scope const void*, scope const void*, size_t);
28 pure int timingsafe_memcmp(scope const void*, scope const void*, size_t);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Dsched.d45 size_t __CPUELT(size_t cpu) pure
49 cpu_mask __CPUMASK(size_t cpu) pure
59 size_t __CPU_ALLOC_SIZE(size_t count) pure
69 cpu_mask __CPU_SET_S(size_t cpu, size_t setsize, cpu_set_t* cpusetp) pure
80 bool __CPU_ISSET_S(size_t cpu, size_t setsize, cpu_set_t* cpusetp) pure
87 int __CPU_COUNT_S(size_t setsize, cpu_set_t* cpusetp) pure
112 size_t CPU_ALLOC_SIZE(size_t count) pure
122 cpu_mask CPU_SET(size_t cpu, cpu_set_t* cpusetp) pure
127 bool CPU_ISSET(size_t cpu, cpu_set_t* cpusetp) pure
132 int CPU_COUNT(cpu_set_t* cpusetp) pure
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dselect.d61 extern (D) auto __FDELT( int d ) pure
66 extern (D) auto __FDMASK( int d ) pure
79 extern (D) void FD_CLR( int fd, fd_set* fdset ) pure
84 extern (D) bool FD_ISSET( int fd, const(fd_set)* fdset ) pure
89 extern (D) void FD_SET( int fd, fd_set* fdset ) pure
94 extern (D) void FD_ZERO( fd_set* fdset ) pure
152 extern (D) void FD_CLR( int fd, fd_set* fdset ) pure
157 extern (D) bool FD_ISSET( int fd, const(fd_set)* fdset ) pure
162 extern (D) void FD_SET( int fd, fd_set* fdset ) pure
167 extern (D) void FD_ZERO( fd_set* fdset ) pure
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/netinet/
H A Din_.d550 extern (D) int IN6_IS_ADDR_UNSPECIFIED( in6_addr* addr ) pure
558 extern (D) int IN6_IS_ADDR_LOOPBACK( in6_addr* addr ) pure
566 extern (D) int IN6_IS_ADDR_MULTICAST( in6_addr* addr ) pure
571 extern (D) int IN6_IS_ADDR_LINKLOCAL( in6_addr* addr ) pure
576 extern (D) int IN6_IS_ADDR_SITELOCAL( in6_addr* addr ) pure
581 extern (D) int IN6_IS_ADDR_V4MAPPED( in6_addr* addr ) pure
588 extern (D) int IN6_IS_ADDR_V4COMPAT( in6_addr* addr ) pure
596 extern (D) int IN6_IS_ADDR_MC_NODELOCAL( in6_addr* addr ) pure
602 extern (D) int IN6_IS_ADDR_MC_LINKLOCAL( in6_addr* addr ) pure
608 extern (D) int IN6_IS_ADDR_MC_SITELOCAL( in6_addr* addr ) pure
[all...]

Completed in 140 milliseconds

1234567891011>>