Searched defs:opt (Results 1 - 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | options_test_base.h | 58 void AddTestingOption(const std::string &opt, const std::string &value) in AddTestingOption() argument
|
| /arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/ |
| H A D | ipc_unix_socket.cpp | 36 int opt = 1; in CreateUnixServerSocket() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | object_type_check_elimination.cpp | 45 auto opt = static_cast<ObjectTypeCheckElimination *>(visitor); in VisitCheckCast() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| H A D | cl_option_parser.cpp | 36 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 D | cl_parser.cpp | 197 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 D | main.cpp | 75 int opt; in ParseCommand() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/ |
| H A D | cl_ut_test.cpp | 40 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 D | cl_option.h | 403 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