Home
last modified time | relevance | path

Searched defs:condition (Results 1 – 25 of 108) sorted by relevance

12345

/llvm-project/lldb/test/API/functionalities/breakpoint/thread_plan_user_breakpoint/
H A DTestThreadPlanUserBreakpoint.py39 def check_correct_stop_reason(self, breakpoint_idx, condition): argument
62 def check_thread_plan_user_breakpoint(self, condition, set_up_breakpoint_func): argument
92 def set_up_breakpoints_condition(self, condition, bp): argument
97 def set_up_breakpoints_enable(self, condition, bp): argument
101 def set_up_breakpoints_callback(self, condition, bp): argument
/llvm-project/clang/test/Analysis/
H A Dcfref_rdar6080742.c36 #define Assert(condition)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu]… argument
37 #define AssertMsg(condition, message)if (!(condition)) { DebugStop("Assertion failure: %s (%s) [Fil… argument
38 #define Require(condition)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu… argument
39 #define RequireAction(condition, action)if (!(condition)) { DebugStop("Assertion failure: %s [File:… argument
40 #define RequireActionSilent(condition, action)if (!(condition)) { action } argument
H A Dgtest.cpp124 #define EXPECT_TRUE(condition) \ argument
127 #define ASSERT_TRUE(condition) \ argument
131 #define ASSERT_FALSE(condition) \ argument
/llvm-project/openmp/runtime/test/ompt/parallel/
H A Dnested_lwt.c12 int condition = 0; in main() local
H A Dnested_thread_num.c11 int condition = 0; in main() local
H A Dnested.c12 int condition=0; in main() local
/llvm-project/openmp/runtime/test/ompt/cancel/
H A Dcancel_taskgroup.c13 int condition=0; in main() local
H A Dcancel_worksharing.c11 int condition=0; in main() local
/llvm-project/openmp/runtime/test/ompt/synchronization/
H A Dtaskgroup.c11 int condition=0; in main() local
/llvm-project/openmp/runtime/test/ompt/misc/
H A Dthreads_nested.c8 int condition = 0; in main() local
H A Dinteroperability.cpp15 int condition = 0; variable
/llvm-project/openmp/runtime/test/ompt/tasks/
H A Ddependences.c12 int condition=0; in main() local
H A Duntied_task.c9 int condition=0; in main() local
H A Dexplicit_task.c10 int condition=0; in main() local
H A Dtask_in_joinbarrier.c9 int condition=0; in main() local
H A Dtaskyield.c12 int condition=0, x=0; in main() local
/llvm-project/libcxx/test/support/
H A Dassert_macros.h41 void test_log(const char* condition, const char* file, int line, const char* message) { in test_log() argument
47 void test_log(const char* condition, const char* file, int line, const F& functor) { in test_log() argument
59 void test_require(bool condition, const char* condition_str, const char* file, int line, const Arg& arg) { in test_require() argument
/llvm-project/lldb/tools/lldb-dap/
H A DBreakpointBase.h22 std::string condition; member
/llvm-project/third-party/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h242 inline void Assert(bool condition, const char* file, int line, in Assert()
249 inline void Assert(bool condition, const char* file, int line) { in Assert()
255 inline void Expect(bool condition, const char* file, int line, in Expect()
262 inline void Expect(bool condition, const char* file, int line) { in Expect()
/llvm-project/clang/test/Profile/
H A Dmisexpect-switch-default.c22 unsigned condition = rand() % 5; in main() local
H A Dmisexpect-switch-nonconst.c26 unsigned condition = rand() % 10000; in main() local
H A Dmisexpect-switch-only-default-case.c26 unsigned condition = rand() % 10000; in main() local
H A Dmisexpect-switch.c22 unsigned condition = rand() % 10000; in main() local
/llvm-project/offload/DeviceRTL/src/
H A DDebug.cpp27 void __assert_assume(bool condition) { __builtin_assume(condition); } in __assert_assume() argument
/llvm-project/mlir/include/mlir/Transforms/
H A DCFGToSCF.h127 Value condition, Block *trueDest, in createConditionalBranch()

12345