Searched refs:compiler_triplet_regexp (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | compiler.hh | 53 class compiler_triplet_regexp : public compiler class 61 compiler_triplet_regexp (bool v, const char *triplet_regexp) in compiler_triplet_regexp() function in cc1_plugin::compiler_triplet_regexp
|
H A D | ChangeLog | 61 (cc1_plugin::compiler_triplet_regexp::find): Update. 67 (compiler_triplet_regexp): Likewise. 157 * libcp1.cc (compiler, compiler_triplet_regexp) 161 (libcp1::compiler_triplet_regexp::find) 165 * libcc1.cc (compiler, compiler_triplet_regexp) 169 (libcc1::compiler_triplet_regexp::find) 241 * libcp1.cc (class compiler_triplet_regexp) 244 * libcc1.cc (class compiler_triplet_regexp) 637 class compiler_triplet_regexp and class 641 (libcc1::compiler::find, libcc1::compiler_triplet_regexp::find)
|
H A D | compiler.cc | 71 cc1_plugin::compiler_triplet_regexp::find (const char *base, in find()
|
H A D | gdbctx.hh | 164 (new cc1_plugin::compiler_triplet_regexp (self->verbose, in do_set_triplet_regexp()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | libcc1.cc | 90 class compiler_triplet_regexp : public compiler class 96 compiler_triplet_regexp (libcc1 *self, std::string triplet_regexp) in compiler_triplet_regexp() function in libcc1::compiler_triplet_regexp 100 virtual ~compiler_triplet_regexp () in ~compiler_triplet_regexp() 383 libcc1::compiler_triplet_regexp::find (std::string &compiler) const in find() 456 self->compilerp = new libcc1::compiler_triplet_regexp (self, triplet_regexp); in libcc1_set_triplet_regexp()
|
H A D | libcp1.cc | 92 class compiler_triplet_regexp : public compiler class 98 compiler_triplet_regexp (libcp1 *self, std::string triplet_regexp) in compiler_triplet_regexp() function in libcp1::compiler_triplet_regexp 102 virtual ~compiler_triplet_regexp () in ~compiler_triplet_regexp() 407 libcp1::compiler_triplet_regexp::find (std::string &compiler) const in find() 480 self->compilerp = new libcp1::compiler_triplet_regexp (self, triplet_regexp); in libcp1_set_triplet_regexp()
|