Home
last modified time | relevance | path

Searched refs:RawCtx (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/unittests/Support/
H A DISLTools.cpp12 std::unique_ptr<isl_ctx, decltype(&isl_ctx_free)> RawCtx(isl_ctx_alloc(), in TEST() local
14 isl::ctx Ctx(RawCtx.get()); in TEST()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp284 void *RawCtx) { in executionSessionLookupHandlerCallback() argument
285 auto *Ctx = static_cast<ExecutionSessionLookupHelper *>(RawCtx); in executionSessionLookupHandlerCallback()
678 LLVMOrcDefinitionGeneratorRef GeneratorObj, void *RawCtx, in TryToGenerateWithSuspendedLookup() argument
683 auto *Ctx = static_cast<SuspendedLookupContext *>(RawCtx); in TryToGenerateWithSuspendedLookup()
711 size_t NumPairs, void *RawCtx) { in suspendLookupTestLookupHandlerCallback() argument
721 auto *Ctx = static_cast<SuspendedLookupContext *>(RawCtx); in suspendLookupTestLookupHandlerCallback()