Cthulhu
0.2.10
Cthulhu compiler collection
function.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: GPL-3.0-only
2
3
#pragma once
4
5
typedef
struct
tree_t
tree_t
;
6
7
void
ctu_resolve_function
(
tree_t
*sema,
tree_t
*
self
,
void
*user);
8
void
ctu_resolve_function_type
(
tree_t
*sema,
tree_t
*
self
,
void
*user);
ctu_resolve_function
void ctu_resolve_function(tree_t *sema, tree_t *self, void *user)
Definition:
function.c:44
ctu_resolve_function_type
void ctu_resolve_function_type(tree_t *sema, tree_t *self, void *user)
Definition:
function.c:93
tree_t
Definition:
tree.h:67
language
ctu
include
ctu
sema
decl
function.h
Generated by
1.9.1