Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Dtree.c1861 tree initp_expr = TREE_VALUE (args); in handle_init_priority_attribute() local
1866 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()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtree.c1995 tree initp_expr = TREE_VALUE (args); local
2000 STRIP_NOPS (initp_expr);
2002 if (!initp_expr || TREE_CODE (initp_expr) != INTEGER_CST)
2009 pri = TREE_INT_CST_LOW (initp_expr);