Home
last modified time | relevance | path

Searched defs:RE2 (Results 1 – 6 of 6) sorted by relevance

/external/regex-re2/re2/testing/
Dre2_test.cc21 TEST(RE2, HexTests) { in TEST() argument
46 TEST(RE2, OctalTests) { in TEST() argument
70 TEST(RE2, DecimalTests) { in TEST() argument
94 TEST(RE2, Replace) { in TEST() argument
212 TEST(RE2, Extract) { in TEST() argument
227 TEST(RE2, Consume) { in TEST() argument
243 TEST(RE2, ConsumeN) { in TEST() argument
267 TEST(RE2, FindAndConsume) { in TEST() argument
292 TEST(RE2, FindAndConsumeN) { in TEST() argument
316 TEST(RE2, MatchNumberPeculiarity) { in TEST() argument
[all …]
/external/regex-re2/re2/
Dprefilter.h16 class RE2; variable
Dre2.cc115 RE2::RE2(const char* pattern) { in RE2() function in re2::RE2
119 RE2::RE2(const string& pattern) { in RE2() function in re2::RE2
123 RE2::RE2(const StringPiece& pattern) { in RE2() function in re2::RE2
127 RE2::RE2(const StringPiece& pattern, const Options& options) { in RE2() function in re2::RE2
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h231 MachO::any_relocation_info RE2 = in processHALFSECTDIFFRelocation() local
DRuntimeDyldMachOI386.h146 MachO::any_relocation_info RE2 = in processSECTDIFFRelocation() local
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1266 RE2 = BB2->getInstList().rend(); in SinkThenElseCodeToEnd() local