| /arkcompiler/runtime_core/compiler/ |
| D | compiler_logger.h | 48 static inline bool IsComponentEnabled(CompilerLoggerComponents comp) in IsComponentEnabled() 53 static void EnableComponent(CompilerLoggerComponents comp) in EnableComponent() 69 #define COMPILER_LOG(level, comp) \ argument 75 #define COMPILER_LOG(level, comp) \ argument
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | compiler_logger.h | 48 static inline bool IsComponentEnabled(CompilerLoggerComponents comp) in IsComponentEnabled() 53 static void EnableComponent(CompilerLoggerComponents comp) in EnableComponent() 67 #define COMPILER_LOG(level, comp) /* CC-OFFNXT(G.PRE.02) name part */ \ argument 70 #define COMPILER_LOG_IF(cond, level, comp) /* CC-OFFNXT(G.PRE.02) name part */ … argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_logger.h | 48 static inline bool IsComponentEnabled(LLVMLoggerComponents comp, Logger::Level level) in IsComponentEnabled() 53 static void EnableComponent(LLVMLoggerComponents comp) in EnableComponent() 67 #define LLVM_LOG(level, comp) \ argument 74 #define LLVM_LOG_IF(cond, level, comp) (cond) && LLVM_LOG(level, comp) argument
|
| /arkcompiler/ets_frontend/ets2panda/lsp/include/ |
| D | references.h | 31 void RemoveDuplicates(std::vector<T> &vec, Compare comp) in RemoveDuplicates()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/ |
| D | interop_intrinsic_optimization.h | 95 uint32_t GetObjectCountIfUnused(Component &comp, uint32_t usedNumber) in GetObjectCountIfUnused()
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/lsp/ |
| D | get_references_at_position_test.cpp | 51 auto comp = [](const ReferenceInfo &lhs, const ReferenceInfo &rhs) { in MockGetReferencesAtPosition() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | adjust_arefs.cpp | 121 auto comp = [i](const Inst *i1) { return i1->IsDominate(i) && i != i1; }; in GetHeads() local
|
| /arkcompiler/toolchain/tooling/static/tests/ |
| D | inspector_server.cpp | 402 … [[maybe_unused]] const std::function<bool(std::string_view)> &comp, in handlerForSetBreak() 411 … [[maybe_unused]] const std::function<bool(std::string_view)> &comp, in handlerForSetBreakEmpty()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| D | inspector_server.cpp | 402 … [[maybe_unused]] const std::function<bool(std::string_view)> &comp, in handlerForSetBreak() 411 … [[maybe_unused]] const std::function<bool(std::string_view)> &comp, in handlerForSetBreakEmpty()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | gc_intrusion.cpp | 589 auto comp = [gcContext](const Use *u1, const Use *u2) -> bool { in CreateSortedUseList() local
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/ |
| D | abc_file.cpp | 218 …auto comp = [](size_t value, const panda_file::LineTableEntry &entry) { return value >= entry.offs… in GetLineNumberByInst() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 31424 comp: e property
|