Home
last modified time | relevance | path

Searched defs:opt (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
H A Doptions_test_base.h58 void AddTestingOption(const std::string &opt, const std::string &value) in AddTestingOption() argument
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/
H A Dipc_unix_socket.cpp36 int opt = 1; in CreateUnixServerSocket() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dobject_type_check_elimination.cpp45 auto opt = static_cast<ObjectTypeCheckElimination *>(visitor); in VisitCheckCast() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
H A Dcl_option_parser.cpp36 bool IsPrefixDetected(std::string_view opt) in IsPrefixDetected() argument
48 ExtractValue(size_t argsIndex, const std::deque<std::string_view> &args, const OptionInterface &opt, KeyArg &keyArg) ExtractValue() argument
[all...]
H A Dcl_parser.cpp197 void CommandLine::Register(const std::vector<std::string> &optNames, OptionInterface &opt, OptionCategory &optCategory) in Register() argument
77 ParseOption(size_t &argsIndex, const std::deque<std::string_view> &args, KeyArg &keyArg, OptionCategory &optCategory, OptionInterface *opt) ParseOption() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/prof_dump/
H A Dmain.cpp75 int opt; in ParseCommand() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/
H A Dcl_ut_test.cpp40 bool operator==(const UTCLType &opt, const std::string &str) in operator ==() argument
45 bool operator==(const std::string &str, const UTCLType &opt) in operator ==() argument
906 UTCLType opt = testopts::uttype; in TEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dcl_option.h403 bool operator==(Option<T> &opt, const T &arg) in operator ==() argument
409 bool operator==(const T &arg, Option<T> &opt) in operator ==() argument
417 bool operator==(Option<T> &opt, const char *arg) in operator ==() argument
423 bool operator==(const char *arg, Option<T> &opt) in operator ==() argument
437 CopyIfEnabled(T &dst, const T &src, OptionInterface &opt) CopyIfEnabled() argument
[all...]

Completed in 5 milliseconds