Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dcompiler.cc31 make_regexp (const std::string &triplet_regexp, const char *compiler) in make_regexp() function
74 std::string rx = make_regexp (triplet_regexp_, base); in find()
H A DChangeLog60 * compiler.cc (make_regexp): Take const std::string.
160 (make_regexp, libcp1::compiler::find)
168 (make_regexp, libcc1::compiler::find)
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcc1.cc335 make_regexp (const char *triplet_regexp, const char *compiler) in make_regexp() function
385 std::string rx = make_regexp (triplet_regexp_.c_str (), C_COMPILER_NAME); in find()
H A Dlibcp1.cc359 make_regexp (const char *triplet_regexp, const char *compiler) in make_regexp() function
409 std::string rx = make_regexp (triplet_regexp_.c_str (), CP_COMPILER_NAME); in find()