Lines Matching refs:CeedCallBackend
22 CeedCallBackend(CeedQFunctionContextGetBackendData(ctx, &impl)); in CeedQFunctionContextHasValidData_Memcheck()
35 CeedCallBackend(CeedQFunctionContextGetBackendData(ctx, &impl)); in CeedQFunctionContextHasBorrowedDataOfType_Memcheck()
49 CeedCallBackend(CeedQFunctionContextGetBackendData(ctx, &impl)); in CeedQFunctionContextSetData_Memcheck()
50 CeedCallBackend(CeedQFunctionContextGetContextSize(ctx, &ctx_size)); in CeedQFunctionContextSetData_Memcheck()
57 CeedCallBackend(CeedFree(&impl->data_allocated)); in CeedQFunctionContextSetData_Memcheck()
62 CeedCallBackend(CeedFree(&impl->data_owned)); in CeedQFunctionContextSetData_Memcheck()
85 CeedCallBackend(CeedMallocArray(1, ctx_size, &impl->data_allocated)); in CeedQFunctionContextSetData_Memcheck()
100 CeedCallBackend(CeedQFunctionContextGetBackendData(ctx, &impl)); in CeedQFunctionContextSyncData_Memcheck()
101 CeedCallBackend(CeedQFunctionContextGetContextSize(ctx, &ctx_size)); in CeedQFunctionContextSyncData_Memcheck()
122 CeedCallBackend(CeedQFunctionContextGetBackendData(ctx, &impl)); in CeedQFunctionContextTakeData_Memcheck()
123 CeedCallBackend(CeedQFunctionContextGetContextSize(ctx, &ctx_size)); in CeedQFunctionContextTakeData_Memcheck()
126 CeedCallBackend(CeedQFunctionContextSyncData_Memcheck(ctx, CEED_MEM_HOST)); in CeedQFunctionContextTakeData_Memcheck()
138 CeedCallBackend(CeedFree(&impl->data_allocated)); in CeedQFunctionContextTakeData_Memcheck()
151 CeedCallBackend(CeedQFunctionContextGetBackendData(ctx, &impl)); in CeedQFunctionContextGetData_Memcheck()
152 CeedCallBackend(CeedQFunctionContextGetContextSize(ctx, &ctx_size)); in CeedQFunctionContextGetData_Memcheck()
155 CeedCallBackend(CeedMallocArray(1, ctx_size, &impl->data_writable_copy)); in CeedQFunctionContextGetData_Memcheck()
171 CeedCallBackend(CeedQFunctionContextGetBackendData(ctx, &impl)); in CeedQFunctionContextGetDataRead_Memcheck()
172 CeedCallBackend(CeedQFunctionContextGetContextSize(ctx, &ctx_size)); in CeedQFunctionContextGetDataRead_Memcheck()
176 CeedCallBackend(CeedMallocArray(1, ctx_size, &impl->data_read_only_copy)); in CeedQFunctionContextGetDataRead_Memcheck()
191 CeedCallBackend(CeedQFunctionContextGetContextSize(ctx, &ctx_size)); in CeedQFunctionContextRestoreData_Memcheck()
192 CeedCallBackend(CeedQFunctionContextGetBackendData(ctx, &impl)); in CeedQFunctionContextRestoreData_Memcheck()
196 CeedCallBackend(CeedQFunctionContextSyncData_Memcheck(ctx, CEED_MEM_HOST)); in CeedQFunctionContextRestoreData_Memcheck()
200 CeedCallBackend(CeedFree(&impl->data_writable_copy)); in CeedQFunctionContextRestoreData_Memcheck()
212 CeedCallBackend(CeedQFunctionContextGetContextSize(ctx, &ctx_size)); in CeedQFunctionContextRestoreDataRead_Memcheck()
213 CeedCallBackend(CeedQFunctionContextGetBackendData(ctx, &impl)); in CeedQFunctionContextRestoreDataRead_Memcheck()
222 CeedCallBackend(CeedFree(&impl->data_read_only_copy)); in CeedQFunctionContextRestoreDataRead_Memcheck()
235 CeedCallBackend(CeedQFunctionContextGetBackendData(ctx, &impl)); in CeedQFunctionContextDataDestroy_Memcheck()
237 …CeedCallBackend(CeedQFunctionContextGetDataDestroy(ctx, &data_destroy_mem_type, &data_destroy_func… in CeedQFunctionContextDataDestroy_Memcheck()
245 CeedCallBackend(data_destroy_function(is_borrowed ? impl->data_borrowed : impl->data_owned)); in CeedQFunctionContextDataDestroy_Memcheck()
251 CeedCallBackend(CeedFree(&impl->data_allocated)); in CeedQFunctionContextDataDestroy_Memcheck()
255 CeedCallBackend(CeedFree(&impl->data_owned)); in CeedQFunctionContextDataDestroy_Memcheck()
271 CeedCallBackend(CeedQFunctionContextGetBackendData(ctx, &impl)); in CeedQFunctionContextDestroy_Memcheck()
273 CeedCallBackend(CeedFree(&impl->data_allocated)); in CeedQFunctionContextDestroy_Memcheck()
277 CeedCallBackend(CeedFree(&impl->data_owned)); in CeedQFunctionContextDestroy_Memcheck()
283 CeedCallBackend(CeedFree(&impl)); in CeedQFunctionContextDestroy_Memcheck()
294 CeedCallBackend(CeedQFunctionContextGetCeed(ctx, &ceed)); in CeedQFunctionContextCreate_Memcheck()
295 …CeedCallBackend(CeedSetBackendFunction(ceed, "QFunctionContext", ctx, "HasValidData", CeedQFunctio… in CeedQFunctionContextCreate_Memcheck()
296 …CeedCallBackend(CeedSetBackendFunction(ceed, "QFunctionContext", ctx, "HasBorrowedDataOfType", Cee… in CeedQFunctionContextCreate_Memcheck()
297 …CeedCallBackend(CeedSetBackendFunction(ceed, "QFunctionContext", ctx, "SetData", CeedQFunctionCont… in CeedQFunctionContextCreate_Memcheck()
298 …CeedCallBackend(CeedSetBackendFunction(ceed, "QFunctionContext", ctx, "TakeData", CeedQFunctionCon… in CeedQFunctionContextCreate_Memcheck()
299 …CeedCallBackend(CeedSetBackendFunction(ceed, "QFunctionContext", ctx, "GetData", CeedQFunctionCont… in CeedQFunctionContextCreate_Memcheck()
300 …CeedCallBackend(CeedSetBackendFunction(ceed, "QFunctionContext", ctx, "GetDataRead", CeedQFunction… in CeedQFunctionContextCreate_Memcheck()
301 …CeedCallBackend(CeedSetBackendFunction(ceed, "QFunctionContext", ctx, "RestoreData", CeedQFunction… in CeedQFunctionContextCreate_Memcheck()
302 …CeedCallBackend(CeedSetBackendFunction(ceed, "QFunctionContext", ctx, "RestoreDataRead", CeedQFunc… in CeedQFunctionContextCreate_Memcheck()
303 …CeedCallBackend(CeedSetBackendFunction(ceed, "QFunctionContext", ctx, "DataDestroy", CeedQFunction… in CeedQFunctionContextCreate_Memcheck()
304 …CeedCallBackend(CeedSetBackendFunction(ceed, "QFunctionContext", ctx, "Destroy", CeedQFunctionCont… in CeedQFunctionContextCreate_Memcheck()
305 CeedCallBackend(CeedDestroy(&ceed)); in CeedQFunctionContextCreate_Memcheck()
306 CeedCallBackend(CeedCalloc(1, &impl)); in CeedQFunctionContextCreate_Memcheck()
307 CeedCallBackend(CeedQFunctionContextSetBackendData(ctx, impl)); in CeedQFunctionContextCreate_Memcheck()