Searched refs:an_int_cst (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c6638 tree an_int_cst = TYPE_SIZE (type);
6643 if (an_int_cst == NULL)
6650 (long) (TREE_INT_CST_LOW (an_int_cst)
7508 tree an_int_cst = TREE_OPERAND (decl, 1);
7510 if (an_int_cst && TREE_CODE (an_int_cst) == INTEGER_CST)
7512 (long) TREE_INT_CST_LOW (an_int_cst));
7519 tree an_int_cst = TYPE_SIZE (decl);
7522 if (an_int_cst && TREE_CODE (an_int_cst)
6620 tree an_int_cst = TYPE_SIZE (type); local
7486 tree an_int_cst = TREE_OPERAND (decl, 1); local
7497 tree an_int_cst = TYPE_SIZE (decl); local
[all...]
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c7932 tree an_int_cst = TYPE_SIZE (type);
7937 if (an_int_cst == NULL)
7947 TREE_INT_CST_LOW (an_int_cst)
7914 tree an_int_cst = TYPE_SIZE (type); local

Completed in 174 milliseconds