Home
last modified time | relevance | path

Searched defs:Regex (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DRegex.cpp22 Regex::Regex() : preg(nullptr), error(REG_BADPAT) {} in Regex() function in Regex
24 Regex::Regex(StringRef regex, unsigned Flags) { in Regex() function in Regex
37 Regex::Regex(Regex &&regex) { in Regex() function in Regex
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DRegex.cpp26 Regex::Regex() : preg(nullptr), error(REG_BADPAT) {} in Regex() function in Regex
28 Regex::Regex(StringRef regex, unsigned Flags) { in Regex() function in Regex
41 Regex::Regex(Regex &&regex) { in Regex() function in Regex
DTrigramIndex.cpp32 void TrigramIndex::insert(std::string Regex) { in insert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSpecialCaseList.h64 class Regex; variable
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dre.h58 Regex() : init_(false) {} in Regex() function
/third_party/benchmark/src/
Dre.h63 Regex() : init_(false) {} in Regex() function
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource3.ts17 Regex, enumerator
/third_party/protobuf/python/
Dmox.py904 class Regex(Comparator): class