Searched refs:TYPE_CODE_ARRAY (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-10.1-release/contrib/gdb/gdb/
H A Df-typeprint.c76 || code == TYPE_CODE_ARRAY
123 case TYPE_CODE_ARRAY:
175 case TYPE_CODE_ARRAY:
181 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) == TYPE_CODE_ARRAY)
215 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) != TYPE_CODE_ARRAY)
323 case TYPE_CODE_ARRAY:
H A Dppc-sysv-tdep.c192 && TYPE_CODE (type) == TYPE_CODE_ARRAY
213 && TYPE_CODE (type) == TYPE_CODE_ARRAY
400 && TYPE_CODE (type) == TYPE_CODE_ARRAY
416 && TYPE_CODE (type) == TYPE_CODE_ARRAY
678 && TYPE_CODE (type) == TYPE_CODE_ARRAY
897 if (TYPE_CODE (valtype) == TYPE_CODE_ARRAY
H A Df-valprint.c209 if (TYPE_CODE (TYPE_TARGET_TYPE (type)) == TYPE_CODE_ARRAY
241 while ((TYPE_CODE (tmp_type) == TYPE_CODE_ARRAY))
382 case TYPE_CODE_ARRAY:
H A Dp-typeprint.c264 case TYPE_CODE_ARRAY:
351 case TYPE_CODE_ARRAY:
491 case TYPE_CODE_ARRAY:
H A Dada-lang.c1018 return (TYPE_CODE (type) == TYPE_CODE_ARRAY
1020 && TYPE_CODE (TYPE_TARGET_TYPE (type)) == TYPE_CODE_ARRAY));
1036 && TYPE_CODE (TYPE_TARGET_TYPE (data_type)) == TYPE_CODE_ARRAY)
1038 TYPE_CODE (data_type) == TYPE_CODE_ARRAY)
1193 if (TYPE_CODE (type) != TYPE_CODE_ARRAY)
1252 if (TYPE_CODE (shadow_type) != TYPE_CODE_ARRAY)
1305 if (TYPE_CODE (elt_type) != TYPE_CODE_ARRAY
1449 case TYPE_CODE_ARRAY:
1648 if (TYPE_CODE (elt_type) == TYPE_CODE_ARRAY
1654 if (TYPE_CODE (elt_type) != TYPE_CODE_ARRAY)
[all...]
H A Dc-typeprint.c86 || code == TYPE_CODE_ARRAY
262 case TYPE_CODE_ARRAY:
539 case TYPE_CODE_ARRAY:
701 case TYPE_CODE_ARRAY:
H A Dgnu-v2-abi.c143 && TYPE_CODE (TYPE_TARGET_TYPE (VALUE_TYPE (vtbl))) == TYPE_CODE_ARRAY)
H A Dtypeprint.c296 case TYPE_CODE_ARRAY:
H A Dvarobj.c1751 case TYPE_CODE_ARRAY:
1776 case TYPE_CODE_ARRAY:
1843 case TYPE_CODE_ARRAY:
1953 case TYPE_CODE_ARRAY:
2006 case TYPE_CODE_ARRAY:
2048 case TYPE_CODE_ARRAY:
2074 case TYPE_CODE_ARRAY:
H A Dada-typeprint.c377 for (arr_type = type; TYPE_CODE (arr_type) == TYPE_CODE_ARRAY;
794 case TYPE_CODE_ARRAY:
H A Deval.c513 && TYPE_CODE (type) == TYPE_CODE_ARRAY)
1255 case TYPE_CODE_ARRAY:
1542 if (TYPE_CODE (type) != TYPE_CODE_ARRAY
1907 || TYPE_CODE (type) == TYPE_CODE_ARRAY
2174 if (TYPE_CODE (check_typedef (SYMBOL_TYPE (var))) == TYPE_CODE_ARRAY
2218 && TYPE_CODE (type) != TYPE_CODE_ARRAY)
2267 if ((TYPE_CODE (array_type) != TYPE_CODE_ARRAY))
2274 if (TYPE_CODE (tmp_type) == TYPE_CODE_ARRAY)
H A Dinfcall.c130 case TYPE_CODE_ARRAY:
684 || TYPE_CODE (arg_type) == TYPE_CODE_ARRAY
H A Dlanguage.c918 (TYPE_CODE (type) == TYPE_CODE_ARRAY);
923 (TYPE_CODE(type) == TYPE_CODE_ARRAY);
927 (TYPE_CODE (type) == TYPE_CODE_ARRAY);
H A Dgdbtypes.c746 TYPE_CODE (result_type) = TYPE_CODE_ARRAY;
1462 else if (TYPE_CODE (type) == TYPE_CODE_ARRAY
2390 case TYPE_CODE_ARRAY:
2403 case TYPE_CODE_ARRAY:
2407 case TYPE_CODE_ARRAY:
2902 case TYPE_CODE_ARRAY:
2903 printf_filtered ("(TYPE_CODE_ARRAY)");
H A Dc-valprint.c87 case TYPE_CODE_ARRAY:
H A Dvalue.h253 && TYPE_CODE (VALUE_TYPE (arg)) == TYPE_CODE_ARRAY) \
H A Damd64-tdep.c313 if (TYPE_CODE (type) == TYPE_CODE_ARRAY)
399 else if (code == TYPE_CODE_ARRAY || code == TYPE_CODE_STRUCT
H A Dax-gdb.c734 case TYPE_CODE_ARRAY:
906 case TYPE_CODE_ARRAY:
H A Dp-valprint.c76 case TYPE_CODE_ARRAY:
706 if (TYPE_CODE (type) == TYPE_CODE_ARRAY)
H A Dvalops.c226 if (code1 == TYPE_CODE_ARRAY)
254 && TYPE_CODE (type2) == TYPE_CODE_ARRAY)
1236 if (TYPE_CODE (tt2) == TYPE_CODE_ARRAY)
1254 while ( TYPE_CODE(tt2) == TYPE_CODE_ARRAY ||
2805 if (TYPE_CODE (array_type) != TYPE_CODE_ARRAY
H A Dcp-valprint.c195 if (TYPE_CODE (type) == TYPE_CODE_ARRAY)
H A Dgdbtypes.h85 TYPE_CODE_ARRAY, /* Array type with lower & upper bounds. */ enumerator in enum:type_code
/freebsd-10.1-release/contrib/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h105 TYPE_CODE_ARRAY = 11, // ARRAY: [numelts, eltty] enumerator in enum:llvm::bitc::TypeCodes
/freebsd-10.1-release/contrib/gdb/gdb/mi/
H A Dmi-cmd-stack.c308 if (TYPE_CODE (type) != TYPE_CODE_ARRAY
/freebsd-10.1-release/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp179 case bitc::TYPE_CODE_ARRAY: return "ARRAY";

Completed in 399 milliseconds

12