Home
last modified time | relevance | path

Searched refs:array_of (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-encoding.c353 tree array_of = TREE_TYPE (type); in encode_array() local
398 else if (TREE_INT_CST_LOW (TYPE_SIZE (array_of)) == 0) in encode_array()
403 / TREE_INT_CST_LOW (TYPE_SIZE (array_of))); in encode_array()
406 encode_type (array_of, curtype, format); in encode_array()