HomeSort by: relevance | last modified time | path
    Searched defs:pure (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/external/bsd/jemalloc/include/jemalloc/
jemalloc_protos.h 38 int flags) JEMALLOC_ATTR(pure); variable
43 JEMALLOC_ATTR(pure); variable
jemalloc_protos_jet.h 38 int flags) JEMALLOC_ATTR(pure); variable
43 JEMALLOC_ATTR(pure); variable
jemalloc_protos.h 38 int flags) JEMALLOC_ATTR(pure); variable
43 JEMALLOC_ATTR(pure); variable
jemalloc_protos_jet.h 38 int flags) JEMALLOC_ATTR(pure); variable
43 JEMALLOC_ATTR(pure); variable
jemalloc.h 318 int flags) JEMALLOC_ATTR(pure); variable
323 JEMALLOC_ATTR(pure); variable
jemalloc.h 318 int flags) JEMALLOC_ATTR(pure); variable
323 JEMALLOC_ATTR(pure); variable
  /src/external/bsd/jemalloc.old/include/jemalloc/
jemalloc_protos.h 37 int flags) JEMALLOC_ATTR(pure); variable
42 JEMALLOC_ATTR(pure); variable
jemalloc_protos_jet.h 37 int flags) JEMALLOC_ATTR(pure); variable
42 JEMALLOC_ATTR(pure); variable
jemalloc_protos.h 37 int flags) JEMALLOC_ATTR(pure); variable
42 JEMALLOC_ATTR(pure); variable
jemalloc_protos_jet.h 37 int flags) JEMALLOC_ATTR(pure); variable
42 JEMALLOC_ATTR(pure); variable
jemalloc.h 281 int flags) JEMALLOC_ATTR(pure); variable
286 JEMALLOC_ATTR(pure); variable
jemalloc.h 281 int flags) JEMALLOC_ATTR(pure); variable
286 JEMALLOC_ATTR(pure); variable
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-scopedtables.h 45 struct { gcall *fn_from; bool pure; size_t nargs; tree *args; } call; member in struct:hashable_expr::__anon13974::__anon13979
tree-ssa-scopedtables.h 45 struct { gcall *fn_from; bool pure; size_t nargs; tree *args; } call; member in struct:hashable_expr::__anon13974::__anon13979
cgraph.cc 2788 it may end up being just pure. We always must assume the worst
2808 fprintf (dump_file, "Dropping state to PURE because function does "
2839 only be pure, never const. */
2853 do not set the flag for functions that can be interposed and set pure
2882 bool pure; member in struct:set_pure_flag_info
2895 if (info->pure && !info->looping)
2908 if (info->pure)
2936 if any to PURE.
2942 cgraph_node::set_pure_flag (bool pure, bool looping)
2944 struct set_pure_flag_info info = {pure, looping, false}
    [all...]
cgraph.cc 2788 it may end up being just pure. We always must assume the worst
2808 fprintf (dump_file, "Dropping state to PURE because function does "
2839 only be pure, never const. */
2853 do not set the flag for functions that can be interposed and set pure
2882 bool pure; member in struct:set_pure_flag_info
2895 if (info->pure && !info->looping)
2908 if (info->pure)
2936 if any to PURE.
2942 cgraph_node::set_pure_flag (bool pure, bool looping)
2944 struct set_pure_flag_info info = {pure, looping, false}
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-scopedtables.h 45 struct { gcall *fn_from; bool pure; size_t nargs; tree *args; } call; member in struct:hashable_expr::__anon16395::__anon16400
tree-ssa-scopedtables.h 45 struct { gcall *fn_from; bool pure; size_t nargs; tree *args; } call; member in struct:hashable_expr::__anon16395::__anon16400
cgraph.cc 2734 it may end up being just pure. We always must assume the worst
2754 fprintf (dump_file, "Dropping state to PURE because function does "
2782 only be pure, never const. */
2796 do not set the flag for functions that can be interposed and set pure
2825 bool pure; member in struct:set_pure_flag_info
2838 if (info->pure && !info->looping)
2851 if (info->pure)
2879 if any to PURE.
2885 cgraph_node::set_pure_flag (bool pure, bool looping)
2887 struct set_pure_flag_info info = {pure, looping, false}
    [all...]
cgraph.cc 2734 it may end up being just pure. We always must assume the worst
2754 fprintf (dump_file, "Dropping state to PURE because function does "
2782 only be pure, never const. */
2796 do not set the flag for functions that can be interposed and set pure
2825 bool pure; member in struct:set_pure_flag_info
2838 if (info->pure && !info->looping)
2851 if (info->pure)
2879 if any to PURE.
2885 cgraph_node::set_pure_flag (bool pure, bool looping)
2887 struct set_pure_flag_info info = {pure, looping, false}
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck2.cc 137 vec<tree, va_gc> *pure;
165 pure = CLASSTYPE_PURE_VIRTUALS (type);
166 if (!pure)
231 if (pure->length ())
237 " because the following virtual functions are pure within %qT:",
240 FOR_EACH_VEC_ELT (*pure, ix, fn)
246 there are pure virtuals, but empty so we don't list them out
248 pure->truncate (0);
136 vec<tree, va_gc> *pure; local
typeck2.cc 137 vec<tree, va_gc> *pure;
165 pure = CLASSTYPE_PURE_VIRTUALS (type);
166 if (!pure)
231 if (pure->length ())
237 " because the following virtual functions are pure within %qT:",
240 FOR_EACH_VEC_ELT (*pure, ix, fn)
246 there are pure virtuals, but empty so we don't list them out
248 pure->truncate (0);
136 vec<tree, va_gc> *pure; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck2.cc 137 vec<tree, va_gc> *pure;
165 pure = CLASSTYPE_PURE_VIRTUALS (type);
166 if (!pure)
231 if (pure->length ())
237 " because the following virtual functions are pure within %qT:",
240 FOR_EACH_VEC_ELT (*pure, ix, fn)
246 there are pure virtuals, but empty so we don't list them out
248 pure->truncate (0);
136 vec<tree, va_gc> *pure; local
typeck2.cc 137 vec<tree, va_gc> *pure;
165 pure = CLASSTYPE_PURE_VIRTUALS (type);
166 if (!pure)
231 if (pure->length ())
237 " because the following virtual functions are pure within %qT:",
240 FOR_EACH_VEC_ELT (*pure, ix, fn)
246 there are pure virtuals, but empty so we don't list them out
248 pure->truncate (0);
136 vec<tree, va_gc> *pure; local
  /src/external/mit/isl/dist/
isl_ast_codegen.c 3627 isl_bool pure; local
3669 pure = only_intersects_first(domain, after, before);
3670 if (pure < 0)
3672 else if (pure)

Completed in 79 milliseconds

1 2