Searched refs:pure (Results 426 - 450 of 711) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/x86_64/gnulib/
H A Dconfig.h1905 #if _GL_HAS_ATTRIBUTE (pure)
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm/neon/
H A Dlshiftc.asm56 C * Try using 128-bit operations. Note that Neon lacks pure 128-bit shifts,
H A Dlorrshift.asm56 C * Try using 128-bit operations. Note that Neon lacks pure 128-bit shifts,
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcstub/
H A Dgc.d38 extern (C) void onOutOfMemoryError(void* pretend_sideffect = null) @trusted pure nothrow @nogc; /* dmd @@@BUG11461@@@ */
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Darray.d107 @property bool empty() @safe pure nothrow const
112 @property size_t length() @safe pure nothrow const
129 void popFront() @safe @nogc pure nothrow
135 void popBack() @safe @nogc pure nothrow
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duri.d189 private uint ascii2hex(dchar c) @nogc @safe pure nothrow
H A Dnumeric.d1184 void testFindRoot(real delegate(real) @nogc @safe nothrow pure f , real x1, real x2) @nogc @safe nothrow pure
1202 real cubicfn(real x) @nogc @safe nothrow pure
2723 @system pure unittest
2731 @safe pure nothrow unittest
2939 lookup_t negSinFromLookup(size_t index) pure nothrow
2944 lookup_t cosFromLookup(size_t index) pure nothrow
3080 * which will be interpreted as pure real values, or complex types with
H A Dtraits.d693 attrs & FA.pure_ ? " pure" : "",
1429 real func(real x) pure nothrow @safe
1460 int pureF() pure { return 0; }
1502 int pure_nothrow() nothrow pure;
1521 int pure_const() const pure { return 0; }
1522 int pure_sharedconst() const shared pure { return 0; }
1555 case "pure": res |= pure_; break;
1609 real func(real x) pure nothrow @safe;
1610 static assert(hasFunctionAttributes!(func, "@safe", "pure"));
1618 static assert(hasFunctionAttributes!(myFunc!bool, "@safe", "pure", "
[all...]
H A Dzip.d259 @property uint index() const pure nothrow @nogc { return _index; }
260 @property uint index(uint value) pure nothrow @nogc { return _index = value; }
H A Dvariant.d678 @property bool hasValue() const pure nothrow
1328 pure nothrow @nogc
1905 alias VariantTest = Algebraic!(Structure delegate() pure nothrow @nogc @safe);
1908 Structure example() pure nothrow @nogc @safe
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dutf.d14 nothrow pure @nogc:
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddstruct.d444 override final inout(StructDeclaration) isStructDeclaration() inout @nogc nothrow pure @safe
H A Dastenums.d83 pure_ = 0x4000_0000, /// `pure` function
147 @safe pure @nogc nothrow
305 impure = 0, // not pure at all
306 fwdref = 1, // it's pure, but not known which level yet
308 const_ = 3, // parameters are values or const = strongly pure
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_tree.d510 assert((() pure nothrow @safe @nogc => a.expand(b, 22))());
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsorting.d247 @nogc @safe nothrow pure unittest
287 @nogc @safe nothrow pure unittest
1321 @safe pure nothrow unittest
1333 @safe pure nothrow unittest
1350 @safe pure nothrow unittest
1362 @safe pure nothrow unittest
1378 @nogc @safe pure nothrow unittest
1389 @safe pure nothrow unittest
1885 @safe pure nothrow unittest
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dprocess.d2215 @property int processID() const @safe pure nothrow
2233 @property HANDLE osHandle() @nogc @safe pure nothrow
2238 @property pid_t osHandle() @nogc @safe pure nothrow
2378 this(int pid, HANDLE handle) @safe pure nothrow
2384 this(int pid) @safe pure nothrow
2392 this(int id, bool owned) @safe pure nothrow
3507 @property string nativeShell() @safe @nogc pure nothrow
3616 string escapeShellCommand(scope const(char[])[] args...) @safe pure
3682 private string escapeShellCommandString(return scope string command) @safe pure
3690 private string escapeWindowsShellCommand(scope const(char)[] command) @safe pure
[all...]
H A Dtraits.d784 (attrs & FA.pure_ ? " pure" : "")
1491 @safe pure nothrow @nogc unittest
1592 real func(real x) pure nothrow @safe
1623 int pureF() pure { return 0; }
1670 int pure_nothrow() nothrow pure;
1689 int pure_const() const pure { return 0; }
1690 int pure_sharedconst() const shared pure { return 0; }
1723 case "pure": res |= pure_; break;
1778 real func(real x) pure nothrow @safe;
1779 static assert(hasFunctionAttributes!(func, "@safe", "pure"));
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dsystime.d694 this(long stdTime, return scope immutable TimeZone tz = null) return scope @safe pure nothrow
723 ref SysTime opAssign()(auto ref const(SysTime) rhs) scope return @safe pure nothrow
755 bool opEquals()(auto ref const(SysTime) rhs) @safe const pure nothrow scope
822 int opCmp()(auto ref const(SysTime) rhs) @safe const pure nothrow scope
908 size_t toHash() const @nogc pure nothrow @safe scope
2142 @property long stdTime() @safe const pure nothrow scope @nogc
2175 @property void stdTime(long stdTime) @safe pure nothrow scope
2215 @property immutable(TimeZone) timezone() @safe const pure nothrow return scope
2243 @property void timezone(immutable TimeZone timezone) @safe pure nothrow scope
2315 SysTime toLocalTime() @safe const pure nothro
[all...]
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A Delftosb_parser.y10 %pure-parser
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A DMakefile.in169 pointer_type_info.lo pure.lo si_class_type_info.lo tinfo.lo \
555 pure.cc \
/netbsd-current/external/public-domain/tz/dist/
H A DMakefile329 -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure \
/netbsd-current/lib/libc/time/
H A DMakefile329 -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure \
H A Dprivate.h556 # define ATTRIBUTE_REPRODUCIBLE __attribute__((pure))
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A DMakefile.in169 pointer_type_info.lo pure.lo si_class_type_info.lo tinfo.lo \
568 pure.cc \
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dstopwatch.d325 @property bool running() @safe const pure nothrow @nogc

Completed in 226 milliseconds

<<11121314151617181920>>