| /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| eh_tm.cc | 34 free_any_cxa_exception (_Unwind_Exception *eo) 37 = __get_refcounted_exception_header_from_ue (eo); 39 if (__is_dependent_exception (eo->exception_class)) 42 = __get_dependent_exception_from_ue (eo); 83 _Unwind_Exception *eo local 85 if (__is_gxx_exception_class (eo->exception_class)) 86 free_any_cxa_exception (eo); 88 _Unwind_DeleteException (eo); 106 _Unwind_Exception *eo = &h->unwindHeader; local 108 if (__is_gxx_exception_class (eo->exception_class) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| eh_tm.cc | 34 free_any_cxa_exception (_Unwind_Exception *eo) 37 = __get_refcounted_exception_header_from_ue (eo); 39 if (__is_dependent_exception (eo->exception_class)) 42 = __get_dependent_exception_from_ue (eo); 83 _Unwind_Exception *eo local 85 if (__is_gxx_exception_class (eo->exception_class)) 86 free_any_cxa_exception (eo); 88 _Unwind_DeleteException (eo); 106 _Unwind_Exception *eo = &h->unwindHeader; local 108 if (__is_gxx_exception_class (eo->exception_class) [all...] |
| /src/external/bsd/libevent/dist/ |
| event_iocp.c | 59 struct event_overlapped *eo = local 61 eo->cb(eo, completion_key, nBytes, ok);
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| event_iocp.c | 60 struct event_overlapped *eo = local 62 eo->cb(eo, completion_key, nBytes, ok);
|
| /src/external/bsd/tre/dist/lib/ |
| regexec.c | 132 int *tags = NULL, eo; local 158 tags, eflags, &eo); 170 &match, params, eflags, &eo); 177 tags, eflags, &eo); 182 tre_fill_pmatch(nmatch, pmatch, tnfa->cflags, tnfa, tags, eo); 321 int *tags = NULL, eo; local 352 match, params, eflags, &eo); 354 tre_fill_pmatch(nmatch, match->pmatch, tnfa->cflags, tnfa, tags, eo);
|
| tre-match-backtrack.c | 405 regoff_t so, eo, bt = trans_i->u.backref; local 415 /* LINTED */eo = pmatch[bt].rm_eo; 416 bt_len = eo - so; 429 bt_len, so, eo, bt_len, (char*)string + so)); 436 bt_len, so, eo, bt_len, (wchar_t*)string + so));
|
| /src/external/bsd/libevent/dist/test/ |
| regress_iocp.c | 115 struct event_overlapped eo; member in struct:dummy_overlapped 126 EVUTIL_UPCAST(o, struct dummy_overlapped, eo); 171 event_overlapped_init_(&o1.eo, dummy_cb); 172 event_overlapped_init_(&o2.eo, dummy_cb); 177 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 10, 100)); 178 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 20, 200)); 180 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 11, 101)); 181 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 21, 201)); 183 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 12, 102)); 184 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 22, 202)) [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress_iocp.c | 116 struct event_overlapped eo; member in struct:dummy_overlapped 127 EVUTIL_UPCAST(o, struct dummy_overlapped, eo); 172 event_overlapped_init_(&o1.eo, dummy_cb); 173 event_overlapped_init_(&o2.eo, dummy_cb); 178 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 10, 100)); 179 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 20, 200)); 181 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 11, 101)); 182 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 21, 201)); 184 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 12, 102)); 185 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 22, 202)) [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| koenig.cc | 52 int foo ( O fo, ::E::O eo){ return 4;} 53 int foo (int i, O fo, ::E::O eo){ return 5;} 59 int foo (O go, ::F::O fo, ::E::O eo){ return 6; } 256 E::O eo; local 260 foo (eo); 261 foo (eo, eo); 262 foo (eo, eo, 1); 263 foo (fo, eo); [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| koenig.cc | 52 int foo ( O fo, ::E::O eo){ return 4;} 53 int foo (int i, O fo, ::E::O eo){ return 5;} 59 int foo (O go, ::F::O fo, ::E::O eo){ return 6; } 256 E::O eo; local 260 foo (eo); 261 foo (eo, eo); 262 foo (eo, eo, 1); 263 foo (fo, eo); [all...] |
| /src/external/bsd/dhcpcd/dist/src/ |
| dhcp-common.c | 879 ssize_t eo; local 912 eo = dhcp_optlen(eopt, ol); 913 if (eo == -1) { 920 if (eo == 0) { 938 if (print_option(fp, pfx, eopt, ov, od, (size_t)eo, 944 od += (size_t)eo; 945 ol -= (size_t)eo;
|
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| lang.h | 37 el, en, eo, es, et, eu, enumerator in enum:__anon9561
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-openmp.cc | 5660 gfc_expr *et = NULL, *eo = NULL, *e = expr; local 5666 eo = expr->value.op.op2; 5670 eo = expr->value.op.op1; 5695 if (eo != NULL) 5698 gfc_conv_expr_val (&se, eo); 5701 if (expr->value.op.op == INTRINSIC_MINUS && expr->value.op.op2 == eo)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gengtype.cc | 2108 int eo = pmatch[dolnum].rm_eo; 2109 DBGPRINTF ("so=%d eo=%d dolnum=%d", so, eo, dolnum); 2110 if (so>=0 && eo>=so) 2111 obstack_grow (&str_obstack, filnam + so, eo - so); 2101 int eo = pmatch[dolnum].rm_eo; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gengtype.cc | 2138 int eo = pmatch[dolnum].rm_eo; 2139 DBGPRINTF ("so=%d eo=%d dolnum=%d", so, eo, dolnum); 2140 if (so>=0 && eo>=so) 2141 obstack_grow (&str_obstack, filnam + so, eo - so); 2131 int eo = pmatch[dolnum].rm_eo; local
|