| /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.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.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
|
| 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
|
| 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
|
| /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
|
| /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)
|
| /src/external/gpl3/binutils/dist/include/ |
| hp-symtab.h | 1078 unsigned int pure: 1; /* pure virtual function ? */ member in struct:dntt_type_vfunc 1759 unsigned int pure: 1; /* pure (virtual) function */ member in struct:quick_procedure
|
| /src/external/gpl3/binutils.old/dist/include/ |
| hp-symtab.h | 1078 unsigned int pure: 1; /* pure virtual function ? */ member in struct:dntt_type_vfunc 1759 unsigned int pure: 1; /* pure (virtual) function */ member in struct:quick_procedure
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| resolve.cc | 228 sym->attr.pure = ifc->attr.pure; 380 gfc_error ("Dummy procedure %qs of PURE procedure at %L must " 381 "also be PURE", sym->name, &sym->declared_at); 391 " of pure function %qs at %L with VALUE " 395 gfc_error ("Argument %qs of pure function %qs at %L must " 404 " of pure subroutine %qs at %L with VALUE " 408 gfc_error ("Argument %qs of pure subroutine %qs at %L " 418 gfc_error ("INTENT(OUT) argument %qs of pure procedure %qs at %L" 1584 "pointer component %qs at %L in PURE procedure" 3131 bool pure; local [all...] |
| gfortran.h | 908 unsigned sequence:1, elemental:1, pure:1, recursive:1; member in struct:__anon13616 913 PURE, etc.. */ 920 /* This is set if a contained procedure could be declared pure. This is 922 cannot alias. Note that this is zero for PURE procedures. */ 2514 unsigned elemental:1, inquiry:1, transformational:1, pure:1, member in struct:gfc_intrinsic_sym
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| resolve.cc | 237 sym->attr.pure = ifc->attr.pure; 387 gfc_error ("Dummy procedure %qs of PURE procedure at %L must " 388 "also be PURE", sym->name, &sym->declared_at); 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" 1554 "pointer component %qs at %L in PURE procedure" 3083 int pure; local [all...] |
| gfortran.h | 900 unsigned sequence:1, elemental:1, pure:1, recursive:1; member in struct:__anon16051 905 PURE, etc.. */ 912 /* This is set if a contained procedure could be declared pure. This is 914 cannot alias. Note that this is zero for PURE procedures. */ 2424 unsigned elemental:1, inquiry:1, transformational:1, pure:1, member in struct:gfc_intrinsic_sym
|
| /src/external/gpl3/gdb/dist/include/ |
| hp-symtab.h | 1078 unsigned int pure: 1; /* pure virtual function ? */ member in struct:dntt_type_vfunc 1759 unsigned int pure: 1; /* pure (virtual) function */ member in struct:quick_procedure
|
| /src/external/gpl3/gdb.old/dist/include/ |
| hp-symtab.h | 1078 unsigned int pure: 1; /* pure virtual function ? */ member in struct:dntt_type_vfunc 1759 unsigned int pure: 1; /* pure (virtual) function */ member in struct:quick_procedure
|