Searched refs:SYM_ARRAY (Results 1 – 15 of 15) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | dissect.c | 68 return type->type == SYM_PTR || type->type == SYM_ARRAY; in is_ptr() 109 break; case SYM_ARRAY: in fix_mode() 219 case SYM_ARRAY: in examine_sym_node() 582 if (type->type == SYM_ARRAY) { in do_initializer()
|
D | symbol.h | 63 SYM_ARRAY, enumerator 415 return type->type == SYM_PTR || type->type == SYM_ARRAY || type->type == SYM_FN; in is_ptr_type() 429 return type->type == SYM_ARRAY; in is_array_type()
|
D | symbol.c | 462 struct symbol *arr_new = alloc_symbol(node->pos, SYM_ARRAY); in implicit_array_size() 498 if (bit_size < 0 && base_type->type == SYM_ARRAY) { in examine_node_type() 581 case SYM_ARRAY: in examine_symbol_type() 626 [SYM_ARRAY] = "array", in get_type_name()
|
D | evaluate.c | 115 struct symbol *array = alloc_symbol(expr->pos, SYM_ARRAY); in evaluate_string() 352 [SYM_ARRAY] = TYPE_PTR | TYPE_COMPOUND, in classify_type() 384 if (type->type != SYM_ARRAY) in is_string_type() 716 case SYM_ARRAY: in type_difference() 809 if (type->ctype.base_type && type->ctype.base_type->type == SYM_ARRAY) in target_qualifiers() 1621 case SYM_ARRAY: in examine_fn_arguments() 1624 if (arg->type == SYM_ARRAY) in examine_fn_arguments() 1682 if (degenerate && sym->type == SYM_ARRAY) { in create_pointer() 1713 case SYM_ARRAY: in degenerate() 1837 case SYM_ARRAY: in evaluate_dereference() [all …]
|
D | ctags.c | 156 case SYM_ARRAY: in examine_symbol()
|
D | ast-inspect.c | 108 [SYM_ARRAY] = "SYM_ARRAY", in symbol_type_name()
|
D | sparse.c | 286 case SYM_STRUCT: case SYM_UNION: case SYM_ARRAY: in list_compound_symbol()
|
D | show-parse.c | 57 [SYM_ARRAY] = "arry", in do_debug_symbol() 313 if (sym && (sym->type != SYM_NODE && sym->type != SYM_ARRAY && in do_show_type() 395 case SYM_ARRAY: in do_show_type()
|
D | compile-i386.c | 1815 case SYM_ARRAY: in x86_symbol() 1861 (type->type != SYM_ARRAY)) { in x86_symbol()
|
D | expression.c | 119 array = alloc_symbol(token->pos, SYM_ARRAY); in handle_func()
|
D | expand.c | 648 case SYM_ARRAY: in default_initializer()
|
D | sparse-llvm.c | 206 case SYM_ARRAY: in symbol_type()
|
D | parse.c | 1811 array = alloc_indirect_symbol(token->pos, ctype, SYM_ARRAY); in direct_declarator()
|
/third_party/ltp/tools/sparse/ |
D | sparse-ltp.c | 160 case SYM_ARRAY: in unwrap_base_type()
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | types.rst | 90 SYM_ARRAY chapter
|