Home
last modified time | relevance | path

Searched defs:flagsStr (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
H A DregExpLiteral.h32 explicit RegExpLiteral(util::StringView pattern, lexer::RegExpFlags flags, util::StringView flagsStr) in RegExpLiteral() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DregExpLiteralBuilder.h41 RegExpLiteralBuilder &SetFlagsString(util::StringView flagsStr) in SetFlagsString() argument
/kernel/liteos_a/fs/proc/os_adapt/
H A Dvmm_proc.c78 CHAR *flagsStr = OsArchFlagsToStr(region->regionFlags); in OsVmDumpSeqSpaces() local
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
H A Dregexp.h45 util::StringView flagsStr; member
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
H A Dregexp.h49 util::StringView flagsStr; member
/third_party/vk-gl-cts/framework/common/
H A DtcuStringTemplate.cpp93 string flagsStr = paramStr.substr(colonNdx+1); in specialize() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_regexp_stub_builder.cpp126 GateRef flagsStr = CallRuntime(glue, RTSTUB_ID(GetAllFlagsInternal), { IntToTaggedInt(*bitFlagsStr)}); in GetFlags() local
/third_party/vk-gl-cts/framework/opengl/
H A DgluRenderContext.cpp92 static ContextFlags parseContextFlags (const std::string& flagsStr) in parseContextFlags() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dcreate_functions_vk.cpp86 string flagsStr; in GetMemoryPropertyFlagsStr() local
/kernel/liteos_a/kernel/base/vm/
H A Dlos_vm_dump.c386 CHAR *flagsStr = OsArchFlagsToStr(region->regionFlags); in OsDumpRegion2() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp281 static unsigned parseSectionFlags(StringRef flagsStr, bool *UseLastGroup) { in parseSectionFlags() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp387 uint8_t *flagsStr = new uint8_t[RegExpParser::FLAG_NUM + 1]; // FLAG_NUM flags + '\0' in GetAllFlagsInternal() local
2283 uint8_t *flagsStr = new uint8_t[RegExpParser::FLAG_NUM + 1]; // FLAG_NUM flags + '\\0' FlagsBitsToString() local
[all...]
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp981 std::string flagsStr = flagPoint[g_flags].get<std::string>(); in HandleFlagsPoint() local

Completed in 12 milliseconds