Searched defs:RE2 (Results 1 – 6 of 6) sorted by relevance
/external/regex-re2/re2/testing/ |
D | re2_test.cc | 21 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/ |
D | prefilter.h | 16 class RE2; variable
|
D | re2.cc | 115 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/ |
D | RuntimeDyldMachOARM.h | 231 MachO::any_relocation_info RE2 = in processHALFSECTDIFFRelocation() local
|
D | RuntimeDyldMachOI386.h | 146 MachO::any_relocation_info RE2 = in processSECTDIFFRelocation() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1266 RE2 = BB2->getInstList().rend(); in SinkThenElseCodeToEnd() local
|