Searched refs:triplet (Results 1 - 25 of 51) sorted by relevance

123

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Damd64-stap-triplet.c28 STAP_PROBE1 (test, triplet, a);
H A Damd64-stap-special-operands.exp33 standard_testfile amd64-stap-triplet.S
39 test_probe "triplet"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Damd64-stap-triplet.c28 STAP_PROBE1 (test, triplet, a);
H A Damd64-stap-special-operands.exp32 standard_testfile amd64-stap-triplet.S
38 test_probe "triplet"
/netbsd-current/external/gpl3/autoconf/dist/man/
H A Dconfig.sub.x4 config.sub \- validate and canonicalize a configuration triplet
H A Dconfig.guess.x4 config.guess \- guess the build system triplet
/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dcompiler.cc78 regex_t triplet; local
79 int code = regcomp (&triplet, rx.c_str (), REG_EXTENDED | REG_NOSUB);
82 size_t len = regerror (code, &triplet, NULL, 0);
85 regerror (code, &triplet, err, len);
94 if (!find_compiler (triplet, &compiler))
96 regfree (&triplet);
102 regfree (&triplet);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
H A Darray-bounds.exp35 proc kfail_if {exp bugid triplet} {
37 setup_kfail $bugid $triplet
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
H A Darray-bounds.exp35 proc kfail_if {exp bugid triplet} {
37 setup_kfail $bugid $triplet
/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1.cc416 regex_t triplet;
417 int code = regcomp (&triplet, rx.c_str (), REG_EXTENDED | REG_NOSUB);
420 size_t len = regerror (code, &triplet, NULL, 0);
423 regerror (code, &triplet, err, len);
432 if (!find_compiler (triplet, &compiler))
434 regfree (&triplet);
440 regfree (&triplet);
413 regex_t triplet; local
H A Dlibcc1.cc392 regex_t triplet;
393 int code = regcomp (&triplet, rx.c_str (), REG_EXTENDED | REG_NOSUB);
396 size_t len = regerror (code, &triplet, NULL, 0);
399 regerror (code, &triplet, err, len);
408 if (!find_compiler (triplet, &compiler))
410 regfree (&triplet);
416 regfree (&triplet);
389 regex_t triplet; local
/netbsd-current/crypto/external/bsd/openssl.old/dist/Configurations/
H A D15-android.conf10 my %triplet = (
101 my $triarch = $triplet{$arch};
/netbsd-current/crypto/external/bsd/openssl/dist/Configurations/
H A D15-android.conf10 my %triplet = (
101 my $triarch = $triplet{$arch};
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/caf/
H A Dlibcaf.h104 } triplet; member in union:caf_vector_t::__anon1292
/netbsd-current/external/gpl3/gcc/dist/libgfortran/caf/
H A Dlibcaf.h104 } triplet; member in union:caf_vector_t::__anon1556
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dtest_installed74 --target=triplet The target architecture of the compiler being
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dtest_installed74 --target=triplet The target architecture of the compiler being
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsanopt.c95 /* Tree triplet for vptr_check_map. */
101 /* Traits class for tree triplet hash maps below. */
160 /* Traits class for tree triplet hash maps below. */
224 /* This map maps a tree triplet (the first, second and fourth argument
603 sanopt_tree_triplet triplet; local
604 triplet.t1 = gimple_call_arg (stmt, 0);
605 triplet.t2 = gimple_call_arg (stmt, 1);
606 triplet.t3 = gimple_call_arg (stmt, 3);
608 auto_vec<gimple *> &v = ctx->vptr_check_map.get_or_insert (triplet);
H A Dprofile.c902 /* Location triplet which records a location. */
980 location_triplet triplet;
981 triplet.filename = file_name;
982 triplet.lineno = line;
983 triplet.bb_index = bb ? bb->index : 0;
985 if (streamed_locations->add (triplet))
979 location_triplet triplet; variable
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsanopt.cc95 /* Tree triplet for vptr_check_map. */
101 /* Traits class for tree triplet hash maps below. */
160 /* Traits class for tree triplet hash maps below. */
224 /* This map maps a tree triplet (the first, second and fourth argument
603 sanopt_tree_triplet triplet; local
604 triplet.t1 = gimple_call_arg (stmt, 0);
605 triplet.t2 = gimple_call_arg (stmt, 1);
606 triplet.t3 = gimple_call_arg (stmt, 3);
608 auto_vec<gimple *> &v = ctx->vptr_check_map.get_or_insert (triplet);
H A Dprofile.cc987 /* Location triplet which records a location. */
1068 location_triplet triplet;
1069 triplet.filename = file_name;
1070 triplet.lineno = line;
1071 triplet.bb_index = bb ? bb->index : 0;
1073 if (streamed_locations->add (triplet))
1067 location_triplet triplet; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dtargets.c1451 /* The configuration triplet. */ member in struct:targmatch
1452 const char *triplet;
1465 /* Find a target vector, given a name or configuration triplet. */
1478 configuration triplet. FIXME: We should run the triplet through
1480 for (match = &bfd_target_match[0]; match->triplet != NULL; match++)
1482 if (fnmatch (match->triplet, name, 0) == 0)
1504 name or a configuration triplet.
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dtargets.c1454 /* The configuration triplet. */ member in struct:targmatch
1455 const char *triplet;
1468 /* Find a target vector, given a name or configuration triplet. */
1481 configuration triplet. FIXME: We should run the triplet through
1483 for (match = &bfd_target_match[0]; match->triplet != NULL; match++)
1485 if (fnmatch (match->triplet, name, 0) == 0)
1507 name or a configuration triplet.
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dtargets.c1439 /* The configuration triplet. */ member in struct:targmatch
1440 const char *triplet;
1453 /* Find a target vector, given a name or configuration triplet. */
1466 configuration triplet. FIXME: We should run the triplet through
1468 for (match = &bfd_target_match[0]; match->triplet != NULL; match++)
1470 if (fnmatch (match->triplet, name, 0) == 0)
1492 name or a configuration triplet.
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dtargets.c1471 /* The configuration triplet. */ member in struct:targmatch
1472 const char *triplet;
1540 /* Find a target vector, given a name or configuration triplet. */
1553 configuration triplet. FIXME: We should run the triplet through
1555 for (match = &bfd_target_match[0]; match->triplet != NULL; match++)
1557 if (fnmatch (match->triplet, name, 0) == 0)
1579 name or a configuration triplet.

Completed in 346 milliseconds

123