Home
last modified time | relevance | path

Searched refs:triplet_regexp_ (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dcompiler.hh56 std::string triplet_regexp_; member in cc1_plugin::compiler_triplet_regexp
62 : compiler (v), triplet_regexp_ (triplet_regexp) in compiler_triplet_regexp()
H A Dcompiler.cc74 std::string rx = make_regexp (triplet_regexp_, base); in find()
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcc1.cc93 std::string triplet_regexp_; member in libcc1::compiler_triplet_regexp
97 : compiler (self), triplet_regexp_ (triplet_regexp) in compiler_triplet_regexp()
385 std::string rx = make_regexp (triplet_regexp_.c_str (), C_COMPILER_NAME); in find()
H A Dlibcp1.cc95 std::string triplet_regexp_; member in libcp1::compiler_triplet_regexp
99 : compiler (self), triplet_regexp_ (triplet_regexp) in compiler_triplet_regexp()
409 std::string rx = make_regexp (triplet_regexp_.c_str (), CP_COMPILER_NAME); in find()