Searched defs:regex (Results 1 – 7 of 7) sorted by relevance
43 const auto ®ex = g.first; variable
162 auto regex = std::regex(pattern); in TEST() local237 auto regex = std::regex(pattern); in TEST() local
79 let regex = /hello/i; // Case insensitive matching "hello" variable
777 const regex = /"([^"]*)"/g; constant
598 const regex = /(?:)+/; constant
138 auto regex = std::string(reg->ConvertToStringView(&buf)); in StdCoreStringMatch() local
5037 std::regex regex {llvmbackend::g_options.GetLlvmBreakIrRegex()}; in BreakIrIfNecessary() local