Lines Matching refs:Ctx

90 bool test(RunContext *Ctx, TestCondition Cond, ValType LHS, ValType RHS,  in test()  argument
102 Ctx->markFail(); in test()
109 Ctx->markFail(); in test()
116 Ctx->markFail(); in test()
123 Ctx->markFail(); in test()
130 Ctx->markFail(); in test()
137 Ctx->markFail(); in test()
141 Ctx->markFail(); in test()
176 RunContext Ctx; in runTests() local
178 T->setContext(&Ctx); in runTests()
181 auto Result = Ctx.status(); in runTests()
210 template bool test<char>(RunContext *Ctx, TestCondition Cond, char LHS,
214 template bool test<short>(RunContext *Ctx, TestCondition Cond, short LHS,
218 template bool test<int>(RunContext *Ctx, TestCondition Cond, int LHS, int RHS,
222 template bool test<long>(RunContext *Ctx, TestCondition Cond, long LHS,
226 template bool test<long long>(RunContext *Ctx, TestCondition Cond,
231 template bool test<unsigned char>(RunContext *Ctx, TestCondition Cond,
236 template bool test<unsigned short>(RunContext *Ctx, TestCondition Cond,
241 template bool test<unsigned int>(RunContext *Ctx, TestCondition Cond,
246 template bool test<unsigned long>(RunContext *Ctx, TestCondition Cond,
251 template bool test<bool>(RunContext *Ctx, TestCondition Cond, bool LHS,
255 template bool test<unsigned long long>(RunContext *Ctx, TestCondition Cond,
268 template bool test<__uint128_t>(RunContext *Ctx, TestCondition Cond,
275 RunContext *Ctx, TestCondition Cond, __llvm_libc::cpp::UInt<128> LHS,
283 return internal::test(Ctx, Cond_EQ, LHS ? std::string(LHS) : std::string(), in testStrEq()
290 return internal::test(Ctx, Cond_NE, LHS ? std::string(LHS) : std::string(), in testStrNe()
300 Ctx->markFail(); in testMatch()
316 Ctx->markFail(); in testProcessKilled()
322 Ctx->markFail(); in testProcessKilled()
329 Ctx->markFail(); in testProcessKilled()
342 Ctx->markFail(); in testProcessKilled()
358 Ctx->markFail(); in testProcessExits()
364 Ctx->markFail(); in testProcessExits()
371 Ctx->markFail(); in testProcessExits()
383 Ctx->markFail(); in testProcessExits()