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

1 2 3 4 5 6

  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
eh_tm.cc 41 __cxa_dependent_exception *dep local
44 h = __get_refcounted_exception_header_from_obj (dep->primaryException);
46 __cxa_free_dependent_exception (dep);
eh_tm.cc 41 __cxa_dependent_exception *dep local
44 h = __get_refcounted_exception_header_from_obj (dep->primaryException);
46 __cxa_free_dependent_exception (dep);
eh_ptr.cc 167 __cxa_dependent_exception *dep = __get_dependent_exception_from_ue (exc); local
169 __get_refcounted_exception_header_from_obj (dep->primaryException);
178 __cxa_free_dependent_exception (dep);
197 __cxa_dependent_exception *dep = __cxa_allocate_dependent_exception (); local
198 dep->primaryException = obj;
203 dep->unexpectedHandler = get_unexpected ();
205 dep->terminateHandler = get_terminate ();
206 __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(dep->unwindHeader.exception_class);
207 dep->unwindHeader.exception_cleanup = __gxx_dependent_exception_cleanup;
213 _Unwind_SjLj_RaiseException (&dep->unwindHeader)
    [all...]
eh_ptr.cc 167 __cxa_dependent_exception *dep = __get_dependent_exception_from_ue (exc); local
169 __get_refcounted_exception_header_from_obj (dep->primaryException);
178 __cxa_free_dependent_exception (dep);
197 __cxa_dependent_exception *dep = __cxa_allocate_dependent_exception (); local
198 dep->primaryException = obj;
203 dep->unexpectedHandler = get_unexpected ();
205 dep->terminateHandler = get_terminate ();
206 __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(dep->unwindHeader.exception_class);
207 dep->unwindHeader.exception_cleanup = __gxx_dependent_exception_cleanup;
213 _Unwind_SjLj_RaiseException (&dep->unwindHeader)
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
eh_tm.cc 41 __cxa_dependent_exception *dep local
44 h = __get_refcounted_exception_header_from_obj (dep->primaryException);
46 __cxa_free_dependent_exception (dep);
eh_tm.cc 41 __cxa_dependent_exception *dep local
44 h = __get_refcounted_exception_header_from_obj (dep->primaryException);
46 __cxa_free_dependent_exception (dep);
eh_ptr.cc 167 __cxa_dependent_exception *dep = __get_dependent_exception_from_ue (exc); local
169 __get_refcounted_exception_header_from_obj (dep->primaryException);
178 __cxa_free_dependent_exception (dep);
197 __cxa_dependent_exception *dep = __cxa_allocate_dependent_exception (); local
198 dep->primaryException = obj;
203 dep->unexpectedHandler = get_unexpected ();
205 dep->terminateHandler = get_terminate ();
206 __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(dep->unwindHeader.exception_class);
207 dep->unwindHeader.exception_cleanup = __gxx_dependent_exception_cleanup;
213 _Unwind_SjLj_RaiseException (&dep->unwindHeader)
    [all...]
eh_ptr.cc 167 __cxa_dependent_exception *dep = __get_dependent_exception_from_ue (exc); local
169 __get_refcounted_exception_header_from_obj (dep->primaryException);
178 __cxa_free_dependent_exception (dep);
197 __cxa_dependent_exception *dep = __cxa_allocate_dependent_exception (); local
198 dep->primaryException = obj;
203 dep->unexpectedHandler = get_unexpected ();
205 dep->terminateHandler = get_terminate ();
206 __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(dep->unwindHeader.exception_class);
207 dep->unwindHeader.exception_cleanup = __gxx_dependent_exception_cleanup;
213 _Unwind_SjLj_RaiseException (&dep->unwindHeader)
    [all...]
  /src/external/bsd/am-utils/dist/fsinfo/
fsi_dict.c 112 dict_ent **dep = &dp->de[dict_hash(k)]; local
114 de->de_next = *dep;
115 *dep = de;
fsi_dict.c 112 dict_ent **dep = &dp->de[dict_hash(k)]; local
114 de->de_next = *dep;
115 *dep = de;
  /src/external/gpl2/gmake/dist/
dep.h 21 `struct dep' in the chain returned by `read_all_makefiles'. */
32 dep line of static pattern rule or NULL.
36 struct dep struct
38 struct dep *next;
77 extern struct dep *alloc_dep PARAMS ((void));
78 extern void free_dep PARAMS ((struct dep *d));
79 extern struct dep *copy_dep_chain PARAMS ((const struct dep *d));
80 extern void free_dep_chain PARAMS ((struct dep *d));
82 extern struct dep *read_all_makefiles PARAMS ((char **makefiles))
    [all...]
rule.h 27 struct dep *deps; /* Dependencies of the rule. */
36 char *target, *dep, *commands; member in struct:pspec
58 struct dep *deps,
dep.h 21 `struct dep' in the chain returned by `read_all_makefiles'. */
32 dep line of static pattern rule or NULL.
36 struct dep struct
38 struct dep *next;
77 extern struct dep *alloc_dep PARAMS ((void));
78 extern void free_dep PARAMS ((struct dep *d));
79 extern struct dep *copy_dep_chain PARAMS ((const struct dep *d));
80 extern void free_dep_chain PARAMS ((struct dep *d));
82 extern struct dep *read_all_makefiles PARAMS ((char **makefiles))
    [all...]
rule.h 27 struct dep *deps; /* Dependencies of the rule. */
36 char *target, *dep, *commands; member in struct:pspec
58 struct dep *deps,
  /src/external/gpl3/binutils/dist/gas/
depend.c 60 struct dependency *dep;
65 for (dep = dep_chain; dep != NULL; dep = dep->next)
67 if (!filename_cmp (filename, dep->file))
71 dep = XNEW (struct dependency);
72 dep->file = xstrdup (filename);
73 dep->next = dep_chain;
74 dep_chain = dep;
59 struct dependency *dep; local
186 struct dependency *dep; local
    [all...]
depend.c 60 struct dependency *dep;
65 for (dep = dep_chain; dep != NULL; dep = dep->next)
67 if (!filename_cmp (filename, dep->file))
71 dep = XNEW (struct dependency);
72 dep->file = xstrdup (filename);
73 dep->next = dep_chain;
74 dep_chain = dep;
59 struct dependency *dep; local
186 struct dependency *dep; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
depend.c 60 struct dependency *dep;
65 for (dep = dep_chain; dep != NULL; dep = dep->next)
67 if (!filename_cmp (filename, dep->file))
71 dep = XNEW (struct dependency);
72 dep->file = xstrdup (filename);
73 dep->next = dep_chain;
74 dep_chain = dep;
59 struct dependency *dep; local
186 struct dependency *dep; local
    [all...]
depend.c 60 struct dependency *dep;
65 for (dep = dep_chain; dep != NULL; dep = dep->next)
67 if (!filename_cmp (filename, dep->file))
71 dep = XNEW (struct dependency);
72 dep->file = xstrdup (filename);
73 dep->next = dep_chain;
74 dep_chain = dep;
59 struct dependency *dep; local
186 struct dependency *dep; local
    [all...]
  /src/sys/fs/tmpfs/
tmpfs_rename.c 389 struct tmpfs_dirent **dep = de; local
395 KASSERT(dep != NULL);
405 KASSERT((*dep)->td_node == VP_TO_TMPFS_NODE(vp));
407 tmpfs_dir_detach(dnode, *dep);
408 tmpfs_free_dirent(VFS_TO_TMPFS(mp), *dep); local
tmpfs_rename.c 389 struct tmpfs_dirent **dep = de; local
395 KASSERT(dep != NULL);
405 KASSERT((*dep)->td_node == VP_TO_TMPFS_NODE(vp));
407 tmpfs_dir_detach(dnode, *dep);
408 tmpfs_free_dirent(VFS_TO_TMPFS(mp), *dep); local
  /src/crypto/external/apache2/openssl/dist/Configurations/platform/
BASE.pm 44 sub dep { return __base($_[1], '.o') . $_[0]->depext() } # <- objname subroutine
BASE.pm 44 sub dep { return __base($_[1], '.o') . $_[0]->depext() } # <- objname subroutine
  /src/crypto/external/bsd/openssl/dist/Configurations/platform/
BASE.pm 44 sub dep { return __base($_[1], '.o') . $_[0]->depext() } # <- objname subroutine
  /src/external/gpl3/gcc/dist/gcc/config/i386/
x86-tune-sched-atom.cc 50 dep_t dep; local
81 FOR_EACH_DEP (insn, SD_LIST_FORW, sd_it, dep)
84 con = DEP_CON (dep);
129 dep_t dep; local
157 FOR_EACH_DEP (top, SD_LIST_RES_BACK, sd_it, dep)
160 pro = DEP_PRO (dep);
166 FOR_EACH_DEP (next, SD_LIST_RES_BACK, sd_it, dep)
169 pro = DEP_PRO (dep);
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
x86-tune-sched-atom.cc 50 dep_t dep; local
81 FOR_EACH_DEP (insn, SD_LIST_FORW, sd_it, dep)
84 con = DEP_CON (dep);
129 dep_t dep; local
157 FOR_EACH_DEP (top, SD_LIST_RES_BACK, sd_it, dep)
160 pro = DEP_PRO (dep);
166 FOR_EACH_DEP (next, SD_LIST_RES_BACK, sd_it, dep)
169 pro = DEP_PRO (dep);

Completed in 68 milliseconds

1 2 3 4 5 6