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

/freebsd-10.1-release/contrib/gcc/cp/
H A Dtree.c1885 tree initp_expr = TREE_VALUE (args);
1890 STRIP_NOPS (initp_expr);
1892 if (!initp_expr || TREE_CODE (initp_expr) != INTEGER_CST)
1899 pri = TREE_INT_CST_LOW (initp_expr);
1878 tree initp_expr = TREE_VALUE (args); local

Completed in 52 milliseconds