| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| amd64-stap-triplet.c | 28 STAP_PROBE1 (test, triplet, a);
|
| amd64-stap-special-operands.exp | 29 standard_testfile amd64-stap-triplet.S 31 if { [prepare_for_testing "failed to prepare" $testfile-triplet $srcfile] } { 35 test_probe "triplet"
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| amd64-stap-triplet.c | 28 STAP_PROBE1 (test, triplet, a);
|
| amd64-stap-special-operands.exp | 29 standard_testfile amd64-stap-triplet.S 31 if { [prepare_for_testing "failed to prepare" $testfile-triplet $srcfile] } { 35 test_probe "triplet"
|
| /src/external/gpl3/autoconf/dist/man/ |
| config.sub.x | 4 config.sub \- validate and canonicalize a configuration triplet
|
| config.guess.x | 4 config.guess \- guess the build system triplet
|
| /src/external/gpl3/gcc/dist/libcc1/ |
| compiler.cc | 78 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);
|
| /src/external/gpl3/gcc.old/dist/libcc1/ |
| compiler.cc | 78 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);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/ |
| array-bounds.exp | 35 proc kfail_if {exp bugid triplet} { 37 setup_kfail $bugid $triplet
|
| /src/crypto/external/apache2/openssl/dist/Configurations/ |
| 15-android.conf | 10 my %triplet = ( 102 my $triarch = $triplet{$arch};
|
| /src/crypto/external/bsd/openssl/dist/Configurations/ |
| 15-android.conf | 10 my %triplet = ( 101 my $triarch = $triplet{$arch};
|
| /src/crypto/external/bsd/openssl.old/dist/Configurations/ |
| 15-android.conf | 10 my %triplet = ( 101 my $triarch = $triplet{$arch};
|
| /src/external/gpl3/gcc/dist/libgfortran/caf/ |
| libcaf.h | 104 } triplet; member in union:caf_vector_t::__anon14364
|
| /src/external/gpl3/gcc.old/dist/libgfortran/caf/ |
| libcaf.h | 104 } triplet; member in union:caf_vector_t::__anon16767
|
| /src/external/gpl3/gcc/dist/contrib/ |
| test_installed | 74 --target=triplet The target architecture of the compiler being
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| test_installed | 74 --target=triplet The target architecture of the compiler being
|
| /src/external/gpl3/gcc/dist/gcc/ |
| sanopt.cc | 95 /* 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);
|
| profile.cc | 999 /* Location triplet which records a location. */ 1080 location_triplet triplet; 1081 triplet.filename = file_name; 1082 triplet.lineno = line; 1083 triplet.bb_index = bb ? bb->index : 0; 1085 if (streamed_locations->add (triplet)) 1079 location_triplet triplet; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| sanopt.cc | 95 /* 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);
|
| profile.cc | 987 /* 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
|
| /src/external/gpl3/binutils/dist/bfd/ |
| targets.c | 1459 /* The configuration triplet. */ member in struct:targmatch 1460 const char *triplet; 1473 /* Find a target vector, given a name or configuration triplet. */ 1486 configuration triplet. FIXME: We should run the triplet through 1488 for (match = &bfd_target_match[0]; match->triplet != NULL; match++) 1490 if (fnmatch (match->triplet, name, 0) == 0) 1512 name or a configuration triplet.
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| targets.c | 1459 /* The configuration triplet. */ member in struct:targmatch 1460 const char *triplet; 1473 /* Find a target vector, given a name or configuration triplet. */ 1486 configuration triplet. FIXME: We should run the triplet through 1488 for (match = &bfd_target_match[0]; match->triplet != NULL; match++) 1490 if (fnmatch (match->triplet, name, 0) == 0) 1512 name or a configuration triplet.
|
| /src/external/gpl3/gdb/dist/bfd/ |
| targets.c | 1458 /* The configuration triplet. */ member in struct:targmatch 1459 const char *triplet; 1472 /* Find a target vector, given a name or configuration triplet. */ 1485 configuration triplet. FIXME: We should run the triplet through 1487 for (match = &bfd_target_match[0]; match->triplet != NULL; match++) 1489 if (fnmatch (match->triplet, name, 0) == 0) 1511 name or a configuration triplet.
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| targets.c | 1463 /* The configuration triplet. */ member in struct:targmatch 1464 const char *triplet; 1477 /* Find a target vector, given a name or configuration triplet. */ 1490 configuration triplet. FIXME: We should run the triplet through 1492 for (match = &bfd_target_match[0]; match->triplet != NULL; match++) 1494 if (fnmatch (match->triplet, name, 0) == 0) 1516 name or a configuration triplet.
|
| /src/external/gpl3/gcc.old/dist/contrib/testsuite-management/ |
| validate_failures.py | 74 # triplet used during the build. 367 Error('Could not determine the target triplet for this build. '
|