Searched refs:data_destroy_mem_type (Results 1 – 3 of 3) sorted by relevance
231 CeedMemType data_destroy_mem_type; in CeedQFunctionContextDataDestroy_Memcheck() local237 …CeedCallBackend(CeedQFunctionContextGetDataDestroy(ctx, &data_destroy_mem_type, &data_destroy_func… in CeedQFunctionContextDataDestroy_Memcheck()238 …CeedCheck(data_destroy_mem_type == CEED_MEM_HOST, CeedQFunctionContextReturnCeed(ctx), CEED_ERROR_… in CeedQFunctionContextDataDestroy_Memcheck()
115 CeedMemType data_destroy_mem_type; in CeedQFunctionContextDestroyData() local118 … CeedCall(CeedQFunctionContextGetDataDestroy(ctx, &data_destroy_mem_type, &data_destroy_function)); in CeedQFunctionContextDestroyData()122 CeedCall(CeedQFunctionContextGetData(ctx, data_destroy_mem_type, &data)); in CeedQFunctionContextDestroyData()558 if (f_mem_type) *f_mem_type = ctx->data_destroy_mem_type; in CeedQFunctionContextGetDataDestroy()984 ctx->data_destroy_mem_type = f_mem_type; in CeedQFunctionContextSetDataDestroy()
288 CeedMemType data_destroy_mem_type; member