/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
D | graph_checker.h | 32 #define ASSERT_DO_EXT(cond, func) ASSERT_DO((cond), func; PrintFailedMethodAndPass();) argument 35 #define ASSERT_DO_EXT_VISITOR(cond, func) ASSERT_DO((cond), func; PrintFailedMethodAndPassVisitor(v… argument 38 #define ASSERT_EXT(cond) ASSERT_DO_EXT((cond), ) argument 41 #define ASSERT_EXT_VISITOR(cond) ASSERT_DO_EXT_VISITOR((cond), ) argument 44 #define ASSERT_EXT_PRINT(cond, message) \ argument 48 #define ASSERT_EXT_PRINT_VISITOR(cond, message) \ argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
D | mpl_logging.h | 201 #define CHECK(cond, fmt, ...) \ argument 211 #define DCHECK(cond, fmt, ...) \ argument 216 #define CHECK_FATAL(cond, fmt, ...) \ argument 231 #define DEBUG_ASSERT(cond, fmt, ...) \ argument 241 #define DEBUG_ASSERT(cond, fmt, ...) argument
|
/arkcompiler/runtime_core/libpandabase/ |
D | macros.h | 180 #define ASSERT(cond) \ argument 186 #define ASSERT_DO(cond, func) \ argument 194 #define ASSERT_PRINT(cond, message) \ argument 202 #define ASSERT_RETURN(cond) assert(cond) argument 210 #define ASSERT(cond) static_cast<void>(0) // NOLINT(cppcoreguidelines-macro-usage) argument 211 #define ASSERT_DO(cond, func) static_cast<void>(0) // NOLINT(cppcoreguidelines-macro-usage) argument 212 #define ASSERT_PRINT(cond, message) static_cast<void>(0) // NOLINT(cppcoreguidelines-macro-usage) argument 213 #define ASSERT_RETURN(cond) static_cast<void>(cond) // NOLINT(cppcoreguidelines-macro-usage) argument
|
/arkcompiler/runtime_core/static_core/libpandabase/ |
D | macros.h | 173 #define ASSERT(cond) \ argument 179 #define ASSERT_DO(cond, func) \ argument 187 #define ASSERT_PRINT(cond, message) \ argument 195 #define ASSERT_RETURN(cond) assert(cond) argument 203 #define ASSERT(cond) static_cast<void>(0) // NOLINT(cppcoreguidelines-macro-usage) argument 204 #define ASSERT_DO(cond, func) static_cast<void>(0) // NOLINT(cppcoreguidelines-macro-usage) argument 205 #define ASSERT_PRINT(cond, message) static_cast<void>(0) // NOLINT(cppcoreguidelines-macro-usage) argument 206 #define ASSERT_RETURN(cond) static_cast<void>(cond) // NOLINT(cppcoreguidelines-macro-usage) argument
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
D | codegen_test.cpp | 181 for (auto cond : conds) { in TEST_F() local 214 for (auto cond : conds) { in TEST_F() local 249 for (auto cond : conds) { in TEST_F() local 282 for (auto cond : conds) { in TEST_F() local 317 for (auto cond : conds) { in TEST_F() local 350 for (auto cond : conds) { in TEST_F() local 384 for (auto cond : conds) { in TEST_F() local 417 for (auto cond : conds) { in TEST_F() local 453 for (auto cond : conds) { in TEST_F() local 490 for (auto cond : conds) { in TEST_F() local [all …]
|
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/ |
D | fmutex.cpp | 331 void ConditionVariableInit(struct CondVar *const cond) in ConditionVariableInit() 338 void ConditionVariableDestroy(struct CondVar *const cond) in ConditionVariableDestroy() 377 void Wait(struct CondVar *const cond, struct fmutex *const m) in Wait() 423 bool TimedWait(struct CondVar *const cond, struct fmutex *const m, uint64_t ms, uint64_t ns, bool i… in TimedWait() 486 void SignalCount(struct CondVar *const cond, int32_t toWake) in SignalCount()
|
/arkcompiler/runtime_core/static_core/compiler/ |
D | compiler_logger.h | 70 #define COMPILER_LOG_IF(cond, level, comp) … argument
|
/arkcompiler/runtime_core/static_core/irtoc/lang/ |
D | cpp_function.rb | 27 def condition(cond) argument
|
/arkcompiler/runtime_core/static_core/libllvmbackend/ |
D | llvm_logger.h | 73 #define LLVM_LOG_IF(cond, level, comp) (cond) && LLVM_LOG(level, comp) argument
|
/arkcompiler/runtime_core/libpandafile/ |
D | helpers.h | 51 #define THROW_IF(cond, msg) \ argument 56 #define THROW_IF(cond, msg) \ argument
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
D | futex_test.cpp | 201 bool cond = false; in TEST() local 249 bool cond = false; in TEST() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_macros.h | 177 #define DASSERT(cond) assert(cond) argument 179 #define DASSERT_PRINT(cond, message) \ argument 185 #define DASSERT(cond) static_cast<void>(0) // NOLINT(cppcoreguidelines-macro-usage) argument 186 #define DASSERT_PRINT(cond, message) static_cast<void>(0) // NOLINT(cppcoreguidelines-macro-usage) argument 190 #define RASSERT(cond) assert(cond) argument 192 #define RASSERT_PRINT(cond, message) \ argument
|
D | log_wrapper.h | 32 #define LOG_ECMA_IF(cond, level) (cond) && ARK_LOG(level, Component::ALL) argument
|
/arkcompiler/toolchain/tooling/test/utils/ |
D | test_util.h | 238 #define ASSERT_TRUE(cond) \ argument 246 #define ASSERT_FALSE(cond) \ argument
|
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
D | test_util.h | 236 #define ASSERT_TRUE(cond) \ argument 244 #define ASSERT_FALSE(cond) \ argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | array_bounds_check_elimination.cpp | 629 GateRef ArrayBoundsCheckElimination::Predicate(GateRef left, TypedBinOp cond, GateRef right) in Predicate() 634 GateRef ArrayBoundsCheckElimination::PredicateCmpWithConst(GateRef left, TypedBinOp cond, int32_t r… in PredicateCmpWithConst() 640 GateRef ArrayBoundsCheckElimination::PredicateAdd(GateRef left, int32_t leftConst, TypedBinOp cond,… in PredicateAdd() 650 TypedBinOp cond, int32_t right) in PredicateAddCmpWithConst() 754 void ArrayBoundsCheckElimination::ProcessIf(IntegerStack &pushed, GateRegion *parent, OpCode cond) in ProcessIf()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
D | aarch64_ico.cpp | 52 CondOperand &cond = static_cast<AArch64CGFunc *>(cgFunc)->GetCondOperand(ccCode); in BuildCcmpInsn() local 169 CondOperand &cond = func->GetCondOperand(ccCode); in BuildCondSet() local 180 CondOperand &cond = static_cast<AArch64CGFunc *>(cgFunc)->GetCondOperand(ccCode); in BuildCondSel() local 882 CondOperand &cond = static_cast<AArch64CGFunc *>(cgFunc)->GetCondOperand(ccCode); in MovToCsel() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
D | lmir_builder.cpp | 531 Stmt &LMIRBuilder::CondGoto(Var &cond, BB &target, bool inverseCond) in CondGoto() 537 Stmt &LMIRBuilder::CondGoto(Expr cond, BB &target, bool inverseCond) in CondGoto() 544 Stmt &LMIRBuilder::CreateSwitchInternal(Type *type, Expr cond, BB &defaultBB, in CreateSwitchInternal() 834 Expr LMIRBuilder::ICmp(Type *type, Expr src1, Expr src2, IntCmpCondition cond) in ICmp() 899 Expr LMIRBuilder::FCmp(Type *type, Expr src1, Expr src2, FloatCmpCondition cond) in FCmp() 925 Expr LMIRBuilder::Select(Type *type, Expr cond, Expr ifTrue, Expr ifFalse) in Select()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
D | mpl_logging.cpp | 135 void LogInfo::EmitErrorMessage(const std::string &cond, const std::string &file, unsigned int line,… in EmitErrorMessage()
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
D | logger.h | 487 #define LOG_IF(cond, level, component) (cond) && LOG(level, component) argument 490 #define PLOG_IF(cond, level, component) (cond) && PLOG(level, component) argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
D | switch_lowerer.cpp | 166 CondGotoNode *SwitchLowerer::BuildCondGotoNode(int32 idx, Opcode opCode, BaseNode &cond) in BuildCondGotoNode()
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | logger.h | 499 #define LOG_IF(cond, level, component) (cond) && LOG(level, component) argument 502 #define PLOG_IF(cond, level, component) (cond) && PLOG(level, component) argument
|
/arkcompiler/runtime_core/static_core/runtime/ |
D | intrinsics.cpp | 221 void Assert(uint8_t cond) in Assert() 234 void AssertPrint(uint8_t cond, coretypes::String *s) in AssertPrint()
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
D | stack_walker_test.cpp | 41 #define HOOK_ASSERT(cond, action) \ argument
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
D | jsnapi_expo.h | 116 #define ECMA_ASSERT(cond) \ argument 121 #define ECMA_ASSERT(cond) static_cast<void>(0) argument
|