Home
last modified time | relevance | path

Searched refs:literal_integer_zerop (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20182596 (literal_integer_zerop): No longer static.
5349 * parser.c (literal_integer_zerop): New function.
5354 literal_integer_zerop, eliminating the double logical negation
H A Dsemantics.cc2897 int literal_mask = ((literal_integer_zerop (arg1) << 1) in finish_call_expr()
2898 | (literal_integer_zerop (arg2) << 2)); in finish_call_expr()
H A DChangeLog2832 (literal_integer_zerop): Likewise.
H A Dcp-tree.h7263 extern bool literal_integer_zerop (const_tree);
H A Dparser.cc7170 literal_integer_zerop (const_tree expr) in literal_integer_zerop() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c2668 int literal_mask = ((literal_integer_zerop (arg1) << 1) in finish_call_expr()
2669 | (literal_integer_zerop (arg2) << 2)); in finish_call_expr()
H A Dcp-tree.h6881 extern bool literal_integer_zerop (const_tree);
H A Dparser.c6834 literal_integer_zerop (const_tree expr) in literal_integer_zerop() function