Home
last modified time | relevance | path

Searched refs:what (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dasm_isapi.rb53 def bit_cast(what, to_type, from_type) argument
54 "bit_cast<#{to_type}, #{from_type}>(static_cast<#{from_type}>(std::get<double>(#{what})))"
/arkcompiler/runtime_core/libpandabase/utils/
Dutils.h51 const char *what() const noexcept override in what() function
/arkcompiler/ets_frontend/arkguard/
Dtsconfig.base.json6 /* Specify what module code is generated. */
/arkcompiler/runtime_core/gn/build/toolchain/
DBUILD.gn102 # overrides it (in which case {{output_extension}} will be what the target
107 # it (in which case {{output_dir}} will be what the target specifies).
/arkcompiler/ets_frontend/es2panda/aot/
DemitFiles.cpp58 throw Error(ErrorType::GENERIC, error.what()); in Schedule()
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dreadme_zh.md22 …# Default config settings for all projects, if it's not what you need, config them in application_…
Dreadme.md22 …# Default config settings for all projects, if it's not what you need, config them in application_…
/arkcompiler/ets_frontend/es2panda/
Des2panda.h136 const char *what() const noexcept override in what() function
/arkcompiler/runtime_core/libpandafile/
Dhelpers.h41 const char *what() const noexcept override in what() function
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md185 `adda ...` instruction, what are types of its operands?
201 Consider a simple example: what is the result of the expression `4 + "2"` in JavaScript and, say,
Dglossary.md6 development of compilers and interpreters is confusing in some cases. This document describes what
Daot.md169 Sometimes it is interesting to see what code had generated for specific IR instruction, to do so th…
Ddoxygen.config1127 # footer and what special commands can be used inside the footer. See also
1546 # (what the <access key> is depends on the OS and browser, but it is typically
1694 # Note: Only use a user-defined header if you know what you are doing! The
1707 # LATEX_HEADER for more information on how to generate a default footer and what
1710 # Note: Only use a user-defined footer if you know what you are doing!
1991 # understand what is going on. On the other hand, if this tag is set to NO, the
Dfile_format.md958 …ss) or [Class](#class) and the signature is an offset to TODO: figure out what are signatures. The…
/arkcompiler/runtime_core/compiler/docs/
Dplt.md169 differences in what's happening for `arm64` and `x86_64`.
206 Reverse what was done two steps above - `LoadRegisters` for float and scalar registers, then adjust…