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

12

/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/filesystem/operations/
H A Dcurrent_path.cc49 VERIFY( canonical(fs::current_path()) == canonical(tmpdir) );
52 VERIFY( canonical(fs::current_path()) == canonical(oldwd) );
53 VERIFY( canonical(fs::current_path(ec)) == canonical(oldwd) );
H A Dcanonical.cc34 canonical( p, ec );
38 canonical( p, ec );
42 p = canonical( p, ec );
47 p = canonical( p, ec );
52 p = canonical( p, ec );
57 p = canonical( p, ec );
71 canonical(p, base);
/haiku-buildtools/binutils/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.
/haiku-buildtools/legacy/binutils/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.
/haiku-buildtools/gcc/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|,"`
/haiku-buildtools/gcc/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|,"`
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dthumb1-ual-1.c11 unsigned int canonical : 1; member in struct:real_value
/haiku-buildtools/gcc/libstdc++-v3/include/experimental/
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);
/haiku-buildtools/libtool/libltdl/
H A Dltdl.c2586 char *canonical = 0;
2591 canonical = LT_EMALLOC (char, 1+ LT_STRLEN (path));
2592 if (!canonical)
2618 canonical[dest++] = path[src];
2630 canonical[dest++] = '/';
2635 canonical[dest] = LT_EOS_CHAR;
2639 *pcanonical = canonical;
2692 char *canonical = 0;
2702 if (canonicalize_path (search_path, &canonical) != 0)
2705 if (argzize_path (canonical,
2571 char *canonical = 0; local
2677 char *canonical = 0; local
3058 char * canonical = 0; local
3963 char *canonical = 0; local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/src/filesystem/
H A Dops.cc119 fs::canonical(const path& p, const path& base, error_code& ec) function in class:fs
210 fs::canonical(const path& p, error_code& ec) function in class:fs
215 return canonical(p, cur, ec);
219 fs::canonical(const path& p, const path& base) function in class:fs
222 path can = canonical(p, base, ec);
/haiku-buildtools/gcc/gcc/
H A Dreal.c139 /* Initialize R with the canonical quiet NaN. */
147 r->canonical = 1;
157 r->canonical = 1;
654 r->canonical = 0;
1251 /* The significand is ignored for canonical NaNs. */
1252 if (a->canonical || b->canonical)
1253 return a->canonical == b->canonical;
1548 /* ??? Print the significand as well, if not canonical
[all...]
H A Dreal.h52 unsigned int canonical : 1;
H A Dtree-streamer-in.c209 r.canonical = (unsigned) bp_unpack_value (bp, 1);
H A Dtree-streamer-out.c179 bp_pack_value (bp, r.canonical, 1);
H A Dtree-core.h1373 tree canonical; variable
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-types.c1841 /* Make sure that nontarget and target array type have the same canonical
2384 tree canonical = NULL_TREE;
2438 canonical type. */
2447 for (; dt && !canonical; dt = dt->next)
2456 /* Store up the canonical type to be added to this one. */
2460 canonical = TYPE_CANONICAL (derived->backend_decl);
2462 canonical = derived->backend_decl;
2644 if (canonical)
2645 TYPE_CANONICAL (typenode) = canonical;
2373 tree canonical = NULL_TREE; local
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-mips.c14327 mips_strict_matching_cpu_name_p (const char *canonical, const char *given)
14329 while (*given != 0 && TOLOWER (*given) == TOLOWER (*canonical))
14330 given++, canonical++; argument
14332 return ((*given == 0 && *canonical == 0)
14333 || (strcmp (canonical, "000") == 0 && strcasecmp (given, "k") == 0));
14343 mips_matching_cpu_name_p (const char *canonical, const char *given)
14347 if (mips_strict_matching_cpu_name_p (canonical, given))
14357 /* Skip over some well-known prefixes in the canonical name,
14359 if (TOLOWER (canonical[0]) == 'v' && TOLOWER (canonical[
14314 mips_strict_matching_cpu_name_p(const char *canonical, const char *given) argument
[all...]
/haiku-buildtools/gcc/gmp/doc/
H A Dconfiguration173 i) Decide the canonical CPU names GMP will accept.
185 ii) Leave configure.in and everywhere else using only the canonical
189 idea, better encourage users to know just the canonical
/haiku-buildtools/binutils/gas/config/
H A Dtc-mips.c17686 the function's canonical address.
19444 mips_strict_matching_cpu_name_p (const char *canonical, const char *given)
19446 while (*given != 0 && TOLOWER (*given) == TOLOWER (*canonical))
19447 given++, canonical++;
19449 return ((*given == 0 && *canonical == 0)
19450 || (strcmp (canonical, "000") == 0 && strcasecmp (given, "k") == 0));
19460 mips_matching_cpu_name_p (const char *canonical, const char *given)
19464 if (mips_strict_matching_cpu_name_p (canonical, given))
19474 /* Skip over some well-known prefixes in the canonical name,
19476 if (TOLOWER (canonical[
19429 mips_strict_matching_cpu_name_p(const char *canonical, const char *given) argument
19445 mips_matching_cpu_name_p(const char *canonical, const char *given) argument
[all...]
/haiku-buildtools/gcc/gcc/lto/
H A Dlto.c292 /* Global canonical type table. */
423 recursion is just because we do not register canonical types in
432 /* Returns the hash for a canonical type P. */
479 /* Qualifiers do not matter for canonical type comparison purposes. */
508 /* For canonical type comparisons we do not want to build SCCs
1256 || r1.canonical != r2.canonical
1946 /* Compute the canonical type of all types.
2970 /* Register the common node types with the canonical type machinery so
3242 fprintf (stderr, "[%s] GIMPLE canonical typ
[all...]
/haiku-buildtools/gcc/gmp/demos/perl/
H A DGMP.pm246 When a fraction is given, it should be in the canonical form specified in
/haiku-buildtools/legacy/binutils/
H A Dltconfig342 HOST is the canonical host system name [default=guessed].
/haiku-buildtools/legacy/gcc/
H A Dltconfig254 HOST is the canonical host system name [default=guessed].

Completed in 345 milliseconds

12