Searched refs:compiler_triplet_regexp (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dcompiler.hh53 class compiler_triplet_regexp : public compiler class in namespace:cc1_plugin
61 compiler_triplet_regexp (bool v, const char *triplet_regexp) function in class:cc1_plugin::compiler_triplet_regexp
H A Dcompiler.cc71 cc1_plugin::compiler_triplet_regexp::find (const char *base,
H A Dgdbctx.hh164 (new cc1_plugin::compiler_triplet_regexp (self->verbose,
/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1.cc92 class compiler_triplet_regexp : public compiler class in struct:libcp1
98 compiler_triplet_regexp (libcp1 *self, std::string triplet_regexp) function in class:libcp1::compiler_triplet_regexp
102 virtual ~compiler_triplet_regexp ()
410 libcp1::compiler_triplet_regexp::find (std::string &compiler) const
483 self->compilerp = new libcp1::compiler_triplet_regexp (self, triplet_regexp);
H A Dlibcc1.cc90 class compiler_triplet_regexp : public compiler class in struct:libcc1
96 compiler_triplet_regexp (libcc1 *self, std::string triplet_regexp) function in class:libcc1::compiler_triplet_regexp
100 virtual ~compiler_triplet_regexp ()
386 libcc1::compiler_triplet_regexp::find (std::string &compiler) const
459 self->compilerp = new libcc1::compiler_triplet_regexp (self, triplet_regexp);

Completed in 113 milliseconds