Searched refs:initp_expr (Results 1 – 2 of 2) sorted by relevance
1861 tree initp_expr = TREE_VALUE (args); in handle_init_priority_attribute() local1866 STRIP_NOPS (initp_expr); in handle_init_priority_attribute()1868 if (!initp_expr || TREE_CODE (initp_expr) != INTEGER_CST) in handle_init_priority_attribute()1875 pri = TREE_INT_CST_LOW (initp_expr); in handle_init_priority_attribute()
1995 tree initp_expr = TREE_VALUE (args); local2000 STRIP_NOPS (initp_expr);2002 if (!initp_expr || TREE_CODE (initp_expr) != INTEGER_CST)2009 pri = TREE_INT_CST_LOW (initp_expr);