Home
last modified time | relevance | path

Searched defs:canonical (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dlinespec.c383 char ***canonical) in build_canonical_line_spec()
476 char ***canonical) in decode_line_2()
656 int default_line, char ***canonical, int *not_found_ptr) in decode_line_1()
1074 char ***canonical, char *saved_arg) in decode_objc()
1160 decode_compound (char **argptr, int funfirstline, char ***canonical, in decode_compound()
1399 find_method (int funfirstline, char ***canonical, char *saved_arg, in find_method()
1560 int default_line, char ***canonical, in decode_all_digits()
1645 char ***canonical, struct symtab *file_symtab) in decode_dollar()
1721 decode_variable (char *copy, int funfirstline, char ***canonical, in decode_variable()
1776 symbol_found (int funfirstline, char ***canonical, char *copy, in symbol_found()
Dtracepoint.c381 char **canonical = (char **) NULL; in trace_command() local
2333 char **canonical, *symname, *save_args = args; in scope_info() local
Dhppa-hpux-tdep.c696 char **canonical = (char **) NULL; in initialize_hp_cxx_exception_support() local
Dbreakpoint.c4525 char **canonical = (char **) NULL; in solib_load_unload_1() local
/openbsd/src/gnu/llvm/lld/MachO/
DInputSection.h61 virtual InputSection *canonical() { return this; } in canonical() function
62 virtual const InputSection *canonical() const { return this; } in canonical() function
119 ConcatInputSection *canonical() override { in canonical() function
122 const InputSection *canonical() const override { in canonical() function
/openbsd/src/gnu/llvm/lldb/examples/functions/
Dmain.cpp101 bool canonical = false; in main() local
/openbsd/src/gnu/gcc/gcc/
Dreal.h52 unsigned int canonical : 1; member
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dclass.c6881 tree canonical; local
6948 tree canonical = binfo_for_vbase (BINFO_TYPE (binfo), t); local
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-mips.c14339 mips_strict_matching_cpu_name_p (const char *canonical, const char *given) in mips_strict_matching_cpu_name_p()
14355 mips_matching_cpu_name_p (const char *canonical, const char *given) in mips_matching_cpu_name_p()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-mips.c14456 mips_strict_matching_cpu_name_p (const char *canonical, const char *given) in mips_strict_matching_cpu_name_p()
14472 mips_matching_cpu_name_p (const char *canonical, const char *given) in mips_matching_cpu_name_p()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mips/
Dmips.c10465 mips_strict_matching_cpu_name_p (canonical, given) in mips_strict_matching_cpu_name_p() argument
10482 mips_matching_cpu_name_p (canonical, given) in mips_matching_cpu_name_p() argument
/openbsd/src/gnu/llvm/clang/bindings/python/clang/
Dcindex.py1710 def canonical(self): member in Cursor
/openbsd/src/gnu/gcc/gcc/config/mips/
Dmips.c9561 mips_strict_matching_cpu_name_p (const char *canonical, const char *given) in mips_strict_matching_cpu_name_p()
9577 mips_matching_cpu_name_p (const char *canonical, const char *given) in mips_matching_cpu_name_p()
/openbsd/src/gnu/usr.bin/perl/
Dregcomp.c15589 char * canonical; in S_parse_uniprop_string() local
/openbsd/src/gnu/llvm/clang/lib/AST/
DType.cpp3210 QualType canonical, in FunctionProtoType()
DASTContext.cpp5333 QualType canonical; in getObjCObjectType() local
/openbsd/src/gnu/usr.bin/perl/dist/Storable/
DStorable.xs375 int canonical; /* whether to store hashes sorted by key */ member