Home
last modified time | relevance | path

Searched defs:opts (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_driver/src/
Ddriver_options.cpp19 namespace opts { namespace
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/cli/
DCLI.ts24 const opts = cli.doOptions(parsedOpts); constant
/arkcompiler/runtime_core/static_core/verification/
Dpublic_internal.h26 VerificationOptions opts; member
/arkcompiler/ets_frontend/ets2panda/linter/src/
DCommandLineParser.ts62 …const opts: CommandLineOptions = { inputFiles: inputFiles, warningsAsErrors: false, enableAutofix:… constant
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/
Drunner.rb44 def add_options(opts, options) argument
/arkcompiler/runtime_core/tests/cts-generator/runner/
Drunner.rb44 def add_options(opts, options) argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_cg.h35 X64CG(MIRModule &mod, const CGOptions &opts, const std::vector<std::string> &nameVec, in X64CG()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dtarget_registry.h52 CG *createCG(MIRModule &mod, const CGOptions &opts, const std::vector<std::string> &nameVec, in createCG()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmpl2mpl_options.cpp18 namespace opts::mpl2mpl { namespace
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cg.h48 AArch64CG(MIRModule &mod, const CGOptions &opts, const std::vector<std::string> &nameVec, in AArch64CG()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_options.cpp21 namespace opts::cg { namespace
/arkcompiler/runtime_core/static_core/runtime/
Dclass_initializer.cpp391 auto &opts = Runtime::GetCurrent()->GetOptions(); in VerifyClass() local