Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck2.c310 bool array_type_p = false; in split_nonconstant_init_1() local
317 array_type_p = true; in split_nonconstant_init_1()
328 if (!array_type_p) in split_nonconstant_init_1()
333 if (array_type_p) in split_nonconstant_init_1()
344 if (array_type_p) in split_nonconstant_init_1()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dtypeck2.c455 bool array_type_p = false; in split_nonconstant_init_1() local
461 array_type_p = true; in split_nonconstant_init_1()
475 if (!array_type_p) in split_nonconstant_init_1()
482 if (array_type_p) in split_nonconstant_init_1()
507 if (array_type_p) in split_nonconstant_init_1()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c805 tree array_type_p = TREE_TYPE (array); local
808 if (! is_array_type_p (array_type_p))
812 element_type = TYPE_NAME (TREE_TYPE (TREE_TYPE (TREE_TYPE (array_type_p))));
819 return build1 (NOP_EXPR, array_type_p, array);
828 return build1 (NOP_EXPR, array_type_p, array);
851 return build1 (NOP_EXPR, array_type_p, array);