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/verification/
Dpublic_internal.h26 VerificationOptions opts; member
/arkcompiler/ets_frontend/ets2panda/linter/src/
DCommandLineParser.ts65 const opts: CommandLineOptions = { inputFiles: [], warningsAsErrors: false }; constant
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DCommandLineParser.ts64 const opts: CommandLineOptions = { inputFiles: [], warningsAsErrors: false }; constant
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_compiler.cpp109 auto opts = llvm::cl::getRegisteredOptions(); in SetLLVMOption() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_cg.h35 X64CG(MIRModule &mod, const CGOptions &opts) : CG(mod, opts) {} in X64CG()
/arkcompiler/runtime_core/tests/cts-generator/runner/
Drunner.rb44 def add_options(opts, options) argument
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/
Drunner.rb44 def add_options(opts, options) argument
/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.h136 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