Searched refs:err_name (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ada-lex.l | 588 block_lookup (char *name, char *err_name) 607 error ("No file or function \"%s\".", err_name); 609 error ("No function \"%s\" in specified context.", err_name); 615 warning ("Function name \"%s\" ambiguous here", err_name); 631 name_lookup (char *name0, char *err_name, int *token_type, int depth) 641 error ("Could not find renamed symbol \"%s\"", err_name); 724 result = name_lookup (new_name, err_name, token_type, depth - 1); 787 error ("No definition of \"%s\" found.", err_name); 812 err_name); 815 err_name);
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_xgmi.h | 50 const char *err_name; member
|
H A D | amdgpu_xgmi.c | 998 pcs_ras_fields[i].err_name); in amdgpu_xgmi_query_pcs_error_status()
|
/openbsd/sys/dev/pci/drm/i915/ |
H A D | i915_pmu.c | 1286 goto err_name; in i915_pmu_register() 1320 err_name: in i915_pmu_register()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | ChangeLog-1993 | 301 * cp-call.c, cp-init.c, cp-method.c: Eradicate err_name. 532 * cp-method.c (report_type_mismatch): Use cp_error; ignore err_name
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | ChangeLog.1 | 9146 * cp-call.c, cp-init.c, cp-method.c: Eradicate err_name. 9377 * cp-method.c (report_type_mismatch): Use cp_error; ignore err_name
|