| /netbsd/src/sys/external/isc/atheros_hal/dist/ |
| D | ah_eeprom_v1.c | 117 int i, loc; in ath_hal_v1EepromAttach() local 201 …for (i = 0, loc = AR_EEPROM_ATHEROS_TP_SETTINGS; i < AR_CHANNELS_MAX; i++, loc += AR_TP_SETTINGS_S… in ath_hal_v1EepromAttach() 205 chan->pcdac[0] = (athvals[loc] >> 10) & 0x3F; in ath_hal_v1EepromAttach() 206 chan->gainF[0] = (athvals[loc] >> 4) & 0x3F; in ath_hal_v1EepromAttach() 207 chan->pcdac[1] = ((athvals[loc] << 2) & 0x3C) in ath_hal_v1EepromAttach() 208 | ((athvals[loc+1] >> 14) & 0x03); in ath_hal_v1EepromAttach() 209 chan->gainF[1] = (athvals[loc+1] >> 8) & 0x3F; in ath_hal_v1EepromAttach() 210 chan->pcdac[2] = (athvals[loc+1] >> 2) & 0x3F; in ath_hal_v1EepromAttach() 211 chan->gainF[2] = ((athvals[loc+1] << 4) & 0x30) in ath_hal_v1EepromAttach() 212 | ((athvals[loc+2] >> 12) & 0x0F); in ath_hal_v1EepromAttach() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | var-tracking.cc | 191 rtx loc; member 251 rtx loc; member 267 rtx loc; member 1040 adjust_mems (rtx loc, const_rtx old_rtx, void *data) in adjust_mems() argument 1043 rtx mem, addr = loc, tem; in adjust_mems() 1048 switch (GET_CODE (loc)) in adjust_mems() 1054 return loc; in adjust_mems() 1055 if (loc == stack_pointer_rtx in adjust_mems() 1059 else if (loc == hard_frame_pointer_rtx in adjust_mems() 1064 gcc_checking_assert (loc != virtual_incoming_args_rtx); in adjust_mems() [all …]
|
| D | selftest.cc | 43 fail (const location &loc, const char *msg) in fail() argument 45 fprintf (stderr,"%s:%i: %s: FAIL: %s\n", loc.m_file, loc.m_line, in fail() 46 loc.m_function, msg); in fail() 53 fail_formatted (const location &loc, const char *fmt, ...) in fail_formatted() argument 57 fprintf (stderr, "%s:%i: %s: FAIL: ", loc.m_file, loc.m_line, in fail_formatted() 58 loc.m_function); in fail_formatted() 71 assert_streq (const location &loc, in assert_streq() argument 78 fail_formatted (loc, "ASSERT_STREQ (%s, %s) val1=NULL val2=NULL", in assert_streq() 81 fail_formatted (loc, "ASSERT_STREQ (%s, %s) val1=NULL val2=\"%s\"", in assert_streq() 85 fail_formatted (loc, "ASSERT_STREQ (%s, %s) val1=\"%s\" val2=NULL", in assert_streq() [all …]
|
| D | read-md.cc | 94 struct ptr_loc *loc; in set_md_ptr_loc() local 96 loc = (struct ptr_loc *) obstack_alloc (&m_ptr_loc_obstack, in set_md_ptr_loc() 98 loc->ptr = ptr; in set_md_ptr_loc() 99 loc->loc = file_loc; in set_md_ptr_loc() 100 *htab_find_slot (m_ptr_locs, loc, INSERT) = loc; in set_md_ptr_loc() 117 const struct ptr_loc *loc = get_md_ptr_loc (old_ptr); in copy_md_ptr_loc() local 118 if (loc != 0) in copy_md_ptr_loc() 119 set_md_ptr_loc (new_ptr, loc->loc); in copy_md_ptr_loc() 128 const struct ptr_loc *loc = get_md_ptr_loc (ptr); in fprint_md_ptr_loc() local 129 if (loc != 0) in fprint_md_ptr_loc() [all …]
|
| D | selftest-rtl.cc | 43 assert_rtx_eq_at (const location &loc, const char *msg, in assert_rtx_eq_at() argument 47 ::selftest::pass (loc, msg); in assert_rtx_eq_at() 50 fprintf (stderr, "%s:%i: %s: FAIL: %s\n", loc.m_file, loc.m_line, in assert_rtx_eq_at() 51 loc.m_function, msg); in assert_rtx_eq_at() 66 assert_rtx_ptr_eq_at (const location &loc, const char *msg, in assert_rtx_ptr_eq_at() argument 70 ::selftest::pass (loc, msg); in assert_rtx_ptr_eq_at() 73 fprintf (stderr, "%s:%i: %s: FAIL: %s\n", loc.m_file, loc.m_line, in assert_rtx_ptr_eq_at() 74 loc.m_function, msg); in assert_rtx_ptr_eq_at() 89 rtl_dump_test::rtl_dump_test (const location &loc, char *path) in rtl_dump_test() argument 93 ASSERT_TRUE_AT (loc, read_ok); in rtl_dump_test()
|
| D | fold-const.cc | 159 expr_location_or (tree t, location_t loc) in expr_location_or() argument 162 return tloc == UNKNOWN_LOCATION ? loc : tloc; in expr_location_or() 169 protected_set_expr_location_unshare (tree x, location_t loc) in protected_set_expr_location_unshare() argument 172 && EXPR_LOCATION (x) != loc in protected_set_expr_location_unshare() 178 SET_EXPR_LOCATION (x, loc); in protected_set_expr_location_unshare() 543 fold_negate_expr_1 (location_t loc, tree t) in fold_negate_expr_1() argument 553 return fold_build2_loc (loc, PLUS_EXPR, type, TREE_OPERAND (t, 0), in fold_negate_expr_1() 575 tree rpart = fold_negate_expr (loc, TREE_REALPART (t)); in fold_negate_expr_1() 576 tree ipart = fold_negate_expr (loc, TREE_IMAGPART (t)); in fold_negate_expr_1() 589 tree elt = fold_negate_expr (loc, VECTOR_CST_ELT (t, i)); in fold_negate_expr_1() [all …]
|
| /netbsd/src/sys/arch/sparc/sparc/ |
| D | asm.h | 61 #define lduba(loc, asi) ({ \ argument 64 "r" ((int)(loc)), "n" (asi)); \ 69 #define lduha(loc, asi) ({ \ argument 72 "r" ((int)(loc)), "n" (asi)); \ 77 #define lda(loc, asi) ({ \ argument 80 "r" ((int)(loc)), "n" (asi)); \ 85 #define stba(loc, asi, value) ({ \ argument 87 "r" ((int)(value)), "r" ((int)(loc)), "n" (asi)); \ 91 #define stha(loc, asi, value) ({ \ argument 93 "r" ((int)(value)), "r" ((int)(loc)), "n" (asi)); \ [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/ |
| D | line-map.cc | 245 get_data_from_adhoc_loc (const class line_maps *set, location_t loc) in get_data_from_adhoc_loc() argument 247 linemap_assert (IS_ADHOC_LOC (loc)); in get_data_from_adhoc_loc() 248 return set->location_adhoc_data_map.data[loc & MAX_LOCATION_T].data; in get_data_from_adhoc_loc() 254 get_location_from_adhoc_loc (const class line_maps *set, location_t loc) in get_location_from_adhoc_loc() argument 256 linemap_assert (IS_ADHOC_LOC (loc)); in get_location_from_adhoc_loc() 257 return set->location_adhoc_data_map.data[loc & MAX_LOCATION_T].locus; in get_location_from_adhoc_loc() 263 get_range_from_adhoc_loc (const class line_maps *set, location_t loc) in get_range_from_adhoc_loc() argument 265 linemap_assert (IS_ADHOC_LOC (loc)); in get_range_from_adhoc_loc() 266 return set->location_adhoc_data_map.data[loc & MAX_LOCATION_T].src_range; in get_range_from_adhoc_loc() 274 location_t loc) in get_range_from_loc() argument [all …]
|
| D | location-example.txt | 30 location_t interval: 0 <= loc < 2 33 location_t interval: 32 <= loc < 64 41 test.c: 1|loc: 32|#include "test.h" 46 location_t interval: 64 <= loc < 96 56 location_t interval: 96 <= loc < 128 66 location_t interval: 128 <= loc < 250240 77 location_t interval: 250240 <= loc < 250272 87 location_t interval: 250272 <= loc < 254368 95 test.c: 1|loc:250272|#include "test.h" 102 location_t interval: 254368 <= loc < 266720 [all …]
|
| /netbsd/src/lib/libc/locale/ |
| D | multibyte_amd1.c | 51 mbrlen_l(const char *s, size_t n, mbstate_t *ps, locale_t loc) in mbrlen_l() argument 56 _fixup_ps(_RUNE_LOCALE(loc), ps, s == NULL); in mbrlen_l() 58 err0 = _citrus_ctype_mbrlen(_ps_to_ctype(ps, loc), s, n, in mbrlen_l() 73 mbsinit_l(const mbstate_t *ps, locale_t loc) in mbsinit_l() argument 83 rl = _RUNE_LOCALE(loc); in mbsinit_l() 103 mbrtowc_l(wchar_t *pwc, const char *s, size_t n, mbstate_t *ps, locale_t loc) in mbrtowc_l() argument 108 _fixup_ps(_RUNE_LOCALE(loc), ps, s == NULL); in mbrtowc_l() 110 err0 = _citrus_ctype_mbrtowc(_ps_to_ctype(ps, loc), pwc, s, n, in mbrtowc_l() 126 locale_t loc) in mbsrtowcs_l() argument 131 _fixup_ps(_RUNE_LOCALE(loc), ps, s == NULL); in mbsrtowcs_l() [all …]
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| D | x509name.c | 92 X509_NAME_ENTRY *X509_NAME_get_entry(const X509_NAME *name, int loc) in X509_NAME_get_entry() argument 94 if (name == NULL || sk_X509_NAME_ENTRY_num(name->entries) <= loc in X509_NAME_get_entry() 95 || loc < 0) in X509_NAME_get_entry() 98 return sk_X509_NAME_ENTRY_value(name->entries, loc); in X509_NAME_get_entry() 101 X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc) in X509_NAME_delete_entry() argument 107 if (name == NULL || sk_X509_NAME_ENTRY_num(name->entries) <= loc in X509_NAME_delete_entry() 108 || loc < 0) in X509_NAME_delete_entry() 112 ret = sk_X509_NAME_ENTRY_delete(sk, loc); in X509_NAME_delete_entry() 115 if (loc == n) in X509_NAME_delete_entry() 119 if (loc != 0) in X509_NAME_delete_entry() [all …]
|
| D | x509_ext.c | 40 X509_EXTENSION *X509_CRL_get_ext(const X509_CRL *x, int loc) in X509_CRL_get_ext() argument 42 return X509v3_get_ext(x->crl.extensions, loc); in X509_CRL_get_ext() 45 X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc) in X509_CRL_delete_ext() argument 47 return X509v3_delete_ext(x->crl.extensions, loc); in X509_CRL_delete_ext() 61 int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc) in X509_CRL_add_ext() argument 63 return (X509v3_add_ext(&(x->crl.extensions), ex, loc) != NULL); in X509_CRL_add_ext() 87 X509_EXTENSION *X509_get_ext(const X509 *x, int loc) in X509_get_ext() argument 89 return X509v3_get_ext(x->cert_info.extensions, loc); in X509_get_ext() 92 X509_EXTENSION *X509_delete_ext(X509 *x, int loc) in X509_delete_ext() argument 94 return X509v3_delete_ext(x->cert_info.extensions, loc); in X509_delete_ext() [all …]
|
| /netbsd/src/games/adventure/ |
| D | subr.c | 74 if (place[objj] == loc || toting(objj)) in here() 83 if (place[objj] == loc || fixed[objj] == loc) in at() 137 if ((cond[loc] % 2) == 0 && (prop[lamp] == 0 || !here(lamp))) in dark() 157 if (newloc != loc && !forced(loc) && !bitset(loc, 3)) { in fdwarf() 161 newloc = loc; in fdwarf() 166 loc = newloc; /* 74 */ in fdwarf() 167 if (loc == 0 || forced(loc) || bitset(newloc, 3)) in fdwarf() 170 if (loc >= 15) in fdwarf() 175 if (loc < 15 || pct(95)) in fdwarf() 184 if (dloc[i] == loc) in fdwarf() [all …]
|
| D | main.c | 96 newloc = loc; /* main office */ in main() 105 l2000: if (loc == 0) in main() 107 kk = &stext[loc]; in main() 108 if ((abb[loc] % abbnum) == 0 || kk->seekadr == 0) in main() 109 kk = <ext[loc]; in main() 110 if (!forced(loc) && dark()) { in main() 124 if (forced(loc)) in main() 126 if (loc == 33 && pct(25) && !isclosing) in main() 129 abb[loc]++; in main() 130 for (i = atloc[loc]; i != 0; i = links[i]) { /* 2004 */ in main() [all …]
|
| /netbsd/src/sys/arch/sparc64/include/ |
| D | ctlreg.h | 494 : "r" ((__uintptr_t)(loc)), "r" (asi)) 498 static __inline type ld(paddr_t loc, int asi) \ 505 : "r" ((__uintptr_t)(loc)), "n" (asi)); \ 512 static __inline type ld(paddr_t loc, int asi) \ 535 : "r" ((uint32_t)(loc)), "r" (_hi), "r" (asi)) 542 : "r" ((uint32_t)(loc)), "r" (asi)) 557 : "r" ((uint32_t)(loc)), "r" (_hi), "r" (asi)) 566 : "r" ((uint32_t)(loc)), "r" (asi)) 570 static __inline type ld(paddr_t loc, int asi) \ 575 _hi = (uint64_t)(loc) >> 32; \ [all …]
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | auth2-pubkeyfile.c | 67 const char *loc) in auth_authorise_keyopts() argument 79 debug("%s: entry expired at %s", loc, buf); in auth_authorise_keyopts() 80 auth_debug_add("%s: entry expired at %s", loc, buf); in auth_authorise_keyopts() 85 debug("%s: principals on non-CA key", loc); in auth_authorise_keyopts() 86 auth_debug_add("%s: principals on non-CA key", loc); in auth_authorise_keyopts() 92 debug("%s: cert-authority flag invalid here", loc); in auth_authorise_keyopts() 93 auth_debug_add("%s: cert-authority flag invalid here", loc); in auth_authorise_keyopts() 107 debug("%s: invalid from criteria", loc); in auth_authorise_keyopts() 108 auth_debug_add("%s: invalid from criteria", loc); in auth_authorise_keyopts() 114 loc, pw->pw_name, remote_host, remote_ip, in auth_authorise_keyopts() [all …]
|
| /netbsd/src/lib/libc/time/ |
| D | strftime.c | 138 #define _TIME_LOCALE(loc) \ argument 139 ((_TimeLocale *)((loc)->part_impl[LC_TIME])) 203 const char *const format, const struct tm *const t, locale_t loc) in strftime_lz() argument 209 p = _fmt(sp, format, t, s, s + maxsize, &warn, loc); in strftime_lz() 233 const char *ptlim, enum warn *warnp, locale_t loc) in _fmt() argument 236 _TimeLocale *tptr = _TIME_LOCALE(loc); in _fmt() 291 true, false, pt, ptlim, loc); in _fmt() 298 ptlim, &warn2, loc); in _fmt() 307 loc); in _fmt() 312 pt, ptlim, loc); in _fmt() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/i386/ |
| D | linux-unwind.h | 83 fs->regs.reg[0].loc.offset = (long)&sc->rax - new_cfa; in x86_64_fallback_frame_state() 85 fs->regs.reg[1].loc.offset = (long)&sc->rdx - new_cfa; in x86_64_fallback_frame_state() 87 fs->regs.reg[2].loc.offset = (long)&sc->rcx - new_cfa; in x86_64_fallback_frame_state() 89 fs->regs.reg[3].loc.offset = (long)&sc->rbx - new_cfa; in x86_64_fallback_frame_state() 91 fs->regs.reg[4].loc.offset = (long)&sc->rsi - new_cfa; in x86_64_fallback_frame_state() 93 fs->regs.reg[5].loc.offset = (long)&sc->rdi - new_cfa; in x86_64_fallback_frame_state() 95 fs->regs.reg[6].loc.offset = (long)&sc->rbp - new_cfa; in x86_64_fallback_frame_state() 97 fs->regs.reg[8].loc.offset = (long)&sc->r8 - new_cfa; in x86_64_fallback_frame_state() 99 fs->regs.reg[9].loc.offset = (long)&sc->r9 - new_cfa; in x86_64_fallback_frame_state() 101 fs->regs.reg[10].loc.offset = (long)&sc->r10 - new_cfa; in x86_64_fallback_frame_state() [all …]
|
| D | sol2-unwind.h | 98 fs->regs.reg[0].loc.offset = (long)&mctx->gregs[REG_RAX] - new_cfa; in x86_64_fallback_frame_state() 100 fs->regs.reg[1].loc.offset = (long)&mctx->gregs[REG_RDX] - new_cfa; in x86_64_fallback_frame_state() 102 fs->regs.reg[2].loc.offset = (long)&mctx->gregs[REG_RCX] - new_cfa; in x86_64_fallback_frame_state() 104 fs->regs.reg[3].loc.offset = (long)&mctx->gregs[REG_RBX] - new_cfa; in x86_64_fallback_frame_state() 106 fs->regs.reg[4].loc.offset = (long)&mctx->gregs[REG_RSI] - new_cfa; in x86_64_fallback_frame_state() 108 fs->regs.reg[5].loc.offset = (long)&mctx->gregs[REG_RDI] - new_cfa; in x86_64_fallback_frame_state() 110 fs->regs.reg[6].loc.offset = (long)&mctx->gregs[REG_RBP] - new_cfa; in x86_64_fallback_frame_state() 112 fs->regs.reg[8].loc.offset = (long)&mctx->gregs[REG_R8] - new_cfa; in x86_64_fallback_frame_state() 114 fs->regs.reg[9].loc.offset = (long)&mctx->gregs[REG_R9] - new_cfa; in x86_64_fallback_frame_state() 116 fs->regs.reg[10].loc.offset = (long)&mctx->gregs[REG_R10] - new_cfa; in x86_64_fallback_frame_state() [all …]
|
| D | freebsd-unwind.h | 114 fs->regs.reg[0].loc.offset = (long)&sf->REG_NAME(rax) - new_cfa; in x86_64_freebsd_fallback_frame_state() 116 fs->regs.reg[1].loc.offset = (long)&sf->REG_NAME(rdx) - new_cfa; in x86_64_freebsd_fallback_frame_state() 118 fs->regs.reg[2].loc.offset = (long)&sf->REG_NAME(rcx) - new_cfa; in x86_64_freebsd_fallback_frame_state() 120 fs->regs.reg[3].loc.offset = (long)&sf->REG_NAME(rbx) - new_cfa; in x86_64_freebsd_fallback_frame_state() 122 fs->regs.reg[4].loc.offset = (long)&sf->REG_NAME(rsi) - new_cfa; in x86_64_freebsd_fallback_frame_state() 124 fs->regs.reg[5].loc.offset = (long)&sf->REG_NAME(rdi) - new_cfa; in x86_64_freebsd_fallback_frame_state() 126 fs->regs.reg[6].loc.offset = (long)&sf->REG_NAME(rbp) - new_cfa; in x86_64_freebsd_fallback_frame_state() 128 fs->regs.reg[8].loc.offset = (long)&sf->REG_NAME(r8) - new_cfa; in x86_64_freebsd_fallback_frame_state() 130 fs->regs.reg[9].loc.offset = (long)&sf->REG_NAME(r9) - new_cfa; in x86_64_freebsd_fallback_frame_state() 132 fs->regs.reg[10].loc.offset = (long)&sf->REG_NAME(r10) - new_cfa; in x86_64_freebsd_fallback_frame_state() [all …]
|
| D | dragonfly-unwind.h | 106 fs->regs.reg[0].loc.offset = (long)&sf->REG_NAME(rax) - new_cfa; in x86_64_dragonfly_fallback_frame_state() 108 fs->regs.reg[1].loc.offset = (long)&sf->REG_NAME(rdx) - new_cfa; in x86_64_dragonfly_fallback_frame_state() 110 fs->regs.reg[2].loc.offset = (long)&sf->REG_NAME(rcx) - new_cfa; in x86_64_dragonfly_fallback_frame_state() 112 fs->regs.reg[3].loc.offset = (long)&sf->REG_NAME(rbx) - new_cfa; in x86_64_dragonfly_fallback_frame_state() 114 fs->regs.reg[4].loc.offset = (long)&sf->REG_NAME(rsi) - new_cfa; in x86_64_dragonfly_fallback_frame_state() 116 fs->regs.reg[5].loc.offset = (long)&sf->REG_NAME(rdi) - new_cfa; in x86_64_dragonfly_fallback_frame_state() 118 fs->regs.reg[6].loc.offset = (long)&sf->REG_NAME(rbp) - new_cfa; in x86_64_dragonfly_fallback_frame_state() 120 fs->regs.reg[8].loc.offset = (long)&sf->REG_NAME(r8) - new_cfa; in x86_64_dragonfly_fallback_frame_state() 122 fs->regs.reg[9].loc.offset = (long)&sf->REG_NAME(r9) - new_cfa; in x86_64_dragonfly_fallback_frame_state() 124 fs->regs.reg[10].loc.offset = (long)&sf->REG_NAME(r10) - new_cfa; in x86_64_dragonfly_fallback_frame_state() [all …]
|
| D | gnu-unwind.h | 96 fs->regs.reg[0].loc.offset = (unsigned long)&scp->sc_eax - usp; in x86_gnu_fallback_frame_state() 97 fs->regs.reg[1].loc.offset = (unsigned long)&scp->sc_ecx - usp; in x86_gnu_fallback_frame_state() 98 fs->regs.reg[2].loc.offset = (unsigned long)&scp->sc_edx - usp; in x86_gnu_fallback_frame_state() 99 fs->regs.reg[3].loc.offset = (unsigned long)&scp->sc_ebx - usp; in x86_gnu_fallback_frame_state() 100 fs->regs.reg[5].loc.offset = (unsigned long)&scp->sc_ebp - usp; in x86_gnu_fallback_frame_state() 101 fs->regs.reg[6].loc.offset = (unsigned long)&scp->sc_esi - usp; in x86_gnu_fallback_frame_state() 102 fs->regs.reg[7].loc.offset = (unsigned long)&scp->sc_edi - usp; in x86_gnu_fallback_frame_state() 103 fs->regs.reg[8].loc.offset = (unsigned long)&scp->sc_eip - usp; in x86_gnu_fallback_frame_state() 112 fs->regs.reg[0].loc.offset = (unsigned long)&(*gregset)[REG_EAX] - usp; in x86_gnu_fallback_frame_state() 113 fs->regs.reg[1].loc.offset = (unsigned long)&(*gregset)[REG_ECX] - usp; in x86_gnu_fallback_frame_state() [all …]
|
| /netbsd/src/external/cddl/osnet/dist/common/zfs/ |
| D | zfs_namecheck.c | 70 const char *loc; in zfs_component_namecheck() local 84 for (loc = path; *loc; loc++) { in zfs_component_namecheck() 85 if (!valid_char(*loc)) { in zfs_component_namecheck() 88 *what = *loc; in zfs_component_namecheck() 138 const char *loc, *end; in dataset_namecheck() local 164 loc = path; in dataset_namecheck() 168 end = loc; in dataset_namecheck() 180 if (loc == end) { in dataset_namecheck() 197 while (loc != end) { in dataset_namecheck() 198 if (!valid_char(*loc) && *loc != '%') { in dataset_namecheck() [all …]
|
| /netbsd/src/tests/bin/sh/ |
| D | t_input.sh | 83 for loc in 0 10 40 41 42 104 105 106 110 111 112 113 119 127 128 \ 89 OF="helper-${N}@${loc}.sh" 91 test "${loc}" -gt 0 && 92 dd if=helper.sh bs=1 count="${loc}" \ 94 dd if=helper.sh bs=1 skip="${loc}" \ 99 atf_fail "${N}@${loc}: build failure" 124 loc=$1; shift 125 test "${loc}" -gt 0 && 126 dd if=helper.sh bs=1 count="${loc}" \ 131 count=$(( N - loc )) [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | cvt.cc | 81 location_t loc = cp_expr_loc_or_input_loc (expr); in cp_convert_to_pointer() local 92 error_at (loc, "cannot convert from incomplete type %qH to %qI", in cp_convert_to_pointer() 102 error_at (loc, "conversion of %qE from %qH to %qI is ambiguous", in cp_convert_to_pointer() 174 error_at (loc, "cannot convert %qE from type %qH to type %qI", in cp_convert_to_pointer() 201 error_at (loc, "cannot convert %qE from type %qH to type %qI", in cp_convert_to_pointer() 213 maybe_warn_zero_as_null_pointer_constant (expr, loc); in cp_convert_to_pointer() 227 error_at (loc, "invalid conversion from %qH to %qI", intype, type); in cp_convert_to_pointer() 255 error_at (loc, "cannot convert %qE from type %qH to type %qI", in cp_convert_to_pointer() 381 diagnose_ref_binding (location_t loc, tree reftype, tree intype, tree decl) in diagnose_ref_binding() argument 403 permerror (loc, msg, reftype, intype); in diagnose_ref_binding() [all …]
|