Searched refs:make_regexp (Results 1 – 4 of 4) sorted by relevance
31 make_regexp (const std::string &triplet_regexp, const char *compiler) in make_regexp() function74 std::string rx = make_regexp (triplet_regexp_, base); in find()
60 * compiler.cc (make_regexp): Take const std::string.160 (make_regexp, libcp1::compiler::find)168 (make_regexp, libcc1::compiler::find)
335 make_regexp (const char *triplet_regexp, const char *compiler) in make_regexp() function385 std::string rx = make_regexp (triplet_regexp_.c_str (), C_COMPILER_NAME); in find()
359 make_regexp (const char *triplet_regexp, const char *compiler) in make_regexp() function409 std::string rx = make_regexp (triplet_regexp_.c_str (), CP_COMPILER_NAME); in find()