Home
last modified time | relevance | path

Searched defs:ALWAYS_INLINE (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_config.h137 #define ALWAYS_INLINE __attribute__((always_inline)) macro
/arkcompiler/runtime_core/static_core/libpandabase/
Dmacros.h24 #define ALWAYS_INLINE // NOLINT(cppcoreguidelines-macro-usage) macro
26 #define ALWAYS_INLINE __attribute__((always_inline)) // NOLINT(cppcoreguidelines-macro-usage) macro
/arkcompiler/runtime_core/libpandabase/
Dmacros.h26 #define ALWAYS_INLINE // NOLINT(cppcoreguidelines-macro-usage) macro
28 #define ALWAYS_INLINE __attribute__((always_inline)) // NOLINT(cppcoreguidelines-macro-usage) macro