HomeSort by: relevance | last modified time | path
    Searched defs:triplet (Results 1 - 12 of 12) sorted by relevancy

  /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/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.old/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/dist/bfd/
targets.c 1450 /* The configuration triplet. */ member in struct:targmatch
1451 const char *triplet;
1464 /* Find a target vector, given a name or configuration triplet. */
1477 configuration triplet. FIXME: We should run the triplet through
1479 for (match = &bfd_target_match[0]; match->triplet != NULL; match++)
1481 if (fnmatch (match->triplet, name, 0) == 0)
1503 name or a configuration triplet.
  /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/gcc/
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
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);
  /src/external/gpl3/gcc.old/dist/gcc/
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
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);

Completed in 73 milliseconds