Searched defs:context (Results 101 - 125 of 240) sorted by relevance

12345678910

/haiku-buildtools/gcc/gcc/
H A Dtimevar.c259 struct timevar_stack_def *context; local
H A Dcilk-common.c210 tree context = add_field ("ctx", local
H A Ddiagnostic.h186 diagnostic_inhibit_notes (diagnostic_context * context) argument
H A Dsdbout.c672 tree context = NULL_TREE; local
H A Dipa-polymorphic-call.c504 ipa_polymorphic_call_context context; local
1349 ipa_polymorphic_call_context context; local
[all...]
H A Dopts.c2365 option_name (diagnostic_context *context, int option_index, argument
H A Dgraphite-poly.h1372 isl_set *context; member in struct:scop
/haiku-buildtools/gcc/libcpp/
H A Dinit.c283 cpp_context *context, *contextn; local
H A Dtraditional.c372 cpp_context *context; local
874 cpp_context *context = pfile->context; local
1175 cpp_context *context = pfile->context; local
[all...]
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_mac.cc41 void GetPcSpBp(void *context, uptr *pc, uptr *sp, uptr *bp) { argument
236 void ReadContextStack(void *context, uptr *stack, uptr *ssize) { argument
301 asan_block_context_t *context = (asan_block_context_t*)block; local
[all...]
H A Dasan_report.cc563 void DescribeThread(AsanThreadContext *context) { argument
644 ReportStackOverflow(uptr pc, uptr sp, uptr bp, void *context, uptr addr) argument
659 ReportSIGSEGV(const char *description, uptr pc, uptr sp, uptr bp, void *context, uptr addr) argument
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dsdbout.c739 tree context = NULL_TREE; local
H A Ddbxout.c1682 tree context = NULL_TREE; local
/haiku-buildtools/isl/
H A Disl_ast_graft.c722 gist_guards( __isl_take isl_ast_graft_list *list, __isl_keep isl_set *context) argument
[all...]
H A Disl_constraint.c892 set_smallest_upper_bound( __isl_keep isl_basic_set *context, __isl_keep isl_basic_set *bset, unsigned abs_pos, int n_upper, int u) argument
922 set_largest_lower_bound( __isl_keep isl_basic_set *context, __isl_keep isl_basic_set *bset, unsigned abs_pos, int n_lower, int l) argument
948 foreach_upper_bound(__isl_keep isl_basic_set *bset, enum isl_dim_type type, unsigned abs_pos, __isl_take isl_basic_set *context, int n_upper, int (*fn)(__isl_take isl_constraint *lower, __isl_take isl_constraint *upper, __isl_take isl_basic_set *bset, void *user), void *user) argument
990 foreach_lower_bound(__isl_keep isl_basic_set *bset, enum isl_dim_type type, unsigned abs_pos, __isl_take isl_basic_set *context, int n_lower, int (*fn)(__isl_take isl_constraint *lower, __isl_take isl_constraint *upper, __isl_take isl_basic_set *bset, void *user), void *user) argument
1032 foreach_bound_pair(__isl_keep isl_basic_set *bset, enum isl_dim_type type, unsigned abs_pos, __isl_take isl_basic_set *context, int n_lower, int n_upper, int (*fn)(__isl_take isl_constraint *lower, __isl_take isl_constraint *upper, __isl_take isl_basic_set *bset, void *user), void *user) argument
1127 isl_basic_set *context = NULL; local
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.h249 cp_parser_context *context; member in struct:cp_parser
/haiku-buildtools/gcc/gcc/ginclude/
H A Dunwind-arm-common.h220 _Unwind_GetGR (_Unwind_Context *context, int regno) argument
231 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val) argument
/haiku-buildtools/gcc/gcc/jit/
H A Djit-playback.h46 class context : public log_user class in namespace:gcc::jit::playback
[all...]
/haiku-buildtools/gcc/libgcc/
H A Dgeneric-morestack.c997 __splitstack_getcontext (void *context[NUMBER_OFFSETS]) argument
1015 __splitstack_setcontext(void *context[NUMBER_OFFSETS]) argument
1039 __splitstack_makecontext(size_t stack_size, void *context[NUMBER_OFFSETS], size_t *size) argument
1067 __splitstack_resetcontext(void *context[10], size_t *size) argument
1110 __splitstack_releasecontext(void *context[10]) argument
1121 __splitstack_block_signals_context(void *context[NUMBER_OFFSETS], int *new, int *old) argument
1137 __splitstack_find_context(void *context[NUMBER_OFFSETS], size_t *stack_size, void **next_segment, void **next_sp, void **initial_sp) argument
[all...]
H A Dunwind-dw2.c196 _Unwind_IsSignalFrame(struct _Unwind_Context *context) argument
202 _Unwind_SetSignalFrame(struct _Unwind_Context *context, int val) argument
211 _Unwind_IsExtendedContext(struct _Unwind_Context *context) argument
220 _Unwind_GetGR(struct _Unwind_Context *context, int index) argument
249 _Unwind_GetPtr(struct _Unwind_Context *context, int index) argument
257 _Unwind_GetCFA(struct _Unwind_Context *context) argument
265 _Unwind_SetGR(struct _Unwind_Context *context, int index, _Unwind_Word val) argument
294 _Unwind_GetGRPtr(struct _Unwind_Context *context, int index) argument
305 _Unwind_SetGRPtr(struct _Unwind_Context *context, int index, void *p) argument
316 _Unwind_SetGRValue(struct _Unwind_Context *context, int index, _Unwind_Word val) argument
332 _Unwind_GRByValue(struct _Unwind_Context *context, int index) argument
341 _Unwind_GetIP(struct _Unwind_Context *context) argument
350 _Unwind_GetIPInfo(struct _Unwind_Context *context, int *ip_before_insn) argument
359 _Unwind_SetIP(struct _Unwind_Context *context, _Unwind_Ptr val) argument
365 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) argument
371 _Unwind_GetRegionStart(struct _Unwind_Context *context) argument
389 _Unwind_GetDataRelBase(struct _Unwind_Context *context) argument
395 _Unwind_GetTextRelBase(struct _Unwind_Context *context) argument
408 extract_cie_info(const struct dwarf_cie *cie, struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
510 execute_stack_op(const unsigned char *op_ptr, const unsigned char *op_end, struct _Unwind_Context *context, _Unwind_Word initial) argument
934 execute_cfa_program(const unsigned char *insn_ptr, const unsigned char *insn_end, struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
1228 uw_frame_state_for(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
1315 struct _Unwind_Context context; local
1361 _Unwind_SetSpColumn(struct _Unwind_Context *context, void *cfa, _Unwind_SpTmp *tmp_sp) argument
1377 uw_update_context_1(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
1500 uw_update_context(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
1523 uw_advance_context(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
1549 uw_init_context_1(struct _Unwind_Context *context, void *outer_cfa, void *outer_ra) argument
1682 uw_identify_context(struct _Unwind_Context *context) argument
[all...]
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-opts.c179 c_diagnostic_finalizer (diagnostic_context *context, argument
192 c_common_diagnostics_set_defaults (diagnostic_context *context) argument
H A Dcilk.c88 tree context; member in struct:wrapper_data
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dmethod.c503 tree context; local
1062 tree context; local
2072 tree context = decl_function_context (value); local
2090 register tree context local
2621 tree context = hack_decl_function_context (fndecl); local
[all...]
H A Dsig.c748 tree context = current_function_decl; local
/haiku-buildtools/gcc/libgcc/config/cr16/
H A Dunwind-cr16.c170 _Unwind_IsSignalFrame(struct _Unwind_Context *context) argument
176 _Unwind_SetSignalFrame(struct _Unwind_Context *context, int val) argument
185 _Unwind_IsExtendedContext(struct _Unwind_Context *context) argument
194 _Unwind_GetGR(struct _Unwind_Context *context, int index) argument
223 _Unwind_GetPtr(struct _Unwind_Context *context, int index) argument
231 _Unwind_GetCFA(struct _Unwind_Context *context) argument
239 _Unwind_SetGR(struct _Unwind_Context *context, int index, _Unwind_Word val) argument
281 _Unwind_GetGRPtr(struct _Unwind_Context *context, int index) argument
292 _Unwind_SetGRPtr(struct _Unwind_Context *context, int index, void *p) argument
303 _Unwind_SetGRValue(struct _Unwind_Context *context, int index, _Unwind_Word val) argument
318 _Unwind_GRByValue(struct _Unwind_Context *context, int index) argument
327 _Unwind_GetIP(struct _Unwind_Context *context) argument
336 _Unwind_GetIPInfo(struct _Unwind_Context *context, int *ip_before_insn) argument
345 _Unwind_SetIP(struct _Unwind_Context *context, _Unwind_Ptr val) argument
351 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) argument
357 _Unwind_GetRegionStart(struct _Unwind_Context *context) argument
374 _Unwind_GetDataRelBase(struct _Unwind_Context *context) argument
380 _Unwind_GetTextRelBase(struct _Unwind_Context *context) argument
392 extract_cie_info(const struct dwarf_cie *cie, struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
494 execute_stack_op(const unsigned char *op_ptr, const unsigned char *op_end, struct _Unwind_Context *context, _Unwind_Word initial) argument
918 execute_cfa_program(const unsigned char *insn_ptr, const unsigned char *insn_end, struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
1175 uw_frame_state_for(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
1262 struct _Unwind_Context context; local
1308 _Unwind_SetSpColumn(struct _Unwind_Context *context, void *cfa, _Unwind_SpTmp *tmp_sp) argument
1324 uw_update_context_1(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
1447 uw_update_context(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
1473 uw_advance_context(struct _Unwind_Context *context, _Unwind_FrameState *fs) argument
1499 uw_init_context_1(struct _Unwind_Context *context, void *outer_cfa, void *outer_ra) argument
1649 uw_identify_context(struct _Unwind_Context *context) argument
[all...]

Completed in 264 milliseconds

12345678910