MCPcopy Index your code
hub / github.com/TinyCC/tinycc / decl_initializer

Function decl_initializer

tccgen.c:8013–8230  ·  view source on GitHub ↗

't' contains the type and storage info. 'c' is the offset of the object in section 'sec'. If 'sec' is NULL, it means stack based allocation. 'flags & DIF_FIRST' is true if array '{' must be read (multi dimension implicit array init handling). 'flags & DIF_SIZE_ONLY' is true if size only evaluation is wanted (only for arrays). */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

decl_designatorFunction · 0.85
decl_initializer_allocFunction · 0.85

Calls 15

tcc_debug_lineFunction · 0.85
tcc_tcov_check_lineFunction · 0.85
parse_init_elemFunction · 0.85
skipFunction · 0.85
pointed_typeFunction · 0.85
type_sizeFunction · 0.85
cstr_resetFunction · 0.85
cstr_catFunction · 0.85
nextFunction · 0.85
unget_tokFunction · 0.85
decl_design_flexFunction · 0.85
init_assertFunction · 0.85

Tested by

no test coverage detected