Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 25 of 49) sorted by relevance

12

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker_macros.h22 #define CHECKER_ASSERT(cond) ASSERT((cond)) argument
29 #define CHECKER_DO_IF_NOT(cond, func) ASSERT_DO((cond), func) argument
32 #define CHECKER_DO_IF_NOT_VISITOR_INTERNAL(visitor, klass, cond, func) ASSERT_DO((cond), func) argument
35 #define CHECKER_DO_IF_NOT_AND_PRINT(cond, func) ASSERT_DO((cond), func; PrintFailedMethodAndPass();) argument
37 #define CHECKER_DO_IF_NOT_AND_PRINT_VISITOR(visitor, cond, func) \ argument
41 #define CHECKER_IF_NOT_PRINT(cond) CHECKER_DO_IF_NOT_AND_PRINT(cond, ) argument
44 #define CHECKER_IF_NOT_PRINT_VISITOR(visitor, cond) CHECKER_DO_IF_NOT_AND_PRINT_VISITOR(visitor, co… argument
50 #define ABCKIT_ASSERT(cond) \ argument
56 #define CHECKER_ASSERT(cond) \ argument
76 #define ABCKIT_DO_IF_NOT_VISITOR(visitor, cond, func) \ argument
[all …]
Dgraph_checker.h33 #define CHECKER_DO_IF_NOT_VISITOR(visitor, cond, func) \ argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_logging.h202 #define CHECK(cond, fmt, ...) \ argument
209 #define CHECK(cond, fmt, ...) \ argument
218 #define DCHECK(cond, fmt, ...) \ argument
231 #define CHECK_FATAL(cond, fmt, ...) … argument
248 #define CHECK_FATAL(cond, fmt, ...) \ argument
263 #define DEBUG_ASSERT(cond, fmt, ...) … argument
273 #define DEBUG_ASSERT(cond, fmt, ...) argument
/arkcompiler/ets_runtime/test/jittest/jit_test_0001/
Djit_test_0001.ts29 var cond = ((i % 2 == 1) ? true : false) variable
/arkcompiler/runtime_core/static_core/libpandabase/
Dmacros.h172 #define ASSERT(cond) \ argument
178 #define ASSERT_DO(cond, func) \ argument
186 #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/
Dcodegen_test.cpp182 for (auto cond : conds) { in TEST_F() local
215 for (auto cond : conds) { in TEST_F() local
250 for (auto cond : conds) { in TEST_F() local
283 for (auto cond : conds) { in TEST_F() local
318 for (auto cond : conds) { in TEST_F() local
351 for (auto cond : conds) { in TEST_F() local
385 for (auto cond : conds) { in TEST_F() local
418 for (auto cond : conds) { in TEST_F() local
454 for (auto cond : conds) { in TEST_F() local
491 for (auto cond : conds) { in TEST_F() local
[all …]
/arkcompiler/runtime_core/libpandabase/
Dmacros.h195 #define ASSERT(cond) \ argument
201 #define ASSERT_DO(cond, func) \ argument
209 #define ASSERT_PRINT(cond, message) \ argument
217 #define ASSERT_RETURN(cond) assert(cond) argument
225 #define ASSERT(cond) static_cast<void>(0) // NOLINT(cppcoreguidelines-macro-usage) argument
226 #define ASSERT_DO(cond, func) static_cast<void>(0) // NOLINT(cppcoreguidelines-macro-usage) argument
227 #define ASSERT_PRINT(cond, message) static_cast<void>(0) // NOLINT(cppcoreguidelines-macro-usage) argument
228 #define ASSERT_RETURN(cond) static_cast<void>(cond) // NOLINT(cppcoreguidelines-macro-usage) argument
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
Dfmutex.cpp334 void ConditionVariableInit(struct CondVar *const cond) in ConditionVariableInit()
341 void ConditionVariableDestroy(struct CondVar *const cond) in ConditionVariableDestroy()
380 void Wait(struct CondVar *const cond, struct fmutex *const m) in Wait()
426 bool TimedWait(struct CondVar *const cond, struct fmutex *const m, uint64_t ms, uint64_t ns, bool i… in TimedWait()
489 void SignalCount(struct CondVar *const cond, int32_t toWake) in SignalCount()
/arkcompiler/runtime_core/libabckit/tests/scenarios/static_branch_elimination/
Dstatic_branch_elimination.cpp37 bool IsCall(AbckitInst *cond, AbckitInst **ifInstr, AbckitInst *curInst) in IsCall()
63 auto *cond = g_implG->iGetInput(curInst, 0); in __anoncb0e96d20202() local
/arkcompiler/runtime_core/panda_guard/util/
Dassert_util.h31 #define PANDA_GUARD_ASSERT_PRINT(cond, tag, errCode, desc) \ argument
/arkcompiler/runtime_core/static_core/compiler/
Dcompiler_logger.h70 #define COMPILER_LOG_IF(cond, level, comp) /* CC-OFFNXT(G.PRE.02) name part */ … argument
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dcpp_function.rb27 def condition(cond) argument
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_logger.h74 #define LLVM_LOG_IF(cond, level, comp) (cond) && LLVM_LOG(level, comp) argument
/arkcompiler/runtime_core/libpandafile/
Dhelpers.h51 #define THROW_IF(cond, msg) \ argument
56 #define THROW_IF(cond, msg) \ argument
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dfutex_test.cpp201 bool cond = false; in TEST() local
249 bool cond = false; in TEST() local
/arkcompiler/toolchain/tooling/test/utils/
Dtest_util.h238 #define ASSERT_TRUE(cond) \ argument
246 #define ASSERT_FALSE(cond) \ argument
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_util.h238 #define ASSERT_TRUE(cond) \ argument
246 #define ASSERT_FALSE(cond) \ argument
/arkcompiler/ets_runtime/ecmascript/
Dlog_wrapper.h35 #define LOG_ECMA_IF(cond, level) (cond) && ARK_LOG(level, Component::ALL) argument
Decma_macros.h217 #define DASSERT(cond) assert(cond) argument
219 #define DASSERT_PRINT(cond, message) \ argument
225 #define DASSERT(cond) static_cast<void>(0) // NOLINT(cppcoreguidelines-macro-usage) argument
226 #define DASSERT_PRINT(cond, message) static_cast<void>(0) // NOLINT(cppcoreguidelines-macro-usage) argument
230 #define RASSERT(cond) assert(cond) argument
232 #define RASSERT_PRINT(cond, message) \ argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dmpl_logging.cpp69 void LogInfo::EmitErrorMessage(const std::string &cond, const std::string &file, unsigned int line,… in EmitErrorMessage()
/arkcompiler/ets_runtime/ecmascript/compiler/
Darray_bounds_check_elimination.cpp641 GateRef ArrayBoundsCheckElimination::Predicate(GateRef left, TypedBinOp cond, GateRef right) in Predicate()
646 GateRef ArrayBoundsCheckElimination::PredicateCmpWithConst(GateRef left, TypedBinOp cond, int32_t r… in PredicateCmpWithConst()
652 GateRef ArrayBoundsCheckElimination::PredicateAdd(GateRef left, int32_t leftConst, TypedBinOp cond,… in PredicateAdd()
660 TypedBinOp cond, int32_t right) in PredicateAddCmpWithConst()
763 void ArrayBoundsCheckElimination::ProcessIf(IntegerStack &pushed, GateRegion *parent, OpCode cond) in ProcessIf()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dswitch_lowerer.cpp166 CondGotoNode *SwitchLowerer::BuildCondGotoNode(int32 idx, Opcode opCode, BaseNode &cond) in BuildCondGotoNode()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dlogger.h496 #define LOG_IF(cond, level, component) (cond) && LOG(level, component) argument
499 #define PLOG_IF(cond, level, component) (cond) && PLOG(level, component) argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h463 Expr cond; variable
468 SwitchBuilder Switch(Type *type, Expr cond, BB &defaultBB) in Switch()
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.h508 #define LOG_IF(cond, level, component) (cond) && LOG(level, component) argument
511 #define PLOG_IF(cond, level, component) (cond) && PLOG(level, component) argument

12