Home
last modified time | relevance | path

Searched refs:MERGE_WORDS (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
H A Dthread_scopes.h59 #define ASSERT_SCOPED_MANAGED_CODE() ::ark::ScopedAssertManagedCode MERGE_WORDS(managed_scope_, __LINE__)
60 #define ASSERT_SCOPED_NATIVE_CODE() ::ark::ScopedAssertNativeCode MERGE_WORDS(native_scope_, __LINE__)
/arkcompiler/runtime_core/libpandabase/trace/
H A Dtrace.h123 ::panda::trace::internal::ScopeTraceStremHelperEnd MERGE_WORDS(end_trace_point, __LINE__); \
/arkcompiler/runtime_core/static_core/libpandabase/trace/
H A Dtrace.h120 ::ark::trace::internal::ScopeTraceStremHelperEnd MERGE_WORDS(end_trace_point, __LINE__); \
/arkcompiler/runtime_core/libpandabase/utils/
H A Dlogger.h472 #define LOG_ONCE_HELPER() static LogOnceHelper MERGE_WORDS(log_once_helper, __LINE__);
477 MERGE_WORDS(log_once_helper, __LINE__).IsFirstCall() && LOG(level, component)
/arkcompiler/runtime_core/static_core/libpandabase/
H A Dmacros.h222 #define MERGE_WORDS(A, B) MERGE_WORDS_X(A, B) // NOLINT(cppcoreguidelines-macro-usage) macro
/arkcompiler/runtime_core/libpandabase/
H A Dmacros.h244 #define MERGE_WORDS(A, B) MERGE_WORDS_X(A, B) // NOLINT(cppcoreguidelines-macro-usage) macro

Completed in 4 milliseconds