Searched refs:pure (Results 476 - 500 of 711) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dimpcnvtab.d22 pure @nogc nothrow @safe:
H A Dcond.d971 bool findCondition(Identifiers* ids, Identifier ident) @safe nothrow pure
H A Dtokens.d752 TOK.pure_: "pure",
1051 extern (D) static string toString(TOK value) pure nothrow @nogc @safe
H A Dexpression.d1165 * Check the purity, i.e. if we're in a pure function
1166 * we can only call other pure functions.
1180 // If the call has a pure parent, then the called func must be pure.
1183 error("`pure` %s `%s` cannot call impure %s `%s`",
1195 * which passes `check` while `f` doesn't (e.g. when the user defined dtor is pure but
1203 * check = current check (e.g. whether it's pure)
1204 * checkName = the kind of check (e.g. `"pure"`)
1285 return false; // magic variable never violates pure and safe
1287 return false; // always safe and pure t
[all...]
H A Ddoc.d2026 private inout(char)[] replaceChar(inout(char)[] s, char c, string r) pure
2068 private string toLowercase(string s) pure
3598 private static inout(char)[] percentEncode(inout(char)[] s) pure
3639 private static bool skipOneNewline(ref OutBuffer buf, ref size_t i) pure
3834 private static string[] split(string s, char delimiter) pure
H A Dattrib.d209 override final inout(AttribDeclaration) isAttribDeclaration() inout pure @safe
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dcheckedint.d39 pure:
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dtraits.d23 T trustedCast(T, U)(auto ref U u) @trusted pure nothrow
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dyyscript.y39 /* We need to use a pure parser because we might be multi-threaded.
42 %pure-parser
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dbacktracking.d32 alias MatchFn = bool function(BacktrackingMatcher) pure;
321 int matchImpl() pure
/netbsd-current/lib/libutil/
H A Dparsedate.y126 %pure-parser
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dyyscript.y39 /* We need to use a pure parser because we might be multi-threaded.
42 %pure-parser
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dyyscript.y42 /* We need to use a pure parser because we might be multi-threaded.
45 %pure-parser
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dintrinsic.c348 next_sym->pure = (cl != CLASS_IMPURE);
3965 sym->pure = 1;
4139 char_conversions[n].pure = 1;
5116 if (gfc_do_concurrent_flag && !isym->pure)
5123 if (!isym->pure && gfc_pure (NULL))
5130 if (!isym->pure)
5330 new_expr->symtree->n.sym->attr.pure = 1;
H A Dgfortran.h828 unsigned sequence:1, elemental:1, pure:1, recursive:1; member in struct:__anon835
840 /* This is set if a contained procedure could be declared pure. This is
2131 unsigned elemental:1, inquiry:1, transformational:1, pure:1, member in struct:gfc_intrinsic_sym
H A Ddependency.c207 impure_ok is false, only return 0 for pure functions. */
221 && (e1->value.function.esym->result->attr.pure || impure_ok))
224 && (e1->value.function.isym->pure || impure_ok)))
1374 will be pure. */
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dintrinsic.cc407 next_sym->pure = (cl != CLASS_IMPURE);
3991 sym->pure = 1;
4165 char_conversions[n].pure = 1;
5158 if (gfc_do_concurrent_flag && !isym->pure)
5165 if (!isym->pure && gfc_pure (NULL))
5172 if (!isym->pure)
5373 new_expr->symtree->n.sym->attr.pure = 1;
H A Ddecl.cc6477 if (gfc_match ("pure% ") == MATCH_YES)
6508 if (seen_impure && current_attr.pure)
6515 if (!seen_impure && current_attr.elemental && !current_attr.pure)
6544 if (current_attr.pure)
6545 dest->pure = 1;
6561 if (dest->pure && !current_attr.pure)
6581 if (current_attr.pure && !gfc_add_pure (dest, where))
7929 entry->attr.pure = proc->attr.pure;
[all...]
H A Ddependency.cc208 impure_ok is false, only return 0 for pure functions. */
222 && (e1->value.function.esym->result->attr.pure || impure_ok))
225 && (e1->value.function.isym->pure || impure_ok)))
1375 will be pure. */
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Dcurl.d4084 @safe pure nothrow
4106 @safe pure nothrow
4129 @safe pure nothrow
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/net/
H A Dcurl.d4085 @safe pure nothrow
4107 @safe pure nothrow
4130 @safe pure nothrow
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/coldfire/
H A Ddefs.mk25 G_OBJS=insn-attrtab.o insn-automata.o insn-dfatab.o insn-emit.o insn-extract.o insn-latencytab.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o auto-profile.o bb-reorder.o bitmap.o bt-load.o builtins.o caller-save.o calls.o ccmp.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o symtab.o cgraph.o cgraphbuild.o cgraphunit.o cgraphclones.o cilk-common.o combine.o combine-stack-adj.o compare-elim.o context.o convert.o coverage.o cppbuiltin.o cppdefault.o cprop.o cse.o cselib.o data-streamer.o data-streamer-in.o data-streamer-out.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o dojump.o dominance.o domwalk.o double-int.o dse.o dumpfile.o dwarf2asm.o dwarf2cfi.o dwarf2out.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o gcse-common.o ggc-common.o gimple.o gimple-builder.o gimple-expr.o gimple-iterator.o gimple-fold.o gimple-low.o gimple-match.o generic-match.o gimple-pretty-print.o gimple-ssa-isolate-paths.o gimple-ssa-strength-reduction.o gimple-streamer-in.o gimple-streamer-out.o gimple-walk.o gimplify.o gimplify-me.o godump.o graph.o graphds.o graphite.o graphite-blocking.o graphite-isl-ast-to-gimple.o graphite-dependences.o graphite-interchange.o graphite-optimize-isl.o graphite-poly.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hw-doloop.o hwint.o ifcvt.o ree.o inchash.o incpath.o init-regs.o internal-fn.o ipa-chkp.o ipa-cp.o ipa-devirt.o ipa-polymorphic-call.o ipa-split.o ipa-inline.o ipa-comdats.o ipa-visibility.o ipa-inline-analysis.o ipa-inline-transform.o ipa-profile.o ipa-prop.o ipa-pure-const.o ipa-icf.o ipa-icf-gimple.o ipa-reference.o ipa-ref.o ipa-utils.o ipa.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o lower-subreg.o lra.o lra-assigns.o lra-coalesce.o lra-constraints.o lra-eliminations.o lra-lives.o lra-remat.o lra-spills.o lto-cgraph.o lto-streamer.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-opts.o lto-compress.o mcf.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options-save.o opts-global.o passes.o plugin.o postreload-gcse.o postreload.o predict.o print-rtl.o print-tree.o profile.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regrename.o regstat.o regsub.o reload.o reload1.o reorg.o resource.o rtl-chkp.o rtl-error.o rtl.o rtlhash.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sel-sched-ir.o sel-sched-dump.o sel-sched.o sese.o shrink-wrap.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o streamer-hooks.o stringpool.o target-globals.o targhooks.o timevar.o toplev.o tracer.o trans-mem.o tree-affine.o asan.o tsan.o ubsan.o sanopt.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-inline.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-nested.o tree-nrv.o tree-object-size.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-chkp.o tree-chkp-opt.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-sink.o tree-ssa-strlen.o tree-ssa-structalias.o tree-ssa-tail-merge.o tree-ssa-ter.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-streamer.o tree-streamer-in.o tree-streamer-out.o tree-tailcall.o tree-vect-generic.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vectorizer.o tree-vrp.o tree.o valtrack.o value-prof.o var-tracking.o varasm.o varpool.o vmsdbgout.o vtable-verify.o web.o wide-int.o wide-int-print.o xcoffout.o m68k.o host-netbsd.o
/netbsd-current/external/gpl3/gcc.old/usr.bin/gcc/arch/or1k/
H A Ddefs.mk25 G_OBJS=insn-attrtab.o insn-automata.o insn-dfatab.o insn-emit.o insn-extract.o insn-latencytab.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o bb-reorder.o bitmap.o bt-load.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o symtab.o cgraph.o cgraphbuild.o cgraphunit.o cgraphclones.o combine.o combine-stack-adj.o compare-elim.o convert.o coverage.o cppbuiltin.o cppdefault.o cprop.o cse.o cselib.o data-streamer.o data-streamer-in.o data-streamer-out.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o dojump.o dominance.o domwalk.o double-int.o dse.o dumpfile.o dwarf2asm.o dwarf2cfi.o dwarf2out.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o ggc-common.o gimple.o gimple-iterator.o gimple-fold.o gimple-low.o gimple-pretty-print.o gimple-ssa-strength-reduction.o gimple-streamer-in.o gimple-streamer-out.o gimplify.o godump.o graph.o graphds.o graphite.o graphite-blocking.o graphite-clast-to-gimple.o graphite-dependences.o graphite-interchange.o graphite-optimize-isl.o graphite-poly.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hw-doloop.o hwint.o ifcvt.o ree.o incpath.o init-regs.o internal-fn.o ipa-cp.o ipa-split.o ipa-inline.o ipa-inline-analysis.o ipa-inline-transform.o ipa-prop.o ipa-pure-const.o ipa-reference.o ipa-ref.o ipa-utils.o ipa.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o loop-unswitch.o lower-subreg.o lra.o lra-assigns.o lra-coalesce.o lra-constraints.o lra-eliminations.o lra-lives.o lra-spills.o lto-cgraph.o lto-streamer.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-symtab.o lto-opts.o lto-compress.o mcf.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options-save.o opts-global.o passes.o plugin.o pointer-set.o postreload-gcse.o postreload.o predict.o print-rtl.o print-tree.o profile.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sel-sched-ir.o sel-sched-dump.o sel-sched.o sese.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o streamer-hooks.o stringpool.o target-globals.o targhooks.o timevar.o toplev.o tracer.o trans-mem.o tree-affine.o asan.o tsan.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-inline.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-nested.o tree-nomudflap.o tree-nrv.o tree-object-size.o tree-optimize.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-sink.o tree-ssa-strlen.o tree-ssa-structalias.o tree-ssa-tail-merge.o tree-ssa-ter.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-streamer.o tree-streamer-in.o tree-streamer-out.o tree-tailcall.o tree-vect-generic.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vectorizer.o tree-vrp.o tree.o valtrack.o value-prof.o var-tracking.o varasm.o varpool.o vmsdbgout.o web.o xcoffout.o or1k.o host-netbsd.o
/netbsd-current/external/bsd/jemalloc/dist/src/
H A Djemalloc.c2928 JEMALLOC_ATTR(pure)
3062 JEMALLOC_ATTR(pure)
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/
H A Dgc.d94 void onInvalidMemoryOperationError(void* pretend_sideffect = null) @trusted pure nothrow @nogc;
1472 private void set(ref PageBits bits, size_t i) @nogc pure nothrow
1773 Pool* findPool(void* p) pure nothrow @nogc
3853 @property bool isFree() const scope @safe pure nothrow @nogc

Completed in 504 milliseconds

<<11121314151617181920>>