Searched refs:MERGE_WORDS (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | thread_scopes.h | 59 #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 D | trace.h | 123 ::panda::trace::internal::ScopeTraceStremHelperEnd MERGE_WORDS(end_trace_point, __LINE__); \
|
/arkcompiler/runtime_core/static_core/libpandabase/trace/ |
H A D | trace.h | 120 ::ark::trace::internal::ScopeTraceStremHelperEnd MERGE_WORDS(end_trace_point, __LINE__); \
|
/arkcompiler/runtime_core/libpandabase/utils/ |
H A D | logger.h | 472 #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 D | macros.h | 222 #define MERGE_WORDS(A, B) MERGE_WORDS_X(A, B) // NOLINT(cppcoreguidelines-macro-usage) macro
|
/arkcompiler/runtime_core/libpandabase/ |
H A D | macros.h | 244 #define MERGE_WORDS(A, B) MERGE_WORDS_X(A, B) // NOLINT(cppcoreguidelines-macro-usage) macro
|
Completed in 4 milliseconds