Searched refs:canonical (Results 1 - 25 of 109) sorted by relevance

12345

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/riscv/
H A Dmarch-fail-rv32iam.l2 Fatal error: -march=rv32iam: ISA string is not in canonical order. `m'
H A Dmarch-fail-rv32imc.l2 Fatal error: -march=rv32iamfd: ISA string is not in canonical order. `m'
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dprint-sysroot-suffix.sh50 # will replace a canonical option FOO with a %{...}-style spec pattern.
53 canonical=`echo "$match" | sed -e 's/=.*//' -e 's/?/=/g'`
55 substs=`echo "$substs" | sed -e "s,s/$canonical/,&$alias|,"`
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/bfin/
H A Dprint-sysroot-suffix.sh50 # will replace a canonical option FOO with a %{...}-style spec pattern.
53 canonical=`echo "$match" | sed -e 's/=.*//' -e 's/?/=/g'`
55 substs=`echo "$substs" | sed -e "s,s/$canonical/,&$alias|,"`
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Dpop-op.s2 # No need to check the canonical three constants.
H A Dswym-op.s2 # No need to check the canonical three constants.
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dprint-sysroot-suffix.sh50 # will replace a canonical option FOO with a %{...}-style spec pattern.
53 canonical=`echo "$match" | sed -e 's/=.*//' -e 's/?/=/g'`
55 substs=`echo "$substs" | sed -e "s,s/$canonical/,&$alias|,"`
/netbsd-current/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dprint-sysroot-suffix.sh50 # will replace a canonical option FOO with a %{...}-style spec pattern.
53 canonical=`echo "$match" | sed -e 's/=.*//' -e 's/?/=/g'`
55 substs=`echo "$substs" | sed -e "s,s/$canonical/,&$alias|,"`
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-objc-common.c98 tree canonical = TYPE_CANONICAL (type); local
99 if (canonical && TREE_CODE (type) != TREE_CODE (canonical))
100 return canonical;
116 if (canonical && target_type == TREE_TYPE (canonical))
117 return canonical;
136 if (canonical
137 && element_type == TREE_TYPE (canonical)
138 && index_type == TYPE_DOMAIN (canonical))
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-objc-common.cc98 tree canonical = TYPE_CANONICAL (type); local
99 if (canonical && TREE_CODE (type) != TREE_CODE (canonical))
100 return canonical;
116 if (canonical && target_type == TREE_TYPE (canonical))
117 return canonical;
136 if (canonical
137 && element_type == TREE_TYPE (canonical)
138 && index_type == TYPE_DOMAIN (canonical))
[all...]
/netbsd-current/external/ibm-public/postfix/share/conf/
H A DMakefile12 FILES= ../LICENSE ../TLS_LICENSE access aliases canonical generic \
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dcooked-index.c159 const char *local_name = for_main ? name : canonical;
196 const char *local_name = for_main ? name : canonical;
238 std::string canonical = ada_decode (entry->name, false, false); local
239 if (canonical.empty ())
241 std::vector<gdb::string_view> names = split_name (canonical.c_str (),
262 last->canonical = last->name;
302 return dwarf5_djb_hash (entry->canonical);
309 return (strlen (ae->canonical) == sv->length ()
310 && strncasecmp (ae->canonical, sv->data (), sv->length ()) == 0);
320 gdb_assert (entry->canonical
[all...]
H A Dcooked-index.h200 /* Compare two entries by canonical name. */
203 return compare (canonical, other.canonical, SORT) < 0;
211 /* The canonical name. For C++ names, this may differ from NAME.
213 const char *canonical = nullptr; member in struct:cooked_index_entry
345 /* Storage for canonical names. */
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_entry_link_resolver.c72 struct archive_entry *canonical; member in struct:links_entry
205 archive_entry_pathname(le->canonical));
213 archive_entry_pathname(le->canonical));
233 archive_entry_pathname(le->canonical));
270 archive_entry_free(res->spare->canonical);
284 && dev == archive_entry_dev(le->canonical)
285 && ino == archive_entry_ino64(le->canonical)) {
319 archive_entry_free(res->spare->canonical);
361 le->canonical = archive_entry_clone(entry);
428 archive_entry_free(res->spare->canonical);
[all...]
/netbsd-current/external/ibm-public/postfix/man/man5/
H A DMakefile8 MAN= access.5 aliases.5 bounce.5 canonical.5 relocated.5 \
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/mips/
H A Dmips16-noalias.d3 #name: MIPS16 canonical alias disassembly
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinespec.h46 char *canonical; member in struct:linespec_sals
108 FILTER can either be NULL or a string holding a canonical name.
123 non-NULL, then only locations whose canonical name is equal (in the
130 struct linespec_result *canonical,
H A Dlinespec.c121 /* A canonical linespec represented as a symtab-related string.
165 /* The 'canonical' value passed to decode_line_full, or NULL. */
166 struct linespec_result *canonical; member in struct:linespec_state
290 struct linespec_result *canonical);
1027 symbol to use when constructing the new canonical name.
1030 canonical name for the SAL. */
1040 if (self->canonical)
1042 struct linespec_canonical_name *canonical; local
1047 canonical = &self->canonical_names[sals->size () - 1];
1057 canonical
1386 canonical_to_fullform(const struct linespec_canonical_name *canonical) argument
1409 const struct linespec_canonical_name *canonical; local
1503 const struct linespec_canonical_name *canonical; local
2702 linespec_state_constructor(struct linespec_state *self, int flags, const struct language_defn *language, struct program_space *search_pspace, struct symtab *default_symtab, int default_line, struct linespec_result *canonical) argument
2725 linespec_parser(int flags, const struct language_defn *language, struct program_space *search_pspace, struct symtab *default_symtab, int default_line, struct linespec_result *canonical) argument
2739 default_symtab, default_line, canonical); local
3204 decode_line_full(struct event_location *location, int flags, struct program_space *search_pspace, struct symtab *default_symtab, int default_line, struct linespec_result *canonical, const char *select_mode, const char *filter) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinespec.h46 char *canonical; member in struct:linespec_sals
108 FILTER can either be NULL or a string holding a canonical name.
123 non-NULL, then only locations whose canonical name is equal (in the
130 struct linespec_result *canonical,
H A Dlinespec.c122 /* A canonical linespec represented as a symtab-related string.
166 /* The 'canonical' value passed to decode_line_full, or NULL. */
167 struct linespec_result *canonical; member in struct:linespec_state
290 struct linespec_result *canonical);
1052 symbol to use when constructing the new canonical name.
1055 canonical name for the SAL. */
1065 if (self->canonical)
1067 struct linespec_canonical_name *canonical; local
1072 canonical = &self->canonical_names[sals->size () - 1];
1082 canonical
1333 canonical_to_fullform(const struct linespec_canonical_name *canonical) argument
1356 const struct linespec_canonical_name *canonical; local
1450 const struct linespec_canonical_name *canonical; local
2646 linespec_state_constructor(struct linespec_state *self, int flags, const struct language_defn *language, struct program_space *search_pspace, struct symtab *default_symtab, int default_line, struct linespec_result *canonical) argument
2669 linespec_parser(int flags, const struct language_defn *language, struct program_space *search_pspace, struct symtab *default_symtab, int default_line, struct linespec_result *canonical) argument
2682 default_symtab, default_line, canonical); local
3125 decode_line_full(struct location_spec *locspec, int flags, struct program_space *search_pspace, struct symtab *default_symtab, int default_line, struct linespec_result *canonical, const char *select_mode, const char *filter) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dlocalcharset.c1 /* Determine a canonical name for the current locale's character encoding.
78 /* On these platforms, we use a mapping from non-canonical encoding name
79 to GNU canonical encoding name. */
83 GNU canonical names directly. */
89 const char canonical[11+1]; member in struct:table_entry
175 paths, and other file-system entities must be in canonical
176 UTF-8. In a canonical UTF-8 Unicode string, all decomposable
574 /* On these platforms, we use a mapping from locale name to GNU canonical
580 const char canonical[11+1]; member in struct:table_entry
819 into one of the canonical name
[all...]
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dlocalcharset.c1 /* Determine a canonical name for the current locale's character encoding.
78 /* On these platforms, we use a mapping from non-canonical encoding name
79 to GNU canonical encoding name. */
83 GNU canonical names directly. */
89 const char canonical[11+1]; member in struct:table_entry
175 paths, and other file-system entities must be in canonical
176 UTF-8. In a canonical UTF-8 Unicode string, all decomposable
574 /* On these platforms, we use a mapping from locale name to GNU canonical
580 const char canonical[11+1]; member in struct:table_entry
819 into one of the canonical name
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h56 path canonical(const path& __p, const path& __base = current_path());
57 path canonical(const path& __p, error_code& __ec);
58 path canonical(const path& __p, const path& __base, error_code& __ec);
/netbsd-current/external/ibm-public/postfix/share/html/
H A DMakefile23 PFX_CONFIG= access.5.html aliases.5.html canonical.5.html cidr_table.5.html \
/netbsd-current/external/bsd/ntp/dist/scripts/ntptrace/
H A Dntptrace-opts.def22 the canonical host names.

Completed in 279 milliseconds

12345