Searched refs:allocate_entity_zero (Results 1 – 4 of 4) sorted by relevance
/dports/lang/cparser/cparser-0.9.14/ |
H A D | entity.c | 83 entity_t *allocate_entity_zero(entity_kind_t const kind, entity_namespace_t const namespc, symbol_t… in allocate_entity_zero() function
|
H A D | entity_t.h | 297 entity_t *allocate_entity_zero(entity_kind_t, entity_namespace_t, symbol_t*, source_position_t cons…
|
H A D | parser.c | 2307 entity = allocate_entity_zero(kind, NAMESPACE_TAG, symbol, &pos); in parse_compound_type_specifier() 2409 entity = allocate_entity_zero(ENTITY_ENUM, NAMESPACE_TAG, symbol, &pos); in parse_enum_specifier() 2625 entity_t *const entity = allocate_entity_zero(kind, NAMESPACE_NORMAL, symbol, HERE); in create_error_entity() 3691 entity = allocate_entity_zero(ENTITY_COMPOUND_MEMBER, NAMESPACE_NORMAL, env.symbol, pos); in parse_declarator() 3704 entity = allocate_entity_zero(ENTITY_PARAMETER, NAMESPACE_NORMAL, env.symbol, pos); in parse_declarator() 3707 entity = allocate_entity_zero(ENTITY_FUNCTION, NAMESPACE_NORMAL, env.symbol, pos); in parse_declarator() 3725 entity = allocate_entity_zero(ENTITY_VARIABLE, NAMESPACE_NORMAL, env.symbol, pos); in parse_declarator() 5930 entity_t *const entity = allocate_entity_zero(ENTITY_FUNCTION, NAMESPACE_NORMAL, symbol, pos); in create_implicit_function() 6631 label = allocate_entity_zero(ENTITY_LABEL, NAMESPACE_LABEL, sym, &nowhere); in get_label() 9623 entity = allocate_entity_zero(ENTITY_LOCAL_LABEL, NAMESPACE_LABEL, symbol, &pos); in parse_local_label_declaration() [all …]
|
H A D | builtins.c | 35 …entity_t *const entity = allocate_entity_zero(ENTITY_FUNCTION, NAMESPACE_NORMAL, symbol, &builtin_… in create_builtin_function()
|