Home
last modified time | relevance | path

Searched refs:dep (Results 1 – 25 of 101) sorted by relevance

12345

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/
A Deh_ptr.cc169 __get_refcounted_exception_header_from_obj (dep->primaryException); in __gxx_dependent_exception_cleanup()
178 __cxa_free_dependent_exception (dep); in __gxx_dependent_exception_cleanup()
197 __cxa_dependent_exception *dep = __cxa_allocate_dependent_exception (); in rethrow_exception() local
198 dep->primaryException = obj; in rethrow_exception()
201 dep->unexpectedHandler = get_unexpected (); in rethrow_exception()
202 dep->terminateHandler = get_terminate (); in rethrow_exception()
203 __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(dep->unwindHeader.exception_class); in rethrow_exception()
204 dep->unwindHeader.exception_cleanup = __gxx_dependent_exception_cleanup; in rethrow_exception()
210 _Unwind_SjLj_RaiseException (&dep->unwindHeader); in rethrow_exception()
212 _Unwind_RaiseException (&dep->unwindHeader); in rethrow_exception()
[all …]
A Deh_tm.cc41 __cxa_dependent_exception *dep in free_any_cxa_exception() local
44 h = __get_refcounted_exception_header_from_obj (dep->primaryException); in free_any_cxa_exception()
46 __cxa_free_dependent_exception (dep); in free_any_cxa_exception()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dmenu.c109 current_entry->dep = expr_alloc_and(current_entry->dep, menu_check_dep(dep)); in menu_add_dep()
305 parentdep = parent->dep; in menu_finalize()
311 menu->dep = basedep; in menu_finalize()
320 dep = expr_alloc_and(expr_copy(basedep), dep); in menu_finalize()
321 dep = expr_eliminate_dups(dep); in menu_finalize()
323 dep = expr_trans_bool(dep); in menu_finalize()
340 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep; in menu_finalize()
345 dep = expr_trans_compare(dep, E_UNEQUAL, &symbol_no); in menu_finalize()
346 dep = expr_eliminate_dups(expr_transform(dep)); in menu_finalize()
349 expr_free(dep); in menu_finalize()
[all …]
A Dlkc.h113 void menu_add_dep(struct expr *dep);
114 void menu_add_visibility(struct expr *dep);
115 …ct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep);
116 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
117 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep);
118 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep);
A Dexpr.h47 #define EXPR_NOT(dep) (2-(dep)) argument
169 struct expr *dep; member
212 int expr_contains_symbol(struct expr *dep, struct symbol *sym);
213 bool expr_depends_symbol(struct expr *dep, struct symbol *sym);
A Dexpr.c775 if (!dep) in expr_contains_symbol()
778 switch (dep->type) { in expr_contains_symbol()
784 return dep->left.sym == sym; in expr_contains_symbol()
787 return dep->left.sym == sym || in expr_contains_symbol()
788 dep->right.sym == sym; in expr_contains_symbol()
799 if (!dep) in expr_depends_symbol()
802 switch (dep->type) { in expr_depends_symbol()
807 return dep->left.sym == sym; in expr_depends_symbol()
809 if (dep->left.sym == sym) { in expr_depends_symbol()
810 if (dep->right.sym == &symbol_yes || dep->right.sym == &symbol_mod) in expr_depends_symbol()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Deh_ptr.cc211 __get_refcounted_exception_header_from_obj (dep->primaryException); in __gxx_dependent_exception_cleanup()
220 __cxa_free_dependent_exception (dep); in __gxx_dependent_exception_cleanup()
239 __cxa_dependent_exception *dep = __cxa_allocate_dependent_exception (); in rethrow_exception() local
240 dep->primaryException = obj; in rethrow_exception()
243 dep->unexpectedHandler = get_unexpected (); in rethrow_exception()
244 dep->terminateHandler = get_terminate (); in rethrow_exception()
245 __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(dep->unwindHeader.exception_class); in rethrow_exception()
246 dep->unwindHeader.exception_cleanup = __gxx_dependent_exception_cleanup; in rethrow_exception()
252 _Unwind_SjLj_RaiseException (&dep->unwindHeader); in rethrow_exception()
254 _Unwind_RaiseException (&dep->unwindHeader); in rethrow_exception()
[all …]
A Deh_tm.cc40 __cxa_dependent_exception *dep in free_any_cxa_exception() local
43 h = __get_refcounted_exception_header_from_obj (dep->primaryException); in free_any_cxa_exception()
45 __cxa_free_dependent_exception (dep); in free_any_cxa_exception()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Deh_ptr.cc211 __get_refcounted_exception_header_from_obj (dep->primaryException); in __gxx_dependent_exception_cleanup()
220 __cxa_free_dependent_exception (dep); in __gxx_dependent_exception_cleanup()
239 __cxa_dependent_exception *dep = __cxa_allocate_dependent_exception (); in rethrow_exception() local
240 dep->primaryException = obj; in rethrow_exception()
243 dep->unexpectedHandler = get_unexpected (); in rethrow_exception()
244 dep->terminateHandler = get_terminate (); in rethrow_exception()
245 __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(dep->unwindHeader.exception_class); in rethrow_exception()
246 dep->unwindHeader.exception_cleanup = __gxx_dependent_exception_cleanup; in rethrow_exception()
252 _Unwind_SjLj_RaiseException (&dep->unwindHeader); in rethrow_exception()
254 _Unwind_RaiseException (&dep->unwindHeader); in rethrow_exception()
[all …]
A Deh_tm.cc40 __cxa_dependent_exception *dep in free_any_cxa_exception() local
43 h = __get_refcounted_exception_header_from_obj (dep->primaryException); in free_any_cxa_exception()
45 __cxa_free_dependent_exception (dep); in free_any_cxa_exception()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/
A Deh_ptr.cc211 __get_refcounted_exception_header_from_obj (dep->primaryException); in __gxx_dependent_exception_cleanup()
220 __cxa_free_dependent_exception (dep); in __gxx_dependent_exception_cleanup()
239 __cxa_dependent_exception *dep = __cxa_allocate_dependent_exception (); in rethrow_exception() local
240 dep->primaryException = obj; in rethrow_exception()
243 dep->unexpectedHandler = get_unexpected (); in rethrow_exception()
244 dep->terminateHandler = get_terminate (); in rethrow_exception()
245 __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(dep->unwindHeader.exception_class); in rethrow_exception()
246 dep->unwindHeader.exception_cleanup = __gxx_dependent_exception_cleanup; in rethrow_exception()
252 _Unwind_SjLj_RaiseException (&dep->unwindHeader); in rethrow_exception()
254 _Unwind_RaiseException (&dep->unwindHeader); in rethrow_exception()
[all …]
A Deh_tm.cc40 __cxa_dependent_exception *dep in free_any_cxa_exception() local
43 h = __get_refcounted_exception_header_from_obj (dep->primaryException); in free_any_cxa_exception()
45 __cxa_free_dependent_exception (dep); in free_any_cxa_exception()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
A Deh_ptr.cc201 __get_refcounted_exception_header_from_obj (dep->primaryException); in __gxx_dependent_exception_cleanup()
210 __cxa_free_dependent_exception (dep); in __gxx_dependent_exception_cleanup()
229 __cxa_dependent_exception *dep = __cxa_allocate_dependent_exception (); in rethrow_exception() local
230 dep->primaryException = obj; in rethrow_exception()
233 dep->unexpectedHandler = get_unexpected (); in rethrow_exception()
234 dep->terminateHandler = get_terminate (); in rethrow_exception()
235 __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(dep->unwindHeader.exception_class); in rethrow_exception()
236 dep->unwindHeader.exception_cleanup = __gxx_dependent_exception_cleanup; in rethrow_exception()
242 _Unwind_SjLj_RaiseException (&dep->unwindHeader); in rethrow_exception()
244 _Unwind_RaiseException (&dep->unwindHeader); in rethrow_exception()
[all …]
A Deh_tm.cc41 __cxa_dependent_exception *dep in free_any_cxa_exception() local
44 h = __get_refcounted_exception_header_from_obj (dep->primaryException); in free_any_cxa_exception()
46 __cxa_free_dependent_exception (dep); in free_any_cxa_exception()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/
A Deh_ptr.cc201 __get_refcounted_exception_header_from_obj (dep->primaryException); in __gxx_dependent_exception_cleanup()
210 __cxa_free_dependent_exception (dep); in __gxx_dependent_exception_cleanup()
229 __cxa_dependent_exception *dep = __cxa_allocate_dependent_exception (); in rethrow_exception() local
230 dep->primaryException = obj; in rethrow_exception()
233 dep->unexpectedHandler = get_unexpected (); in rethrow_exception()
234 dep->terminateHandler = get_terminate (); in rethrow_exception()
235 __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(dep->unwindHeader.exception_class); in rethrow_exception()
236 dep->unwindHeader.exception_cleanup = __gxx_dependent_exception_cleanup; in rethrow_exception()
242 _Unwind_SjLj_RaiseException (&dep->unwindHeader); in rethrow_exception()
244 _Unwind_RaiseException (&dep->unwindHeader); in rethrow_exception()
[all …]
A Deh_tm.cc41 __cxa_dependent_exception *dep in free_any_cxa_exception() local
44 h = __get_refcounted_exception_header_from_obj (dep->primaryException); in free_any_cxa_exception()
46 __cxa_free_dependent_exception (dep); in free_any_cxa_exception()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/
A Deh_ptr.cc201 __get_refcounted_exception_header_from_obj (dep->primaryException); in __gxx_dependent_exception_cleanup()
210 __cxa_free_dependent_exception (dep); in __gxx_dependent_exception_cleanup()
229 __cxa_dependent_exception *dep = __cxa_allocate_dependent_exception (); in rethrow_exception() local
230 dep->primaryException = obj; in rethrow_exception()
233 dep->unexpectedHandler = get_unexpected (); in rethrow_exception()
234 dep->terminateHandler = get_terminate (); in rethrow_exception()
235 __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(dep->unwindHeader.exception_class); in rethrow_exception()
236 dep->unwindHeader.exception_cleanup = __gxx_dependent_exception_cleanup; in rethrow_exception()
242 _Unwind_SjLj_RaiseException (&dep->unwindHeader); in rethrow_exception()
244 _Unwind_RaiseException (&dep->unwindHeader); in rethrow_exception()
[all …]
A Deh_tm.cc41 __cxa_dependent_exception *dep in free_any_cxa_exception() local
44 h = __get_refcounted_exception_header_from_obj (dep->primaryException); in free_any_cxa_exception()
46 __cxa_free_dependent_exception (dep); in free_any_cxa_exception()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/
A Deh_ptr.cc201 __get_refcounted_exception_header_from_obj (dep->primaryException); in __gxx_dependent_exception_cleanup()
210 __cxa_free_dependent_exception (dep); in __gxx_dependent_exception_cleanup()
229 __cxa_dependent_exception *dep = __cxa_allocate_dependent_exception (); in rethrow_exception() local
230 dep->primaryException = obj; in rethrow_exception()
233 dep->unexpectedHandler = get_unexpected (); in rethrow_exception()
234 dep->terminateHandler = get_terminate (); in rethrow_exception()
235 __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(dep->unwindHeader.exception_class); in rethrow_exception()
236 dep->unwindHeader.exception_cleanup = __gxx_dependent_exception_cleanup; in rethrow_exception()
242 _Unwind_SjLj_RaiseException (&dep->unwindHeader); in rethrow_exception()
244 _Unwind_RaiseException (&dep->unwindHeader); in rethrow_exception()
[all …]
A Deh_tm.cc41 __cxa_dependent_exception *dep in free_any_cxa_exception() local
44 h = __get_refcounted_exception_header_from_obj (dep->primaryException); in free_any_cxa_exception()
46 __cxa_free_dependent_exception (dep); in free_any_cxa_exception()
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DMakerules231 CFLAGS_gen.dep = -MT $@ -MD -MP -MF $(dir $@).$(notdir $@).dep
239 $(CFLAGS_gen.dep)
375 $(top_builddir)%.dep:
478 .depends.dep := \
479 $(patsubst %.s,%.s.dep,$(filter %.s,$(files.dep))) \
480 $(patsubst %.o,%.o.dep,$(filter %.o,$(files.dep))) \
481 $(patsubst %.os,%.os.dep,$(filter %.os,$(files.dep))) \
482 $(patsubst %.oS,%.oS.dep,$(filter %.oS,$(files.dep)))
485 .depends.dep := $(foreach f,$(.depends.dep),$(dir $(f)).$(notdir $(f)))
486 .depends.dep := $(wildcard $(.depends.dep))
[all …]
A D.gitignore18 .*.dep
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/ia64/
A D__longjmp.S79 dep r11=-1,r23,3,6 /* r11 <- ia64_rse_rnat_addr(jmpbuf.ar_bsp) */
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/po/
A DMakefile.in335 @for dep in $?; do \
337 *$$dep*) \
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/po/
A DMakefile.in335 @for dep in $?; do \
337 *$$dep*) \

Completed in 41 milliseconds

12345