Cthulhu
0.2.10
Cthulhu compiler collection
default.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
typedef
struct
node_t
node_t
;
7
8
const
tree_t
*
ctu_get_default_value
(
const
node_t
*node,
const
tree_t
*type);
ctu_get_default_value
const tree_t * ctu_get_default_value(const node_t *node, const tree_t *type)
Definition:
default.c:23
node_t
a position in a source file
Definition:
node.h:23
tree_t
Definition:
tree.h:67
language
ctu
include
ctu
sema
default.h
Generated by
1.9.1