Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/config/options/
Dmethod_options_config.h43 const auto &regex = g.first; variable
/arkcompiler/runtime_core/static_core/disassembler/tests/
Dmetadata_test.cpp162 auto regex = std::regex(pattern); in TEST() local
237 auto regex = std::regex(pattern); in TEST() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/js_files/
Dheapdump.js79 let regex = /hello/i; // Case insensitive matching "hello" variable
/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts777 const regex = /"([^"]*)"/g; constant
/arkcompiler/ets_runtime/test/moduletest/regexp/
Dregexp.js598 const regex = /(?:)+/; constant
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_String.cpp138 auto regex = std::string(reg->ConvertToStringView(&buf)); in StdCoreStringMatch() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp5037 std::regex regex {llvmbackend::g_options.GetLlvmBreakIrRegex()}; in BreakIrIfNecessary() local