Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/config/options/
Dmethod_options_config.h43 const auto &regex = g.first; variable
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/
Drule37.ts16 let regex: RegExp = /bc*d/ variable
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/
Drule37.ts16 let regex: RegExp = /bc*d/ variable
/arkcompiler/runtime_core/static_core/disassembler/tests/
Dmetadata_test.cpp130 auto regex = std::regex(pattern); in TEST() local
199 auto regex = std::regex(pattern); in TEST() local
/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts602 const regex = /"([^"]*)"/g; constant
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dtypes.ts47 const regex = /go*d/; constant
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dtypes.ts47 const regex = /go*d/; constant
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_String.cpp132 auto regex = std::string(reg->ConvertToStringView(&buf)); in StdCoreStringMatch() local