Searched refs:pure (Results 451 - 475 of 711) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dobjc.d131 extern (D) const(char)[] toString() const pure
H A Ddscope.d781 extern(C++) bool isDeprecated() @safe @nogc pure nothrow const
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dstopwatch.d321 @property bool running() @safe const pure nothrow @nogc
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dzlib.d78 private static string getmsg(int errnum) nothrow @nogc pure @safe
H A Dvariant.d764 @property bool hasValue() const pure nothrow
1445 pure nothrow @nogc
2254 alias VariantTest = Algebraic!(Structure delegate() pure nothrow @nogc @safe);
2257 Structure example() pure nothrow @nogc @safe
H A Dstdio.d925 @property bool isOpen() const @safe pure nothrow
936 @property bool eof() const @trusted pure
953 @property string name() const @safe pure nothrow return
963 @property bool error() const @trusted pure nothrow
1048 void clearerr() @safe pure nothrow
2269 FILE* getFP() @safe pure
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d35 int _d_isbaseof(ClassInfo, ClassInfo) @nogc nothrow pure @safe;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dstdint.d32 T _typify(T)(T val) @safe pure nothrow { return val; }
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Delf_common.d10 pure:
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/
H A Delf_common.d10 pure:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dclass.c842 c->attr.pure = ifc->attr.pure;
1685 final->attr.pure = 0;
2493 copy->attr.pure = 1;
2571 dealloc->attr.pure = 1;
2836 copy->attr.pure = 1;
H A Dresolve.c237 sym->attr.pure = ifc->attr.pure;
398 " of pure function %qs at %L with VALUE "
402 gfc_error ("Argument %qs of pure function %qs at %L must "
411 " of pure subroutine %qs at %L with VALUE "
415 gfc_error ("Argument %qs of pure subroutine %qs at %L "
425 gfc_error ("INTENT(OUT) argument %qs of pure procedure %qs at %L"
1856 sym->attr.pure = isym->pure;
3002 /* Figure out if a function reference is pure o
3011 int pure; local
[all...]
H A Ddecl.c6388 if (gfc_match ("pure% ") == MATCH_YES)
6419 if (seen_impure && current_attr.pure)
6426 if (!seen_impure && current_attr.elemental && !current_attr.pure)
6455 if (current_attr.pure)
6456 dest->pure = 1;
6472 if (dest->pure && !current_attr.pure)
6492 if (current_attr.pure && !gfc_add_pure (dest, where))
7840 entry->attr.pure = proc->attr.pure;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcgraph.c2673 it may end up being just pure. We always must assume the worst
2721 only be pure, never const. */
2735 do not set the flag for functions that can be interposed and set pure
2764 bool pure; member in struct:set_pure_flag_info
2777 if (info->pure && !info->looping)
2790 if (info->pure)
2824 cgraph_node::set_pure_flag (bool pure, bool looping) argument
2826 struct set_pure_flag_info info = {pure, looping, false};
2827 call_for_symbol_thunks_and_aliases (set_pure_flag_1, &info, !pure, true);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dclass.cc857 c->attr.pure = ifc->attr.pure;
1702 final->attr.pure = 0;
2504 copy->attr.pure = 1;
2583 dealloc->attr.pure = 1;
2850 copy->attr.pure = 1;
H A Dresolve.cc237 sym->attr.pure = ifc->attr.pure;
398 " of pure function %qs at %L with VALUE "
402 gfc_error ("Argument %qs of pure function %qs at %L must "
411 " of pure subroutine %qs at %L with VALUE "
415 gfc_error ("Argument %qs of pure subroutine %qs at %L "
425 gfc_error ("INTENT(OUT) argument %qs of pure procedure %qs at %L"
1897 sym->attr.pure = isym->pure;
3074 /* Figure out if a function reference is pure o
3083 int pure; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/regex/
H A Dpackage.d479 @trusted pure bool func(BacktrackingMatcher!Char matcher)
490 @safe pure unittest
500 @safe pure unittest
759 _captures.matches.mutate((slice) pure { _captures._nMatch = _engine.match(slice); });
862 captures.matches.mutate((slice) pure { captures._nMatch = engine.match(slice); });
866 // matchOnce is constructed as a safe, pure wrapper over matchOnceImpl. It can be
867 // faked as pure because the static mutable variables are used to cache the key and
869 private @safe auto matchOnce(RegEx, R)(R input, const auto ref RegEx prog) pure
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dthompson.d720 alias OpFunc = bool function(ThompsonMatcher, State*) pure;
722 alias OpBackFunc = bool function(BackMatcher, BackMatcher.State*) pure;
743 pure
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcgraph.cc2733 it may end up being just pure. We always must assume the worst
2781 only be pure, never const. */
2795 do not set the flag for functions that can be interposed and set pure
2824 bool pure; member in struct:set_pure_flag_info
2837 if (info->pure && !info->looping)
2850 if (info->pure)
2884 cgraph_node::set_pure_flag (bool pure, bool looping) argument
2886 struct set_pure_flag_info info = {pure, looping, false};
2887 call_for_symbol_thunks_and_aliases (set_pure_flag_1, &info, !pure, true);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dstdio.d690 @property bool isOpen() const @safe pure nothrow
701 @property bool eof() const @trusted pure
712 @property string name() const @safe pure nothrow
722 @property bool error() const @trusted pure nothrow
822 void clearerr() @safe pure nothrow
1952 FILE* getFP() @safe pure
/netbsd-current/external/bsd/kyua-cli/dist/store/
H A Dschema_v1.sql121 -- distinction of a test case and a test result a pure syntactic
H A Dschema_v2.sql123 -- distinction of a test case and a test result a pure syntactic
/netbsd-current/external/lgpl3/gmp/dist/mpn/alpha/ev6/
H A Dadd_n.asm62 C data, so that a pure zero result is unlikely. so we penalize the unlikely
H A Dsub_n.asm62 C data, so that a pure zero result is unlikely. so we penalize the unlikely
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/conservative/
H A Dgc.d1270 private void set(ref PageBits bits, size_t i) @nogc pure nothrow
1291 @property size_t npools() pure const nothrow { return pooltable.length; }
1518 Pool* findPool(void* p) pure nothrow
2863 @property bool isFree() const pure nothrow

Completed in 288 milliseconds

<<11121314151617181920>>