ae2f_docs
Loading...
Searching...
No Matches
ctx.h File Reference

the context of a compiler (something like a state machine) More...

#include "../vec.auto.h"
#include "./id.h"
#include <aclspv.h>
#include <aclspv/spvty.h>

Go to the source code of this file.

Classes

struct  a_aclspv_ctx

Macros

#define _free(a, b)
#define _malloc_with_zero(a)

Typedefs

typedef struct a_aclspv_ctx x_aclspv_ctx
typedef x_aclspv_ctx *ae2f_restrict h_aclspv_ctx_t
typedef h_aclspv_ctx_t h_util_ctx_t

Detailed Description

the context of a compiler (something like a state machine)

Definition in file ctx.h.

Macro Definition Documentation

◆ _free

#define _free ( a,
b )
Value:
free(a)

Definition at line 12 of file ctx.h.

◆ _malloc_with_zero

#define _malloc_with_zero ( a)
Value:
calloc(a, 1)

Definition at line 158 of file ctx.h.

Typedef Documentation

◆ h_aclspv_ctx_t

typedef x_aclspv_ctx* ae2f_restrict h_aclspv_ctx_t

Definition at line 155 of file ctx.h.

◆ h_util_ctx_t

typedef h_aclspv_ctx_t h_util_ctx_t

Definition at line 156 of file ctx.h.