My Project
Public Attributes | List of all members
int64_list_t Struct Reference

#include <Core.h>

Public Attributes

int64_t * values
 
uint64_t n
 

Detailed Description

Simple C lists for non-owning mlir Opaque C types. Recommended usage is construction from the data() and size() of a scoped owning SmallVectorImpl<...> and passing to one of the C functions declared later in this file. Once the function returns and the proper EDSC has been constructed, resources are freed by exiting the scope.

Member Data Documentation

◆ n

uint64_t int64_list_t::n

◆ values

int64_t* int64_list_t::values

The documentation for this struct was generated from the following file: